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
 Site Integration Questions
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

webbee
Junior Member

100 Posts

Posted - 06 June 2003 :  00:35:39  Show Profile  Visit webbee's Homepage  Send webbee an AOL message  Send webbee a Yahoo! Message
Is there away to have the right column be one for one page and off for others?

I created a portal for my site and would like the right column on when you view the news.asp page but off for all the rest. Can this be done?

I have the active users mod installed so would that help at all because it can tell me what the name of the page is that is being viewed (a long shot but thought I would try).

Thx

garnold@teamfatbastard.net

Steve D.
Average Member

USA
640 Posts

Posted - 06 June 2003 :  01:01:11  Show Profile  Visit Steve D.'s Homepage  Send Steve D. a Yahoo! Message
In inc_header.asp there is the following logic

if strSiteLeft = "1" then
blah blah blah....
end if

you could change that to

page = GetCurrentPage()

if page = "news.asp" then
blah blah blah....
end if

wherer GetCurrentPage() is

Function GetCurrentPage()
Dim nPos, strURL
strURL = Request.ServerVariables("URL")
nPos = InStrRev(strURL, "/")
GetCurrentPage = LCase(Mid(strURL, nPos + 1, Len(strURL) - nPos))
End Function

just an idea...

Swing Dancing Video Clips - It's All Swing! Forum
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.28 seconds. Powered By: Snitz Forums 2000 Version 3.4.07