Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Adding my banner to the Category pages?

Quote Reply
Adding my banner to the Category pages?
I have been able to edit the template files to show our 468x60 banner with no problem. I want to get it on the Category pages but dont exactly know where to edit. Im using Templates. Links ver 2.0

Regards,
Darrell

------------------
Team Linux 2000
http://www.linux-2000.org
Quote Reply
Re: Adding my banner to the Category pages? In reply to
Is this just a standard banner or is it a banner exchange that you want to post in your Category pages?

If it is the former, you can do the following:

1) Add the following codes in your site_html_templates.pl:

Code:
$banner = qq|<img src="/images/banner.gif" alt="My Banner" width="" height="" border="">|;

before the %globals.

Make sure to change the attributes in the HTML anchor.

2) Then in the %globals, add the following codes:

Code:
banner => $banner,

3) In your category.html file, add the following code to the point in the file where you want to display the banner:

Code:
<%banner%>

If it is the latter type of banner (Advertisement Banners), then you can install the Banner Mod, which I believe is in the FAQ or Modification Section of LINKS2.0 in the Resource Center.

Hope this helps.

Regards,

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us

[This message has been edited by Eliot (edited September 12, 1999).]
Quote Reply
Re: Adding my banner to the Category pages? In reply to
Thank you Eliot. Works fine now Smile

Regards,

Darrell

------------------
Team Linux 2000
http://www.linux-2000.org
Quote Reply
Re: Adding my banner to the Category pages? In reply to
Glad it works.

Regards,

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us