forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: xoTasha on March 31, 2012, 05:18:11 pm

Title: How to get a ad code running alongside the categories?
Post by: xoTasha on March 31, 2012, 05:18:11 pm
Hey everyone!

So I have been trying to edit my theme so an ad code can run alongside the categories as I need 2 above the fold of my site. The problem is no matter what I try I can't seem to get it to work!

Could anyone help me with this?

Heres a visual of what I am asking about incase I have confused you: http://i42.tinypic.com/j0z5g7.jpg

I will gladly post the code of the theme & ad code if that helps!

Thanks in advanced for any help!
Title: Re: How to get a ad code running alongside the categories?
Post by: Αndré on April 03, 2012, 12:52:00 pm
Attached your image to my post (according to board rules).

Without a clue which theme you're using, maybe the following already works as expected. Open template.html, find
Code: [Select]
{GALLERY}and replace with
Code: [Select]
<table><tr><td>ad code here</td><td>{GALLERY}</td></tr></table>

If it doesn't work as expected, please attach your whole as zip file.