Author |
Topic |
asafdr
New Member
Israel
90 Posts |
Posted - 21 September 2003 : 16:11:02
|
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
|
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.” |
|
|
asafdr
New Member
Israel
90 Posts |
Posted - 22 September 2003 : 08:04:45
|
i cant find it, plz help me :( |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
asafdr
New Member
Israel
90 Posts |
Posted - 22 September 2003 : 08:48:42
|
cant find it :( u cant find it for me? |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 22 September 2003 : 09:37:19
|
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.” |
|
|
asafdr
New Member
Israel
90 Posts |
Posted - 22 September 2003 : 17:41:41
|
i cant find it :( plz give me it Accurate. i'm use snitz 3.4.03 |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 23 September 2003 : 04:49:50
|
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.” |
|
|
asafdr
New Member
Israel
90 Posts |
Posted - 23 September 2003 : 05:57:06
|
bla, maybe u have icq? |
Edited by - asafdr on 23 September 2003 05:57:24 |
|
|
DavidRhodes
Senior Member
United Kingdom
1222 Posts |
Posted - 23 September 2003 : 06:20:25
|
- 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 |
|
|
asafdr
New Member
Israel
90 Posts |
Posted - 23 September 2003 : 07:18:35
|
not found |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 23 September 2003 : 07:37:39
|
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.” |
|
|
asafdr
New Member
Israel
90 Posts |
|
DavidRhodes
Senior Member
United Kingdom
1222 Posts |
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 23 September 2003 : 08:37:49
|
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.” |
|
|
asafdr
New Member
Israel
90 Posts |
|
Topic |
|