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/Code)
 stats
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

kingkelly
Starting Member

18 Posts

Posted - 06 November 2002 :  08:10:38  Show Profile
How can i hide the stats window on the homepage of my forum? I am using the full mod version from serverhacker

cheers
kk

Ez4arab
Junior Member

479 Posts

Posted - 06 November 2002 :  08:42:34  Show Profile  Visit Ez4arab's Homepage
you can add code to allow noly show this link for Admin & moderator

		"  <a href=""active.asp"" target=""_self"">Active Topics</a> | <a href=""active_polls.asp"" target=""_self"">Active Polls</a> | <a href=""res_livenews.asp"" target=""_self"">Resources</a> | <a href=""members.asp"" target=""_self"">Members</a> | <a href=""active_users.asp"" target=""_self"">Online Users</a> | <a href=""liquidchat.asp"" target=""_self"">Live Chat</a> | <a href=""pop_avatarlegend.asp"" target=""_self"">Avatar Legend</a> | <a href=""search.asp"" target=""_self"">Search</a>"
if (mlev = 3 or mlev = 4) or (lcase(strNoCookies) = "1") then		
Response.Write" | <a href=""member_stats.asp"" target=""_self"">Statistics</a>" & vbNewLine & _
else
endif
Response.Write	"  </font>" & vbNewLine & _



Ez4arab web site Ez4arab |
Go to Top of Page

kingkelly
Starting Member

18 Posts

Posted - 06 November 2002 :  09:11:49  Show Profile
Thanks, where do i need to add it? which file? and which line?

cheers for your help

kk


quote:
Originally posted by Ez4arab

you can add code to allow noly show this link for Admin & moderator

		"  <a href=""active.asp"" target=""_self"">Active Topics</a> | <a href=""active_polls.asp"" target=""_self"">Active Polls</a> | <a href=""res_livenews.asp"" target=""_self"">Resources</a> | <a href=""members.asp"" target=""_self"">Members</a> | <a href=""active_users.asp"" target=""_self"">Online Users</a> | <a href=""liquidchat.asp"" target=""_self"">Live Chat</a> | <a href=""pop_avatarlegend.asp"" target=""_self"">Avatar Legend</a> | <a href=""search.asp"" target=""_self"">Search</a>"
if (mlev = 3 or mlev = 4) or (lcase(strNoCookies) = "1") then		
Response.Write" | <a href=""member_stats.asp"" target=""_self"">Statistics</a>" & vbNewLine & _
else
endif
Response.Write	"  </font>" & vbNewLine & _




Go to Top of Page

Ez4arab
Junior Member

479 Posts

Posted - 06 November 2002 :  09:37:55  Show Profile  Visit Ez4arab's Homepage
where you want to romve the link.

e.g.

this link shown in the inc_header.asp

Ez4arab web site Ez4arab |
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.22 seconds. Powered By: Snitz Forums 2000 Version 3.4.07