Author |
Topic |
dayve
Forum Moderator
USA
5820 Posts |
Posted - 04 December 2001 : 17:00:28
|
I have been using this MOD for about 9 months now on 3.1SR4 but recently edited and packaged it for 3.3.
This mod allows forum members to upload their own avatars through their profile screen instead of using a URL. Since the image is uploaded to the server it can have the properties read for image dimensions therefore making it possible to decrease the size for viewing and keeping it proportional.
DEMO: http://dayve.d2g.com:666/forum OR http://24.127.109.197:666/forum
You may log in at snitz with password snitz. This will allow you to go into the profile, upload an image and select it as an avatar. Feel free to view some of the topics at my forum to see how effective the mod truly is. You will observe many different sizes of avatars that have remained in proportion.
PREREQUISITES (these are a MUST!!): Avatar Mod Upload Mod including HuwR's Mod Commander
DOWNLOAD and INSTRUCTIONS: http://dayve.d2g.com:666/forum/tools/upload_avatar.zip OR http://24.127.109.197:666/forum/tools/upload_avatar.zip
SUPPORT: I have done this mod about 20 times now for others and I am quite comfortable with supporting it.
NOTICE: In no way shall this mod be used for ANY type of subscription that charges money for downloading and/or support. This is NOT what the open source community is about and I do NOT advocate it.
ENJOY!
____________ dayve http://forum.nineinchnailz.com
Edited by - dayve on 06 December 2001 11:07:00 |
|
concep86
Junior Member
USA
140 Posts |
Posted - 04 December 2001 : 17:37:19
|
I second that... What a surprise to see some trying to profit from everyone elses work...
Concep86 Webmaster http://www.coneciones.com
|
|
|
Raichelle
Junior Member
370 Posts |
Posted - 04 December 2001 : 21:15:30
|
dayve did you ever released the 3.1 version? because its a good idea and i would love to add it on our forum
thanks
rai
|
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 04 December 2001 : 21:26:27
|
quote:
dayve did you ever released the 3.1 version? because its a good idea and i would love to add it on our forum
thanks
rai
I have it currently running on 3.1 which is where the code originated from. the only changes you have to make is changing rsTopic and rsReplies to simpley rs, all of this is explained in the readme file
____________ dayve http://forum.nineinchnailz.com |
|
|
Raichelle
Junior Member
370 Posts |
Posted - 04 December 2001 : 21:30:17
|
ok thanks
|
|
|
rick7165
Senior Member
USA
1094 Posts |
|
dayve
Forum Moderator
USA
5820 Posts |
|
Morten
Junior Member
Denmark
251 Posts |
Posted - 05 December 2001 : 10:31:18
|
Thanks Dayve, once again you did a very fine job - had it up in no time and had no problem at all.
Morten
|
|
|
Roland
Advanced Member
Netherlands
9335 Posts |
|
dayve
Forum Moderator
USA
5820 Posts |
|
GauravBhabu
Advanced Member
4288 Posts |
Posted - 05 December 2001 : 11:59:33
|
After login gives this error
Please try the following:
Click the Refresh button, or try again later.
Open the 24.127.109.197:666 home page, and then look for links to the information you want. HTTP 500.100 - Internal Server Error - ASP error Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type: (0x80020009) Exception occurred. /forum/active_users2.asp, line 63
Browser Type: Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.0; .NET CLR 1.0.2914; MSN 6.1; MSNbMSFT; MSNmen-us; MSNc00)
Page: GET /forum/default.asp
Time: Wednesday, December 05, 2001, 8:58:06 AM
GauravBhabu - It is difficult to IMPROVE on Perfection, There is no harm in Keep Trying. |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 05 December 2001 : 12:26:26
|
you must have tried logging in while I was fixing the forum, see earlier threads.
____________ dayve http://forum.nineinchnailz.com |
|
|
ferrarihead
Starting Member
Canada
41 Posts |
Posted - 05 December 2001 : 23:35:48
|
i tried to follow your directions, i added the code at the end of topic.asp but the it says find this line....i cant find it.
can you help?
Small minds talk about others. Average minds talk about current events. Intelligent minds speak about new ideas. |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 05 December 2001 : 23:40:13
|
quote:
i tried to follow your directions, i added the code at the end of topic.asp but the it says find this line....i cant find it.
can you help?
Small minds talk about others. Average minds talk about current events. Intelligent minds speak about new ideas.
could you be more specific?
____________ dayve http://forum.nineinchnailz.com |
|
|
ferrarihead
Starting Member
Canada
41 Posts |
Posted - 05 December 2001 : 23:56:22
|
ok, the readme file says add code at the end of topic.asp fine done. then it says:
Find this line:
<img src="<% =rsReplies("M_AVATAR_URL") %>" align="absmiddle" width=<% =rsav("A_WSIZE") %> height=<% =rsav("A_HSIZE") %> border=<% =rsav("A_BORDER") %> hspace="0" ><% set rsav = nothing %><% end if %>
cant find it, it does not say if it is in topic.asp or another file...
ferrarihead
|
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 06 December 2001 : 00:06:26
|
it is in topic.asp. a couple of questions.
Do you have the UPLOAD mod installed? Do you have the AVATAR mod installed? Are you installing this in version 3.3?
If you answered yes to ALL 3 questions, this do a search in topic.asp for:
<% =rsReplies("M_AVATAR_URL") %>
and you will find the line you need to edit. do the same for:
<% =rsTopic("M_AVATAR_URL") %>
____________ dayve http://forum.nineinchnailz.com |
|
|
Topic |
|