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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 What is the value?
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

asafdr
New Member

Israel
90 Posts

Posted - 21 September 2003 :  16:11:02  Show Profile  Send asafdr an ICQ Message
the value thats show the forum name is: <% =ChkString(Forum_Subject,"display") %>

what is the value to show who are the managers of the forum ?

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 22 September 2003 :  05:37:27  Show Profile
That's the listForumModerators function which you'll find at the very end of default.asp.


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.”
Go to Top of Page

asafdr
New Member

Israel
90 Posts

Posted - 22 September 2003 :  08:04:45  Show Profile  Send asafdr an ICQ Message
i cant find it, plz help me :(
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 22 September 2003 :  08:38:36  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
As MeTV said, it's at the very end of the file.
So open default.asp in a text editor such as Notepad, and either scroll down to the end of the file, or search default.asp for "listForumModerators".
The line looks like:
function listForumModerators(fForum_ID)

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

asafdr
New Member

Israel
90 Posts

Posted - 22 September 2003 :  08:48:42  Show Profile  Send asafdr an ICQ Message
cant find it :( u cant find it for me?
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 22 September 2003 :  09:37:19  Show Profile
What version of the forum are you using? The function is located in default.asp in v3.4.x. If you're using v3.3.x, you'll find it in inc_functions.asp.


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.”
Go to Top of Page

asafdr
New Member

Israel
90 Posts

Posted - 22 September 2003 :  17:41:41  Show Profile  Send asafdr an ICQ Message
i cant find it :( plz give me it Accurate. i'm use snitz 3.4.03
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 23 September 2003 :  04:49:50  Show Profile
Don't know how we can be more accurate, it's at the very end of default.asp beginning at line 1055 (fresh install), and looks like this:
function listForumModerators(fForum_ID)
	fForumMods = split(strForumMods,"|")
	for iModerator = 0 to ubound(fForumMods)
		fForumMod = split(fForumMods(iModerator),",")
		ModForumID = fForumMod(0)
		ModMemID = fForumMod(1)
		ModMemName = fForumMod(2)
		if cLng(ModForumID) = cLng(fForum_ID) then
			if fMods = "" then
				fMods = "<nobr>" & profileLink(chkString(ModMemName,"display"),ModMemID) & "</nobr>"
			else
				fMods = fMods & ", <nobr>" & profileLink(chkString(ModMemName,"display"),ModMemID) & "</nobr>"
			end if
		end if
	next
	if fMods = "" then fMods = " "
	listForumModerators = fMods
end function

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.”
Go to Top of Page

asafdr
New Member

Israel
90 Posts

Posted - 23 September 2003 :  05:57:06  Show Profile  Send asafdr an ICQ Message
bla, maybe u have icq?

Edited by - asafdr on 23 September 2003 05:57:24
Go to Top of Page

DavidRhodes
Senior Member

United Kingdom
1222 Posts

Posted - 23 September 2003 :  06:20:25  Show Profile
  • open default.asp in your text editor
  • hold ctrl and hit F5 to bring up the find box
  • enter listForumModerators(fForum_ID) in the box
  • click Find

The UK MkIVs Forum
Go to Top of Page

asafdr
New Member

Israel
90 Posts

Posted - 23 September 2003 :  07:18:35  Show Profile  Send asafdr an ICQ Message
not found
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 23 September 2003 :  07:37:39  Show Profile
Post a text version of your default.asp file.


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.”
Go to Top of Page

asafdr
New Member

Israel
90 Posts

Posted - 23 September 2003 :  08:12:27  Show Profile  Send asafdr an ICQ Message
http://asafdr.staff.fresh.co.il/default.asp
Go to Top of Page

DavidRhodes
Senior Member

United Kingdom
1222 Posts

Posted - 23 September 2003 :  08:30:47  Show Profile

The UK MkIVs Forum
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 23 September 2003 :  08:37:49  Show Profile
quote:
Originally posted by DavidRhodes



Ditto!

Asadfr, can you post a text version of that file?


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.”
Go to Top of Page

asafdr
New Member

Israel
90 Posts

Posted - 23 September 2003 :  08:46:46  Show Profile  Send asafdr an ICQ Message
http://asafdr.staff.fresh.co.il/DEFAULT.txt
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
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.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07