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
 Odd problem with topic display...
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 26 November 2004 :  23:43:21  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
I have this weird problem with topic display that I CANNOT pin down... It only happens in replies, and when me (the admin) replies it shows "error" underneath my name.... and anyone else who replies it does not show their rank.

Screenshot below...

Link to topic.asp text file



I'm clueless... anyone have any idea's? I have PM and the Poll Mod installed, but it was doign this even before I installed the poll mod

It wont show my stars, but for some reason it shows "westside"'s stars inaccurately, he only has two posts, he should not have 5 stars

My getMember_Level function is UN-altered from base code...

-Stim

Edited by - ruirib on 27 November 2004 03:51:26

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 27 November 2004 :  03:51:13  Show Profile  Send ruirib a Yahoo! Message
Quite likely, that's because after your changes, you haven't updated the values in statements like these:

rM_NAME = 0
rM_RECEIVE_EMAIL = 1
rM_AIM = 2
rM_ICQ = 3
rM_MSN = 4
rM_YAHOO = 5
rM_TITLE = 6
rMEMBER_ID = 7
(...)

Check them in topic.asp.


Snitz 3.4 Readme | Like the support? Support Snitz too

Edited by - ruirib on 27 November 2004 03:52:18
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 27 November 2004 :  10:16:25  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
They are updated, take a look at the topic.txt file I linked to...

-Stim
Go to Top of Page

Jorrit787
Average Member

Netherlands
681 Posts

Posted - 27 November 2004 :  10:24:21  Show Profile  Visit Jorrit787's Homepage  Send Jorrit787 an AOL message  Send Jorrit787 a Yahoo! Message
I had this problem after installing a MOD as well, don't remember which one. If you have those values updated like ruirib said, I don't know the problem is. I solved it by re-doing the changes I made to topic.asp .

eXtremeGossip
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 27 November 2004 :  13:13:56  Show Profile  Send ruirib a Yahoo! Message
Around line 672, the value for rM_PM is wrong, since it looks like the PM info is not in the 6th position of the recordset, but it should have the value after Country, or so it seems to me.
So the code should be:

(...)
		rM_YAHOO = 5
		rM_TITLE = 6
		rMEMBER_ID = 7
		rM_HOMEPAGE = 8
		rM_LEVEL = 9
		rM_POSTS = 10
		rM_COUNTRY = 11
                rM_PM = 12
		rREPLY_ID = 13



Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 27 November 2004 :  17:28:50  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
I fixed it by re-arranging where I call the PM stuff in the SQL and it worked

-Stim
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.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07