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)
 Changing the destination from Logo's hyperlink
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Brachole
Starting Member

USA
33 Posts

Posted - 09 June 2010 :  16:35:51  Show Profile  Visit Brachole's Homepage
I inserted our company logo and by default, the hyperlink (when you click on it) is /forum/default.asp.

I'd like it to go to our main website address (www.ourwebsite.com)...how o I change that?

I changed Home URL and Forum URL in the Admin Options (Main Forum Configuration) but still doesn't work..

Any idea?

HuwR
Forum Admin

United Kingdom
20601 Posts

Posted - 09 June 2010 :  16:54:01  Show Profile  Visit HuwR's Homepage
in inc_header.asp about line 280 should looks something like this

<td valign=""top"" width=""50%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage ...

change thebit in red.

MVC .net dev/test site | Snitz .NET Core running on Raspberry Pi
Go to Top of Page

bobdsw
New Member

United States
62 Posts

Posted - 09 June 2010 :  16:56:10  Show Profile  Visit bobdsw's Homepage
If you've got a clean install of the latest version open inc_header.asp and look at line 280. If not the line should look like this:
		"    <td valign=""top"" width=""50%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage

Edit the HREF to point to the strHomeURL:
		"    <td valign=""top"" width=""50%""><a href=""" & strHomeURL & """ tabindex=""-1"">" & getCurrentIcon(strTitleImage


That should fix it for the title image. If you want the Home link in the nav menu to point to the same location you'll need to find that link in the sForumNavigation also in inc_header.asp and edit the link there as well.

(You're too quick for me HuwR :) )

Phoenix! - Ful site integration, CSS driven & XHTML compliant, MooTools, TinyMCE editor for posts & custom content management, , Visual Theme Designer, custom menus & pages, member galleries with ASP JPeg and ASPResize, ASP WordPress style Blog, web friends, FaceBook, Twitter & other social-sharing integration, ReCaptcha & Anti-Spam Registration...and much more.

Edited by - bobdsw on 09 June 2010 17:06:33
Go to Top of Page

Brachole
Starting Member

USA
33 Posts

Posted - 09 June 2010 :  17:23:54  Show Profile  Visit Brachole's Homepage
perfect...thanks guys!
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