Author |
Topic |
jgs
New Member
Netherlands
95 Posts |
Posted - 19 January 2009 : 13:39:39
|
I've installed the Avatar Mod on the 3.04.6 version.
At first glance it worked, but I'm having some troubles.
1. The avatar shows up in the profiles but not in topic. How do them make show up in topics?
2. Is it normal you have permanently a selectionlist in your own profile? Once selected the image stays in the profile (as does the selectionlist).
3. I've made a avatarsupload and a avatars dir. When installing images from avatarsupload, I get the OK. But the avatar name can be selected, the image shows only after moving the images by hand from avatarsupload to avatars.
Are there modifications nessacary for the laters version?< |
Info about my forum: http://www.govvd.nl/forumsoftware.htm list of Mods included. Most of userinterface translated into Dutch. |
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 19 January 2009 : 13:59:27
|
Edit your topic.asp file as follows to make the avatar show on topics as well as replies.
Search for this line in "topic.asp" (appx 767): Immediately above it, insert the following:
Search for this line in "topic.asp" (appx 562): Immediately above it, insert the following:< |
|
|
jgs
New Member
Netherlands
95 Posts |
Posted - 19 January 2009 : 15:10:20
|
Thanks, it solved the problem. I've solved the second by adding the gallery.
Any comment on the third point.
Meanwhile I've encoutered another problem. I do have the avatars, but with the broken link symbol in the top left corner. Now I found a topic on this (standard noavatar) but can't find it back.< |
Info about my forum: http://www.govvd.nl/forumsoftware.htm list of Mods included. Most of userinterface translated into Dutch. |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 19 January 2009 : 22:55:05
|
Can you post a link to a snapshot of the error? That'll give me some idea of where to look.
You need to replace the image file "noavatar.gif" from Zuel's Avatar mod or download it from here. Copy it into your default forum image directory.< |
Edited by - Carefree on 19 January 2009 23:04:31 |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 19 January 2009 : 23:00:26
|
As far as the manual movement of avatars, the "mass avatar add" function works to move them in bulk using the admin panel.< |
|
|
jgs
New Member
Netherlands
95 Posts |
Posted - 20 January 2009 : 00:31:16
|
quote: Originally posted by Carefree You need to replace the image file "noavatar.gif" from Zuel's Avatar mod or download it from here. Copy it into your default forum image directory.
I get the trick (transparant avatar), but now I have the little red cross, (different PC). I'm afraid it needs a little tumbling around, somewhere .......
Found it (thanks to IE instead of Firefox) It was looking for noavatar.gif in the standard forum image directory, not in an avatar directory
Thanks.< |
Info about my forum: http://www.govvd.nl/forumsoftware.htm list of Mods included. Most of userinterface translated into Dutch. |
Edited by - jgs on 20 January 2009 00:38:03 |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 20 January 2009 : 01:09:06
|
You're welcome. Glad it's working.< |
|
|
phoenixtaz13
Junior Member
129 Posts |
Posted - 20 January 2009 : 02:33:59
|
hello... good day to all... :)
about jgs problem "add mass avatar" problem, im also having the same problem with it, its not transferring or adding the avatar to the assigned oldfolder.... its still stays in the newfolder where the newavatars are kept and then the link of the avatars are now assigned in that newfolder.
and i also encountered some prob with the database, when i erase or delete the avatar in the admin panel, its not erasing the avatar in the assigned folder and also in the database.... i followed the installation properly, but no luck at all.... :( the only way i can delete or erase it is by manual removal...
< |
Edited by - phoenixtaz13 on 20 January 2009 02:36:58 |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
phoenixtaz13
Junior Member
129 Posts |
Posted - 29 January 2009 : 15:48:13
|
oh i see, got it... :)
thanks for your time....
btw, im getting this error
Syntax error in INSERT INTO statement. /forum/avatar_upload.asp, line 200
it points out to this... 200 dbConn.Execute (strSql),,adCmdText + adExecuteNoRecords
im clueless on what to do.... < |
Edited by - phoenixtaz13 on 29 January 2009 15:49:50 |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
phoenixtaz13
Junior Member
129 Posts |
Posted - 29 January 2009 : 17:02:26
|
quote: Originally posted by modifichicci
put a response.write strSql before that line ans see what string you have
how?... sorry for the dumbness, im new to asp...
like this: response.write"(strSql),,adCmdText + adExecuteNoRecords"< |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 29 January 2009 : 18:31:50
|
No, simplyResponse.Write strSql
Response.End
That will cause the page to stop outputting any data and print the content of the Sql string so we can determine where the problem is.< |
|
|
phoenixtaz13
Junior Member
129 Posts |
Posted - 30 January 2009 : 07:40:50
|
Did what u told me.
this is the thing that came out: INSERT INTO FORUM_AVATAR (A_URL, A_NAME, A_MEMBER_ID, A_CATID) VALUES ('/forum/oldavatars/angel.jpg', 'angel', 0, )
i installed the avatar add-on of sisl http://forum.snitz.com/forum/topic.asp?TOPIC_ID=59564
thanks for ur time....
quote: Originally posted by Carefree
No, simplyResponse.Write strSql
Response.End
That will cause the page to stop outputting any data and print the content of the Sql string so we can determine where the problem is.
< |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 30 January 2009 : 07:47:10
|
you seem to have no value for A_CATID whaich is why it is failing< |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 30 January 2009 : 07:47:55
|
There shouldn't be a comma after the 0 there. Can you post the lines immediately preceding that that are building the strSql string so we can show you what to remove?
Ignore the above; I looked at it the wrong way and counted the values incorrectly
< |
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
Edited by - Shaggy on 30 January 2009 07:49:13 |
|
|
Topic |
|