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
 Alert Moderator
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 4

gareth_moore_2000
Junior Member

United Kingdom
262 Posts

Posted - 08 January 2003 :  19:35:30  Show Profile
OK, when I refresh the page after the first click its gone !- so it all works fine now !
thanks for you help- its very mucj appreciated ! :-)
Go to Top of Page

Heynow
Junior Member

374 Posts

Posted - 08 January 2003 :  20:56:40  Show Profile  Visit Heynow's Homepage  Send Heynow an AOL message  Send Heynow a Yahoo! Message
I get this message in ReportToModerator_ShowMessage.asp

Error: message could not be displayed, because it does not exist View Thread Delete Post Item cannot be found in the collection corresponding to the requested name or ordinal.

/forum/ReportToModerator_ShowMessage.asp, line 127 (127 in bold)

		<b>
		<font color="<%=strLinkColor%>" size="<%=strDefaultFontSize%>">
		<a href='post.asp?method=EditTopic&REPLY_ID=<%=rs("REPLY_ID")%>&TOPIC_ID=<%=rs("TOPIC_ID")%>
		&FORUM_ID=<%=rs("FORUM_ID")%>&CAT_ID=<%=rs("CAT_ID")%>
		&auth=<%=rs("T_AUTHOR")%>'>
			Edit Post
		</a>
		</font>
		</b>


Any help please..


Political Forums
:::Stay n Chat
Go to Top of Page

DJBBIZ
Junior Member

214 Posts

Posted - 08 January 2003 :  23:07:23  Show Profile  Visit DJBBIZ's Homepage
I got this Mod working and we installed at ServerHacker.com. Most of the changes that you guys are running into I did also, and have them fixed. Virtually everything was pretty much 3.4 updating, a few bug fixes and some new formats. It sees to be running well and I will be posting maybe this weekend at SH - Mod's with code. I am going to bet that it should work out of the box on standard Snitz as well.


"The difference between good ideas and good results is performance"
the management institute | tmiFinance | tmiCreative | ProfileOnDemand
Go to Top of Page

Heynow
Junior Member

374 Posts

Posted - 08 January 2003 :  23:41:17  Show Profile  Visit Heynow's Homepage  Send Heynow an AOL message  Send Heynow a Yahoo! Message
Thanks DJBBIZ, looking forward to it..
quote:
Originally posted by DJBBIZ

I got this Mod working and we installed at ServerHacker.com. Most of the changes that you guys are running into I did also, and have them fixed. Virtually everything was pretty much 3.4 updating, a few bug fixes and some new formats. It sees to be running well and I will be posting maybe this weekend at SH - Mod's with code. I am going to bet that it should work out of the box on standard Snitz as well.



Political Forums
:::Stay n Chat
Go to Top of Page

DJBBIZ
Junior Member

214 Posts

Posted - 09 January 2003 :  02:18:45  Show Profile  Visit DJBBIZ's Homepage
By the way, it has been tested on both SQL Server 2000 and Access but not MYSQL


"The difference between good ideas and good results is performance"
the management institute | tmiFinance | tmiCreative | ProfileOnDemand
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 09 January 2003 :  12:26:37  Show Profile  Visit crash's Homepage
mysql works fine too

cHosting.nl
Go to Top of Page

gareth_moore_2000
Junior Member

United Kingdom
262 Posts

Posted - 09 January 2003 :  15:02:18  Show Profile
I am going to make a few design changes to this mod tonight (ie apperance) and I will post it as a zip file for those interested ! 3.4 compatable, thanks to help from Crash !
Go to Top of Page

Heynow
Junior Member

374 Posts

Posted - 09 January 2003 :  15:56:01  Show Profile  Visit Heynow's Homepage  Send Heynow an AOL message  Send Heynow a Yahoo! Message
The problem I was having fixed itself..Pretty strange.

gareth moore 2000, I'll keep an eye out for your update and thanks to crash and masterao
for the help.


Political Forums
:::Stay n Chat
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 09 January 2003 :  17:48:41  Show Profile  Visit crash's Homepage
glad to have helped out!

