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: General / Classic ASP versions(v3.4.XX)
 Require my CONFIG links to bring me to the _Parent
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

NiteOwl
Junior Member

Canada
403 Posts

Posted - 04 April 2010 :  15:55:42  Show Profile  Visit NiteOwl's Homepage
My forum is here:
http://www.cimare.org/forum/

BUT if you are sent this link below
http://www.cimare.org/forum/default.asp

you get a page without the menu and site structure.

I want the user, when they select HOME to be redirected to the _parent location of the website is this possible?




-=NiteOwl=-

Classicmotorcycling
Development Team Leader

Australia
2085 Posts

Posted - 04 April 2010 :  16:26:22  Show Profile
To do what you want follow these steps"

Step 1: Under Admin Options then to Main Forum Configuration then in there change the Home URL: to http://www.cimare.org/forum/index.html

Step 2: Then in the inc_header.asp under the function sub sForumNavigation() look for the following (on line 469 of a fresh 3.4.07 file) and change:


Response.Write " <a href=""" & strHomeURL & """" & dWStatus("Homepage") & " tabindex=""-1""><acronym title=""Homepage"">Home</acronym></a>" & vbNewline & _


Now add the stuff in red:


Response.Write " <a target=""_top"" href=""" & strHomeURL & """" & dWStatus("Homepage") & " tabindex=""-1""><acronym title=""Homepage"">Home</acronym></a>" & vbNewline & _


That should do it. Remember to backup your inc_header.asp before changing.

Cheers,

David Greening
Go to Top of Page

NiteOwl
Junior Member

Canada
403 Posts

Posted - 05 April 2010 :  10:28:54  Show Profile  Visit NiteOwl's Homepage
Perfect, that worked exactly as expected and desired. Thanks!


-=NiteOwl=-
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2085 Posts

Posted - 05 April 2010 :  15:19:04  Show Profile
No problems, happy it worked as you wanted.

Cheers,

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