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)
 Category Sponsor link/image
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

insurance-forums
Starting Member

USA
2 Posts

Posted - 01 August 2002 :  13:51:50  Show Profile  Visit insurance-forums's Homepage
I would like to have different websites/companies sponsor a category on the http://insurance-forums.com. We need to put a logo on the bottom of each topic page in a category. Is there already a Mod that does this? Is anyone interested in working on one with me, or getting paid to create one?

Thanks

<a href="http://insurance-forums.com" target="new">Insurance Forums</a>
<a href="http://www.insurancenetcenter.com" target="new">Insurance Quotes</a>

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 01 August 2002 :  14:03:48  Show Profile
I don't know of a mod that does this.

I have absolutely no desire to be paid to make a one but my first guess about how to do it would be to add something in the inc_footer.asp file that shows the pciture depending on what forum it is, but I dont know if that would be too messy to do.


No matter how fast light travels it finds the darkness has always got there first, and is waiting for it.
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 01 August 2002 :  14:05:46  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
Just have the code that calls the ad refer to the forum ID. Should be pretty easy.

@tomic

http://www.skepticfriends.org
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 01 August 2002 :  15:26:08  Show Profile
quote:

Just have the code that calls the ad refer to the forum ID. Should be pretty easy.



Yeah, that's what I'd do too. A simple If statement would suffice for that.

If it's one image that you want to display, all you have to do is add this:
<%
if (CAT_ID = "X") then
Response.Write "<a href=""http://www.yourLinkHere.com/"" target=""_blank""><img src=""locationOfYourImage.gif"" widht=""XX"" height=""xx"" border=""0"" alt=""alt text here"" title=""title text here""></a>"
end if
%>

Just replace the X in the first line with the category ID in which you wish to have the image shown. Then insert the correct URL to which the image has to link, add the correct image location and/or name and it's attributes.

Roland

http://www.frutzle.com

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

insurance-forums
Starting Member

USA
2 Posts

Posted - 02 August 2002 :  12:43:29  Show Profile  Visit insurance-forums's Homepage
Thanks guys... I'll see what I can do.

<a href="http://insurance-forums.com" target="new">Insurance Forums</a>
<a href="http://www.insurancenetcenter.com" target="new">Insurance Quotes</a>
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.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07