Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Avatar Mod in v3.4.05
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Cozmo
Starting Member

5 Posts

Posted - 20 February 2006 :  14:39:08  Show Profile  Visit Cozmo's Homepage
I installed the Avatar mod last week. After going back though the file modifications a dozen or so times to ensure they're correct I'm having an issue where the members' avatars aren't showing after their first post. Other than that everything looks and works fine or so it appears. It seems to me that the problem should exist somewhere in my the topic.asp file but I haven't found it yet.

The modded files can be seen HERE. I'll be going back through them again to see if I can spot the problem but right now I'm stuck. Any help will be appreciated!

~Coz

spyderuk
Junior Member

United Kingdom
211 Posts

Posted - 20 February 2006 :  15:02:32  Show Profile  Visit spyderuk's Homepage
I'm sure I have read about this before and the changes to check for maybe in Topic.asp. I seem to remember it being mentioned about some of the changes looking almost identical.

Sorry I can't be of any more help but I'm sure someone will be along to your rescue soon.

Snitz 3.4.05. Mods Installed, Additional Smilies, Poll's, PM's, Email All Users, Today/Yesterday, Active Users 4, Portal Mod, My Own Google, Referer Mod, Avatars, Intergrated Conqueror Chat, Usergroups, IPGate, File Attachment Mod & Image Resize Mod.
Next Mod? My Snitz Forum
Go to Top of Page

Cozmo
Starting Member

5 Posts

Posted - 20 February 2006 :  15:20:57  Show Profile  Visit Cozmo's Homepage
Thanks spyderuk,
I'll pull the original topic.asp again and check it over. I've found another glitch where there's no option to subscribe to the Forum/Topic and I've check to ensure allowing subscription is ON I must me missing something in that file.

~Coz
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 20 February 2006 :  15:40:37  Show Profile
spyderuk, you're right on the money. In topic.asp there is a change for the topic creator, and a change that affects every replier ... 2 changes, almost the same, but NOT quite!!!

It has caught me out before so be careful.

The mod is very good and contains no bugs that I know of. Subscriptions do work with avatars so maybe you've trashed the code while adding in avatar code.
Go to Top of Page

spyderuk
Junior Member

United Kingdom
211 Posts

Posted - 21 February 2006 :  15:47:01  Show Profile  Visit spyderuk's Homepage
Laser Cheers. Thought I'd drop in as it was left unanswered, although I was cautious.
I have been reading a lot of topics on the avatar mod over the last few days as I now prefer to be armed with as much info about a mod before getting stuck in. This is my next one so loads of coffee and I'll do it when the mrs is out!

Cozmo I presume you made a back-up of your files before attempting this install. I have in the past used a copy of the back-up file (topic.asp) in this case and redo all the code changes for the mod. This will sort out any trashed code during the install, if this is the problem with subscriptions.

Just in case. Subscriptions need to be enabled in admin panel and enabled in each category and possibly then in each forum. I would check this before modding files again just in case.

Snitz 3.4.05. Mods Installed, Additional Smilies, Poll's, PM's, Email All Users, Today/Yesterday, Active Users 4, Portal Mod, My Own Google, Referer Mod, Avatars, Intergrated Conqueror Chat, Usergroups, IPGate, File Attachment Mod & Image Resize Mod.
Next Mod? My Snitz Forum

Edited by - spyderuk on 21 February 2006 15:52:38
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 21 February 2006 :  16:22:03  Show Profile
spyderuk I reckon the Avatar mod is one of the simpler mods to install - VERY easy to see when you've gone wrong as well As always, the complexity comes when it's your 4th, 8th or 20th mod added .... the place to change the code sometimes gets more difficult to locate.
Go to Top of Page

spyderuk
Junior Member

United Kingdom
211 Posts

Posted - 21 February 2006 :  17:16:22  Show Profile  Visit spyderuk's Homepage
Well my list of mods is in my sig. Polls & Pm's were the worse for me.

Anyway, back on topic! I hope Cozmo get's sorted. The code may not be butchered with regard to the subscriptions as I've noticed if set to topic only in admin panel they have to be activated as above, including all the forums that need subscriptions allowed.
These are in category and forum properties.

Snitz 3.4.05. Mods Installed, Additional Smilies, Poll's, PM's, Email All Users, Today/Yesterday, Active Users 4, Portal Mod, My Own Google, Referer Mod, Avatars, Intergrated Conqueror Chat, Usergroups, IPGate, File Attachment Mod & Image Resize Mod.
Next Mod? My Snitz Forum
Go to Top of Page

spyderuk
Junior Member

United Kingdom
211 Posts

Posted - 23 February 2006 :  19:07:40  Show Profile  Visit spyderuk's Homepage
Suppose I should post a new topic but I'm having the same problems.
Still looking at those 2 changes in topic.asp. Can't seem to figure out wht the problem is though.

Snitz 3.4.05. Mods Installed, Additional Smilies, Poll's, PM's, Email All Users, Today/Yesterday, Active Users 4, Portal Mod, My Own Google, Referer Mod, Avatars, Intergrated Conqueror Chat, Usergroups, IPGate, File Attachment Mod & Image Resize Mod.
Next Mod? My Snitz Forum
Go to Top of Page

spyderuk
Junior Member

United Kingdom
211 Posts

Posted - 23 February 2006 :  20:00:21  Show Profile  Visit spyderuk's Homepage
Found this reply by modifichicci in the archives. this sorted me out cos I had some previous mods to work around.
Anyway Cozmo this maybe the final hurdle on this mod.
This is also in topic.asp

