T O P I C R E V I E W |
SiSL |
Posted - 23 September 2005 : 14:36:52 ----------------------------------------------------------- AVATAR CATEGORIES for Snitz 3.4 v1.0 Posted 9/23/2005 - SiSL -----------------------------------------------------------
This mod allows you to edit / manage categories for your Avatar Mod also includes modified version of Avatar Gallery mod by filo_2k
This package includes following files and REQUIRES AVATAR MOD by Hamlin for 3.4 over Richard Kinser's..
Excuse if I missed any step (my first public mod) Hope that helps.
Download
UPDATE: DBS file change < |
15 L A T E S T R E P L I E S (Newest First) |
Carefree |
Posted - 15 July 2013 : 18:33:40 I didn't code your select option, but this should fix your previous issue.
|
shaggy073077 |
Posted - 15 July 2013 : 17:12:09 quote: Originally posted by Carefree
Post a link to your "inc_avatar.asp" file in .txt format; I'll solve it for you.
There u go. Sorry for the delay been on vacation. It seems like there's no such thing as vacation cuz u work and there's pretty much no R&R. I went camping. So there was pretty much not really R&R. I went July 1st and 2nd and threw in the towel the morning of the second. My knee caps (both of'em at the same time) and allergies. I said see'ya I'll be back. Been working 100 mph since. Sorry for the delay in response |
Carefree |
Posted - 15 March 2013 : 16:03:15 Post a link to your "inc_avatar.asp" file in .txt format; I'll solve it for you. |
shaggy073077 |
Posted - 15 March 2013 : 13:53:03 I just thought of a better idea.
inc_avatar.asp file it's to be rewritten and recoded I think completely.
Here's what I'd like:
1.) have this mod installed
2.) go into acp--->avatar home--->then click on review/edit avatar.
3.) there u go. That small window is what I'd like to show. the one on top that says "Avatar Catagories" and then right below that it says "Pick a catagory to view:<drop down menu>" That window right there.
I have noticed that with this mod inc_avatar.asp page seems to have all avatars running down in ascending order instead of above mentioned #3 and just that window there in inc_avatar.asp.
Is this possbile? |
shaggy073077 |
Posted - 15 March 2013 : 12:17:56 Ok now it kind of loads up. I see on the bottom of the screen this:
Microsoft VBScript runtime error- Error '800a000d'
Type mismatch: 'rs'
/inc_avatar.asp, line 157
I have changed to what you said and still can't pull up the gallery.
quote: Originally posted by Carefree
Yes - line 159 needs a closing quotation mark, move the greater than symbol one space to the left like this:
Response.Write "')">"
|
Carefree |
Posted - 15 March 2013 : 10:45:18 Yes - line 159 needs a closing quotation mark, move the greater than symbol one space to the left like this:
Response.Write "')">" |
shaggy073077 |
Posted - 15 March 2013 : 10:41:45 Can somebody tell me what I'm doing wrong.
Microsoft VBScript compilation error- Error '800a0409'
Unterminated string constant
/inc_avatar.asp, line 159
Response.Write "')"">
---------------------^
The problem lies in inc_avatar.asp which the part of the inc_avatar.asp file it's talking about is:
<br>
<%
else
Response.Write "<p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>You must register first, login and then edit profile to select avatar.</font></p>" & vbNewline
end if
Response.Write "<br><p>" & vbNewLine & _
"<input value=""Galeri"" name=""gallery"" type=""button"" onclick=""openWindow3('pop_avatar_gallery.asp?mode=" & Request.Querystring("mode") & ""
if Request.Querystring("mode") <> "Register" then
Response.Write "&member=" & rs("Member_ID") & "&avatar=" & rs("M_AVATAR_URL") & "#" & rs("M_AVATAR_URL")
end if
Response.Write "')"">
%>
<!--#INCLUDE file="inc_footer_short.asp" -->
Any help? |
Gort |
Posted - 21 April 2006 : 19:13:19 I found another problem....my avatars aren't uploading correctly. For some reason, the strCatID is not making its way into my sql statement. response.write on the statements gives the following:
INSERT INTO FORUM_AVATAR (A_URL, A_NAME, A_MEMBER_ID, A_CATID) VALUES ('avatars/batman1.jpg', 'batman1', 0, ) Microsoft JET Database Engine error '80040e14' Syntax error in INSERT INTO statement.
/board/avatar_upload.asp, line 201
Does anyone have any ideas? < |
Gort |
Posted - 21 April 2006 : 16:03:03 Great MOD!
But your text colors are off - you're defining <td> bgcolor as category background but you're not using category background font color.....
I fixed it by replacing strDefaultFontColor with strCategoryfontcolor where ever the the TD bgcolor was strCategoryCellColor< |
Shaggy |
Posted - 29 September 2005 : 06:26:54 Whoa! I must've been looking at that dbs completely wrong!
< |
SiSL |
Posted - 28 September 2005 : 21:07:19 You know whats funny?
I re-checked my codes now and you don't even need AC_ID in AVATAR table. Silly me, it was something I used in first tries and forgot to remove it and asking for your forgiveness. So I deleted this line, that's why it does not give error after installation. I use A_CATID for my variables, not AC_ID from AVATAR table :)
So I re-uploaded this mod to Snitzbitz, you can find download link at original post. < |
modifichicci |
Posted - 28 September 2005 : 17:25:39 ohhh so I was not wrong... Thank you again for my update knowledge!< |
SiSL |
Posted - 28 September 2005 : 17:18:58 Thank you, I'm kinda new on DBS file editing also having questions like that :(
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=59629 < |
Shaggy |
Posted - 28 September 2005 : 12:20:52 You're welcome
< |
modifichicci |
Posted - 28 September 2005 : 11:48:13 Ok thank you!< |
|
|