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)
 admin options
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

guessme
Banned User

393 Posts

Posted - 01 October 2003 :  02:22:32  Show Profile  Visit guessme's Homepage
I would like to move the admin options link between these:

Page generated in ----------------------------- Snitz Forums 2000

Moving to a more appropriate location - dave


Edited by - davemaxwell on 01 October 2003 06:42:58

guessme
Banned User

393 Posts

Posted - 01 October 2003 :  16:51:18  Show Profile  Visit guessme's Homepage
Is this understandable???

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 01 October 2003 :  17:46:54  Show Profile
in the inc_footer.asp file find the following: (around line #60)
end if
Response.Write	"    <td align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>"


'## START - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT
insert the following on line #61:
if (mlev = 4) or (lcase(strNoCookies) = "1") then
	Response.Write	"    <td align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><a href=""admin_home.asp""" & dWStatus("Access the Forum Admin Functions...") & " tabindex=""-1"">Admin Options</a></font></td>"
end if

so it now looks like this:
end if
if (mlev = 4) or (lcase(strNoCookies) = "1") then
	Response.Write	"    <td align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><a href=""admin_home.asp""" & dWStatus("Access the Forum Admin Functions...") & " tabindex=""-1"">Admin Options</a></font></td>"
end if
Response.Write	"    <td align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>"


'## START - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT
Go to Top of Page

guessme
Banned User

393 Posts

Posted - 01 October 2003 :  20:51:59  Show Profile  Visit guessme's Homepage
Thank you!

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