This sequence

Reply_MemberName = arrReplyData(rM_NAME, iForum)
Reply_MemberReceiveEmail = arrReplyData(rM_RECEIVE_EMAIL, iForum)
Reply_MemberAIM = arrReplyData(rM_AIM, iForum)
Reply_MemberICQ = arrReplyData(rM_ICQ, iForum)
Reply_MemberMSN = arrReplyData(rM_MSN, iForum)
Reply_MemberYAHOO = arrReplyData(rM_YAHOO, iForum)
Reply_MemberPM = arrReplyData(rM_PM, iForum)
Reply_MemberTitle = arrReplyData(rM_TITLE, iForum)
Reply_MemberID = arrReplyData(rMEMBER_ID, iForum)
Reply_MemberHomepage = arrReplyData(rM_HOMEPAGE, iForum)
Reply_MemberLevel = arrReplyData(rM_LEVEL, iForum)
Reply_MemberAvatar = arrReplyData(rM_AVATAR, iForum)
Reply_MemberPosts = arrReplyData(rM_POSTS, iForum)
Reply_MemberCountry = arrReplyData(rM_COUNTRY, iForum)
Reply_ReplyID = arrReplyData(rREPLY_ID, iForum)
Reply_ForumID = arrReplyData(rFORUM_ID, iForum)
Reply_Author = arrReplyData(rR_AUTHOR, iForum)
Reply_TopicID = arrReplyData(rTOPIC_ID, iForum)
Reply_Content = arrReplyData(rR_MESSAGE, iForum)
Reply_LastEdit = arrReplyData(rR_LAST_EDIT, iForum)
Reply_LastEditBy = arrReplyData(rR_LAST_EDITBY, iForum)
Reply_Sig = arrReplyData(rR_SIG, iForum)
Reply_Status = arrReplyData(rR_STATUS, iForum)
Reply_Date = arrReplyData(rR_DATE, iForum)


has to be the same as


rM_NAME = 0
rM_RECEIVE_EMAIL = 1
rM_AIM = 2
rM_ICQ = 3
rM_MSN = 4
rM_YAHOO = 5
rM_PM = 6
rM_TITLE = 7
rMEMBER_ID = 8
rM_HOMEPAGE = 9
rM_LEVEL = 10
rM_POSTS = 11
rM_AVATAR = 12
rM_COUNTRY = 13
rREPLY_ID = 14
rFORUM_ID = 15
rR_AUTHOR = 16
rTOPIC_ID = 17
rR_MESSAGE = 18
rR_LAST_EDIT = 19
rR_LAST_EDITBY = 20
rR_SIG = 21
rR_STATUS = 22
rR_DATE = 23
if CanShowSignature = 1 then
rM_SIG = 24
end if


so change the position of the fields

Snitz 3.4.05. Mods Installed, Additional Smilies, Poll's, PM's, Email All Users, Today/Yesterday, Active Users 4, Portal Mod, My Own Google, Referer Mod, Avatars, Intergrated Conqueror Chat, Usergroups, IPGate, File Attachment Mod & Image Resize Mod.
Next Mod? My Snitz Forum

Edited by - spyderuk on 23 February 2006 20:01:13
Go to Top of Page

spyderuk
Junior Member

United Kingdom
211 Posts

Posted - 23 February 2006 :  20:15:30  Show Profile  Visit spyderuk's Homepage
Forget that last post, i've had a look at your topic.asp file you missed a line out for member replies to show the avatar.

Try this file

Right click save as and rename to topic.asp. The other changes I looked at there looked ok to me.

Hope it sorts your problem out

Snitz 3.4.05. Mods Installed, Additional Smilies, Poll's, PM's, Email All Users, Today/Yesterday, Active Users 4, Portal Mod, My Own Google, Referer Mod, Avatars, Intergrated Conqueror Chat, Usergroups, IPGate, File Attachment Mod & Image Resize Mod.
Next Mod? My Snitz Forum

Edited by - spyderuk on 23 February 2006 20:16:07
Go to Top of Page

Cozmo
Starting Member

5 Posts

Posted - 25 February 2006 :  22:07:07  Show Profile  Visit Cozmo's Homepage
Thanks spyderuk! You ARE the man. Avatars, subscriptions the whole nine yards is working like a champ. Best regards.

~Coz
Go to Top of Page

spyderuk
Junior Member

United Kingdom
211 Posts

Posted - 26 February 2006 :  06:38:09  Show Profile  Visit spyderuk's Homepage
quote:
Originally posted by Cozmo

Thanks spyderuk! You ARE the man. Avatars, subscriptions the whole nine yards is working like a champ. Best regards.

~Coz

Just a beginner lol glad it's fixed for you I know how frustrating it can be. I had to redo my register.asp this morning cos luckily a frustrated would be member couldn't register and emailed me. Seemed I had variables mixed up with AU mod.

Maybe wise to check your registration process to due to the file changes in there

Snitz 3.4.05. Mods Installed, Additional Smilies, Poll's, PM's, Email All Users, Today/Yesterday, Active Users 4, Portal Mod, My Own Google, Referer Mod, Avatars, Intergrated Conqueror Chat, Usergroups, IPGate, File Attachment Mod & Image Resize Mod.
Next Mod? My Snitz Forum
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.26 seconds. Powered By: Snitz Forums 2000 Version 3.4.07