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/O Code)
 Add advertisement in header
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

hans_
Junior Member

Czech Republic
161 Posts

Posted - 26 May 2004 :  09:44:07  Show Profile  Visit hans_'s Homepage
Is possible insert banner code in header off all pages(inc_header.asp)?
How?

thanks hans_

I am still learning.
Sorry for my stupid questions (sometimes) and bad English.

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 26 May 2004 :  13:59:47  Show Profile  Visit Jezmeister's Homepage
yes it is, the Site Integration mod lets you do that.
Go to Top of Page

sr_erick
Senior Member

USA
1318 Posts

Posted - 26 May 2004 :  19:23:57  Show Profile  Visit sr_erick's Homepage  Send sr_erick a Yahoo! Message
I wouldn't install a mod just to do this, unless you have a whole banner system. If it's a single banner, just fine in the asp/html code in inc_header.asp where you want to place it and insert the correct asp code.




Erick
Snowmobile Fanatics

Go to Top of Page

hans_
Junior Member

Czech Republic
161 Posts

Posted - 27 May 2004 :  05:28:42  Show Profile  Visit hans_'s Homepage
yes this is what i mean i woul like little bit promote my forum with banner exchange system
I tried to put my html code in inc_header.asp, but every time with error in ASP code, pity i am not ASP coder.

I would like to put this banner on the top of the page.
I a crease simple table, how can i put it inside?

<table width="100%"  border="0" cellspacing="1" cellpadding="1">
  <tr> 
    <td>banner1</td>
    <td>banner2</td>
    <td>banner3</td>
  </tr>
</table>


Thank a lot hans_

quote:
Originally posted by sr_erick

I wouldn't install a mod just to do this, unless you have a whole banner system. If it's a single banner, just fine in the asp/html code in inc_header.asp where you want to place it and insert the correct asp code.


I am still learning.
Sorry for my stupid questions (sometimes) and bad English.
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 27 May 2004 :  05:33:49  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Find the following code in inc_header.asp:
		"<body" & strTmpPageBGImageURL & " bgColor=""" & strPageBGColor & """ text=""" & strDefaultFontColor & """ link=""" & strLinkColor & """ aLink=""" & strActiveLinkColor & """ vLink=""" & strVisitedLinkColor & """>" & vbNewLine & _
		"<a name=""top""></a>" & vbNewLine & _
		vbNewLine & _
		"<table align=""center"" border=""0"" cellPadding=""0"" cellSpacing=""0"" width=""100%"">" & vbNewLine & _

and replace it with the following code:
		"<body" & strTmpPageBGImageURL & " bgColor=""" & strPageBGColor & """ text=""" & strDefaultFontColor & """ link=""" & strLinkColor & """ aLink=""" & strActiveLinkColor & """ vLink=""" & strVisitedLinkColor & """>" & vbNewLine & _
		"<a name=""top""></a>" & vbNewLine
%>
YOUR BANNER CODE
<%
Response.Write  vbNewLine & _
		"<table align=""center"" border=""0"" cellPadding=""0"" cellSpacing=""0"" width=""100%"">" & vbNewLine & _

Now replace the YOUR BANNER CODE line with your actual banner code.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

sr_erick
Senior Member

USA
1318 Posts

Posted - 27 May 2004 :  09:20:55  Show Profile  Visit sr_erick's Homepage  Send sr_erick a Yahoo! Message
Here's what your asp code would look like for that banner html. You can get the general idea from it.


Response.write	"<table width="100%"  border="0" cellspacing="1" cellpadding="1">" & vbNewLine & _
		"	<tr>" & vbNewLine & _
    		"		<td>banner1</td>" & vbNewLine & _
    		"		<td>banner2</td>" & vbNewLine & _
    		"		<td>banner3</td>" & vbNewLine & _
  		"	</tr>" & vbNewLine & _
		"</table>" & vbNewLine




Erick
Snowmobile Fanatics


Edited by - sr_erick on 27 May 2004 09:22:28
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.42 seconds. Powered By: Snitz Forums 2000 Version 3.4.07