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

RebelTech
Average Member

USA
613 Posts

Posted - 27 September 2003 :  14:02:23  Show Profile  Visit RebelTech's Homepage  Send RebelTech an ICQ Message
In my old forums(v. 3.3.03) In the top of the forum page, I had removed the home link and placed in a javascript link that opened a window with various quotes in it. I had modified the inc_top.asp to do this if I remember right. I just upgraded to v. 3.4.03 and I was wondering if it was safe to make this same modification and also which .asp do I modify under the new version of Snitz and where in the file? I am terrified of messing something up. I went ahead started clean with the version upgrade due to database errors(see other posts).

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 27 September 2003 :  14:10:35  Show Profile
try taking a look at inc_header.asp. just make a backup of this file before you modify so that you can always replace with the original if you mess something up. the actual modifications will depend on where you want the link. if you want it in the top right hand corner with the other links, then you will need to modify the sub at the bottom of inc_header that writes the navigation to the page.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

NiteOwl
Junior Member

Canada
403 Posts

Posted - 27 September 2003 :  14:22:49  Show Profile  Visit NiteOwl's Homepage
I am interested in putting a link directly to the right of the graphic that appears on the top-left of the page.

eg. the snitz graphic above, directly to the right would appear my link, I have been testing and am having great difficulty finding the correct line to inset the code, any suggestions?

-=NiteOwl=-
Go to Top of Page

RebelTech
Average Member

USA
613 Posts

Posted - 27 September 2003 :  14:35:27  Show Profile  Visit RebelTech's Homepage  Send RebelTech an ICQ Message
Thanks, I found it, sort of. I was able to successfully remove the home link (I use frames to navigate my site). I need to ask a question that I know is in bad taste.... Can somebody help me write some code. In the old version, I just had to find the right spot and write some plain html to get my javascript popup window link containing my quotes. In the new version, it all looks greek to me. Below is the old code from my old inc_top. How do I get it in the proper format and spot to work with the new version. I am sorry to bother you good folks with this. Here is the old code:

<script language="JavaScript">
<!-- hide from JavaScript-challenged browsers
function openWindow(url) {
popupWin = window.open(url,'new_page','width=400,height=400')
}
// done hiding -->
</script>
<script language="JavaScript">
<!--
function PopWindow()
{
window.open('http://www.rebeltechs.net/quotes/quote.html','Quotes','width=300,height=200,menubar=no,scrollbars=yes,toolbar=no,location=no,directories=no,resizable=no,top=50,left=50');
}
//-->
</script>
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.4 seconds. Powered By: Snitz Forums 2000 Version 3.4.07