cHosting.nl
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 09 January 2003 :  19:06:19  Show Profile  Visit masterao's Homepage
Me too, even though I didn't do much.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

gareth_moore_2000
Junior Member

United Kingdom
262 Posts

Posted - 09 January 2003 :  19:27:28  Show Profile
I have just found a few probs !


in ComplaintManager.asp
If you click 'VIEW TOPIC' It will only show you it as it should if it is the first post of the topic' otherwise if its a reply it comes up with an error message:


Item cannot be found in the collection corresponding to the requested name or ordinal.
/forum/ReportToModerator_ShowMessage.asp, line 129

What does this mean ?






Also, in ComplaintManager.asp if you view as Admin you see all the complaints, if you view as a moderator you only view the complaints for the forums you moderate.
But the moderators are getting this message at the top of ComplaintManager.asp (this is actually written within the code: Could not locat a member ID for logged user


Code: SQL = "SELECT MEMBER_ID FROM FORUM_MEMBERS WHERE M_USERNAME = '" & strDBNTUserName & "'"
RS.Open SQL, My_Conn
if RS.EOF then
Response.Write "Could not locat a member ID for logged user"
else
MemberID = RS("Member_ID")
end if
RS.Close
What does that mean ?

Please can anyone help me out ?
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 10 January 2003 :  03:19:33  Show Profile  Visit crash's Homepage
i fixed that error a while ago and cannot recall how i did it. i could try to look it up for you. let me know if you want that.

cHosting.nl
Go to Top of Page

DJBBIZ
Junior Member

214 Posts

Posted - 10 January 2003 :  12:22:22  Show Profile  Visit DJBBIZ's Homepage
quote:
Originally posted by gareth_moore_2000

I have just found a few probs !


in ComplaintManager.asp
If you click 'VIEW TOPIC' It will only show you it as it should if it is the first post of the topic' otherwise if its a reply it comes up with an error message:


Item cannot be found in the collection corresponding to the requested name or ordinal.
/forum/ReportToModerator_ShowMessage.asp, line 129

What does this mean ?






Also, in ComplaintManager.asp if you view as Admin you see all the complaints, if you view as a moderator you only view the complaints for the forums you moderate.
But the moderators are getting this message at the top of ComplaintManager.asp (this is actually written within the code: Could not locat a member ID for logged user


Code: SQL = "SELECT MEMBER_ID FROM FORUM_MEMBERS WHERE M_USERNAME = '" & strDBNTUserName & "'"
RS.Open SQL, My_Conn
if RS.EOF then
Response.Write "Could not locat a member ID for logged user"
else
MemberID = RS("Member_ID")
end if
RS.Close
What does that mean ?

Please can anyone help me out ?




I think I had to modify this...this is what I have:

SQL = "SELECT MEMBER_ID FROM " & strTablePrefix & "MEMBERS WHERE M_NAME = '" & strDBNTUserName & "'"
		RS.Open SQL, My_Conn
			if RS.EOF then
				Response.Write "Could not locat a member ID for logged user"
			else	
				MemberID = RS("Member_ID")
			end if
		RS.Close		


"The difference between good ideas and good results is performance"
the management institute | tmiFinance | tmiCreative | ProfileOnDemand
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 10 January 2003 :  13:35:14  Show Profile  Visit crash's Homepage
in other words, the only thing changed is the M_USERNAME to M_NAME.

a minor thing: there is a typo in this line (a missing "e"):
Response.Write "Could not locate a member ID for logged user"


cHosting.nl
Go to Top of Page

gareth_moore_2000
Junior Member

United Kingdom
262 Posts

Posted - 10 January 2003 :  15:43:01  Show Profile
quote:
Originally posted by crash

i fixed that error a while ago and cannot recall how i did it. i could try to look it up for you. let me know if you want that.



Do you mean the view topic error for replys ?
Please could you look it up !

I changed the M_USERNAME to M_NAME and it did the trick for the second error !
Go to Top of Page
Page: of 4 Previous Topic Topic Next Topic  
Previous Page | Next Page
 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.39 seconds. Powered By: Snitz Forums 2000 Version 3.4.07