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)
 Placing banner ads above forum
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

aplusbob
Starting Member

1 Posts

Posted - 17 February 2002 :  16:22:16  Show Profile
I am sure this has been addressed, but I couldn’t find it using the search.

How do you place banners ads like the ones above this forum?

Thanks,
New guy,
aplusbob


Roland
Advanced Member

Netherlands
9335 Posts

Posted - 17 February 2002 :  16:31:05  Show Profile
Open inc_top.asp and go to line 150. You should find the following there:

<a name="top"></a><font face="<% =strDefaultFontFace %>">

<table align="center" border="0" cellPadding="0" cellSpacing="0" width="100%">
<tr>
<td valign="top" width="50%"><a href="default.asp">

Now add the following code right above the <table> tag

<table align="center" border="0" cellPadding="0" cellSpacing="0" width="100%">
<tr>
<td valign="top" width="100%" align="center">

<table border=0 width="95%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="#FEFEFE" align="center">
BANNERCODE HERE
<hr size=1>
</td>
</tr>
</table>
</td>
</tr>
</table>


Now replace BANNERCODE HERE with the code you use for your banners and you're done.

Good luck.



http://www.frutzle.com
Also for logo requests!
For MODs go to: Snitz Exchange or Mod Resource

Edited by - FrutZle on 17 February 2002 16:35:44
Go to Top of Page

Kong
Junior Member

100 Posts

Posted - 28 February 2002 :  22:27:34  Show Profile
I've noticed that on the Snitz Forums the ad banner above the forums displays a couple of different ads.

Is it random?

How would you set it up so that it displays 1 of a number of ads?

_________________________
Come on by and visit Deth Incarnate.
Growing slowly, but growing none the less.
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 28 February 2002 :  23:15:47  Show Profile  Visit Nathan's Homepage
You would get a banner rotator. . . which are usually powered by whoever you set up the ads though.

 Nathan Bales - Romans 15:13
---------------------------------

Snitz Exchange | Mod Resource
Go to Top of Page

Kong
Junior Member

100 Posts

Posted - 01 March 2002 :  04:39:33  Show Profile
Do you know of any good banner rotators?

I need something that I can easily modify to support whatever number of ads I end up using. Hopefully nothing too complex.

_________________________
Come on by and visit Deth Incarnate.
Growing slowly, but growing none the less.
Go to Top of Page

pitskin
Starting Member

12 Posts

Posted - 01 March 2002 :  07:02:42  Show Profile
Go to aspin.com
here you will find easy to follow tutorials on banner ad rotator's, use the search at this site as it does contain alot of stuff

check this one out,hopefully you should be able to follow it
http://www.theaspsite.org/examples_display.asp?id=2

this is all done using ASP code

Go to Top of Page

makumbeiro
Starting Member

23 Posts

Posted - 07 March 2002 :  15:50:40  Show Profile
Is there a quick way to include this code on every page, every message?

Thanks so much for your time and attention. I really *love* this forum.

Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 07 March 2002 :  16:17:01  Show Profile
quote:

Is there a quick way to include this code on every page, every message?

Thanks so much for your time and attention. I really *love* this forum.





As Inc_Top.asp is included by every page of the forum (actually it *is* the top part of each page - excluding the pop-up windows), you will get this result, whenever you implement what FrutZle explained.

Think PinkPost v40b03 Patches
Go to Top of Page

makumbeiro
Starting Member

23 Posts

Posted - 07 March 2002 :  17:03:29  Show Profile
quote:

As Inc_Top.asp is included by every page of the forum (actually it *is* the top part of each page - excluding the pop-up windows), you will get this result, whenever you implement what FrutZle explained.

Think PinkPost v40b03 Patches


Yes, I see that you are quite right. I made the famous mistake of not reloading the page!! The page I tested loaded from my cache.

Thanks for your response; you were quite helpful!!

Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 07 March 2002 :  17:17:26  Show Profile
quote:

Yes, I see that you are quite right. I made the famous mistake of not reloading the page!! The page I tested loaded from my cache.

Thanks for your response; you were quite helpful!!




You're welcome ...


Think PinkPost v40b03 Patches
Go to Top of Page

Trina
Starting Member

31 Posts

Posted - 13 March 2002 :  21:48:36  Show Profile
Can someone take a look at this and help me figure out why my banner ads aren't showing up? I followed the directions in this thread, and my banner code works on my other pages, I just can't get it working on the forum. Thanks in advance!

http://trot.org/forum/default.asp

Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 14 March 2002 :  13:19:22  Show Profile
Why do you start one table but close two?:

quote:

<table align="center" border="0" cellPadding="0" cellSpacing="0" width="100%"> <tr> <td valign="top" width="100%" align="center">

...<cut JavaScript>...

<hr size=1> </td> </tr> </table> </td> </tr></table

>



You might also want to concider placing the tags on separate lines for easy debugging.

I doubt that's causing the problem, but I'm not familiar with JavaScript.



http://www.frutzle.com

Snitz Exchange | Do's and Dont's
Go to Top of Page

jmanibusan
Starting Member

14 Posts

Posted - 03 April 2002 :  10:13:31  Show Profile
quote:

Open inc_top.asp and go to line 150. You should find the following there:

<a name="top"></a><font face="<% =strDefaultFontFace %>">

<table align="center" border="0" cellPadding="0" cellSpacing="0" width="100%">
<tr>
<td valign="top" width="50%"><a href="default.asp">

Now add the following code right above the <table> tag

<table align="center" border="0" cellPadding="0" cellSpacing="0" width="100%">
<tr>
<td valign="top" width="100%" align="center">

<table border=0 width="95%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="#FEFEFE" align="center">
BANNERCODE HERE
<hr size=1>
</td>
</tr>
</table>
</td>
</tr>
</table>


Now replace BANNERCODE HERE with the code you use for your banners and you're done.

Good luck.



http://www.frutzle.com
Also for logo requests!
For MODs go to: Snitz Exchange or Mod Resource

Edited by - FrutZle on 17 February 2002 16:35:44



is this instruction for inserting a banner rotator script or a single banner gif? if this inst. is for a rotator script, would you be so kind & provide inst. for inserting a single banner gif file at the the forum?

tks.

Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 03 April 2002 :  10:20:19  Show Profile
The code I gave there was just to create a table in which you can then display banners, followed by an <hr> like on these forums.

You can place a single image in there, but you can also join a link exchange program and place the program's code in the table and have a rotating banner script on all your forum pages in seconds.



http://www.frutzle.com

Snitz Exchange | Do's and Dont's
Go to Top of Page

jmanibusan
Starting Member

14 Posts

Posted - 03 April 2002 :  11:26:40  Show Profile
quote:

The code I gave there was just to create a table in which you can then display banners, followed by an <hr> like on these forums.

You can place a single image in there, but you can also join a link exchange program and place the program's code in the table and have a rotating banner script on all your forum pages in seconds.



http://www.frutzle.com

Snitz Exchange | Do's and Dont's



tks. i would give it a try. i have one other question to ask, if you don't mind. on this site http://www.frontpagewebmaster.com/default.asp there is a contents section (on left side) & a header right above with links. would you know how was this achieved? i placed the same question at that forum but no takers yet. please advise.. Tks. again

rgds.

Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 03 April 2002 :  14:10:50  Show Profile  Visit Nathan's Homepage
You just add a cell to the main layout table. If you shoot me an email I'll send you the source code of the Snitz Exchange's left hand menu.

  Nathan Bales - Romans 15:13
----------------------------------

Snitz Exchange | Do's and Dont's
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 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.51 seconds. Powered By: Snitz Forums 2000 Version 3.4.07