Author |
Topic |
DoraMoon
Average Member
Taiwan
661 Posts |
Posted - 18 August 2002 : 07:37:24
|
Very Thanks !! Image...
i try the demo site, it seem work no problem when i logon by Admin.. but when i register a new member.. the topic addon funcion seem not work...
anyway, i'll check the code again... and if you found any problems or bugs, please let me know.
Deeply appreciated for your kindness. |
~......~.~~ |
|
|
red1
Junior Member
355 Posts |
|
DoraMoon
Average Member
Taiwan
661 Posts |
Posted - 11 November 2002 : 06:10:11
|
quote: Originally posted by red1
Hey DoraMoon can I download your avatars? I like the Doraemon ones
sure you can, my Doraemon fan...
but i got some problem with my computer, now i just borrow a friend's one to go online. also no idea how to get my avatars now...
i have a test site on 1AspHost.. maybe you can get it from there. http://c.1asphost.com/doramoon/forum/avatar_legend.asp (p.s. it's terrible slow "turtle" site....)
if you just need the Doraemon stuff, quick link... http://c.1asphost.com/doramoon/forum/avatars/Dora01.gif to Dora16.gif and Doraemon1.gif ~ Doraemon3.gif, Dorami01.gif ~ Dorami04.gif
if any problem to get it, maybe waiting for my computer ready, then i just send it for you... (all my avatars is 64x64 size....)
|
|
|
richfed
Average Member
United States
999 Posts |
|
terryp
Junior Member
United Kingdom
174 Posts |
Posted - 11 November 2002 : 12:05:37
|
DoraMoon, I'm trying to implement this into my forums but I don't understand what I've to alter in the files :
config.asp =============================== '##### My Avatar addon 1-1 : add below 1 line '##### My Avatar addon 1-2 : add below 5 lines
inc_avatar.asp =============================== '##### My Avatar addon 1-1 : add 1 new function NewOpenWindow to below section '##### My Avatar addon 1-2 : replace above line with below 13 lines '##### My Avatar addon 1-3 : replace above 4 lines with below 5 lines
admin_avatar_home.asp =============================== '##### My Avatar addon 1-1 : remove above line & _ and add below 11 lines
admin_add_avatar.asp =============================== '##### My Avatar addon 1-1 : modify/break above line and add below 1 section
admin_review_avatar.asp =============================== '##### My Avatar addon 1-1 : modify/break above line and add below 1 section
admin_edit_avatar.asp =============================== '##### My Avatar addon 1-1 : add below 12 lines '##### My Avatar addon 1-2 : add below 2 lines '##### My Avatar addon 1-3 : modify/break above line and add below 1 section '##### My Avatar addon 1-4 : add below 1 section
topic.asp =============================== '##### My Avatar addon 1-1 : replace above line with below 5 lines '##### My Avatar addon 1-2 : replace above line with below 5 lines '##### My Avatar addon 1-3 : add below 1 new function
I speak English, so that doesn't excuse me being a dummy. [:S] |
|
|
|
richfed
Average Member
United States
999 Posts |
|
terryp
Junior Member
United Kingdom
174 Posts |
Posted - 11 November 2002 : 15:07:00
|
There are no included modded files richfed, just those needed for straight upload..........or am I missing something fundamental again? |
|
|
|
terryp
Junior Member
United Kingdom
174 Posts |
Posted - 11 November 2002 : 15:10:01
|
Found them.....told you....dummy supreme. :S |
|
|
|
terryp
Junior Member
United Kingdom
174 Posts |
Posted - 11 November 2002 : 15:49:13
|
I love this mod DoraMoon, please don't stop playing. Just one ikkle, ikkle thing.........I'm getting double avatars showing in posts. Have a peek here : http://d-c2.co.uk/forum |
|
|
|
webbee
Junior Member
100 Posts |
Posted - 11 November 2002 : 16:26:26
|
Avatar Size I'd like to allow my members to assign their own avatar size like on ServerHackers forum. Is this possible? |
garnold@teamfatbastard.net
|
|
|
richfed
Average Member
United States
999 Posts |
|
terryp
Junior Member
United Kingdom
174 Posts |
Posted - 11 November 2002 : 17:21:45
|
Once you get used to it. Am still seeing double so I hope DoraMoon can help me out on this............pretty please.
I'm also getting this : Microsoft VBScript runtime error '800a01c2'
Wrong number of arguments or invalid property assignment: 'getStar_Level'
/forum/my_avatar_show.asp, line 503
when going to my_avatar_show.asp. I suspect it's probably conflicting with another mod.........this is the line in question : Response.Write("<br />" & getStar_Level(Members_MemberLevel, Members_MemberPosts) & "")
I'm begining to go completely potty now, my eyes are turning in......not a pretty sight. |
|
Edited by - terryp on 11 November 2002 17:29:57 |
|
|
DoraMoon
Average Member
Taiwan
661 Posts |
Posted - 11 November 2002 : 19:16:20
|
thx, Rich.... it really one my Big problem on my poor English... but it's ok. my mod works not so popular, and i think you guys should be smart enough to guess what i'm talking about...
and terryp, the double avatar problem is easy to find it... on 1-1,1-2 topic.asp modification, make sure it look like this after all Avatar modded in this section.. if Reply_MemberAvatar <> "noavatar.gif" then ' response.write" <img src=""" & Reply_MemberAvatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """>" '##### My Avatar addon 1-1 : replace above line with below 5 lines if (strMyAvatarLink + strMyAvatarTooltip) > 0 then Response.Write getMyAvatar(Reply_MemberAvatar,Reply_Author,Reply_MemberName,Reply_MemberHomepage) & "<br />" & vbNewLine else Response.Write "<img src=""" & Reply_MemberAvatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """></br />" end if '########## My Avatar addon ########## end if the green line must be comment out or remove ! i really hav'nt good idea how to explain this code modify...(Help me! Rich! ) in fact, it just add 3 lines above the original avatar one line, and 1 line(end if) below it... i think if you try to figure out what my modified code doing. it will keep this mod install work more easy.
and about the getStar_Level, i also found the same problem in other one's problem... i think someone MOD must have changed this original function...
if you're using serverhacker's version, this line maybe should be change to.. getStar_Level(Members_MemberID,Members_MemberLevel, Members_MemberPosts)
in actually, you seem had better remember this... it maybe will happen often, if you try other new Mods also use this function. |
Edited by - DoraMoon on 11 November 2002 19:18:15 |
|
|
DoraMoon
Average Member
Taiwan
661 Posts |
Posted - 11 November 2002 : 19:29:36
|
and i also found a question... i seem make the wrong Avatar Mod code place in topic.asp... the Avatar now showing below the Country name....
i'll check the Avatar mod instruction later.... not sure why i'll make this mistake. so if you find something strange in maa_topic.asp example of my mod, just ignore it, and hope you can solve this by yourself. all my modified code in topic.asp, just change the <img....avatar> line in two places and add a new function at end, that's all. |
|
|
terryp
Junior Member
United Kingdom
174 Posts |
Posted - 11 November 2002 : 20:20:24
|
Edited because I did it. There was an extra if no avatar for some reason, taking that out has done the trick......so thank you DoraMoon, you are brilliant!!
The other problem with the getstars is due to a star mod I've put on, I don't know what to do with that........
|
|
Edited by - terryp on 11 November 2002 20:33:53 |
|
|
Topic |
|