Gossamer Forum
Home : Products : Links 2.0 : Customization :

Google Adsense in Category

Quote Reply
Google Adsense in Category
Hello,

i will put a Google Adsense Code into the Category. For Example:

Category 1
Category 2
Category 3
Googel Adsense
Category 4
Category 5

Can anyone give me an Hint ??

Thanx,
qix
Quote Reply
Re: [qix] Google Adsense in Category In reply to
Where you need to edit is in site_html_templates.pl, sub site_html_print_cat. The script normally puts the cats into a two-columned table, and it would be easy to add to the end of a column.

Code:
# We check to see if we are half way through, if so we stop this table cell
# and begin a new one (this lets us have category names in two columns).
if ($i == $half) {
$output .= qq|YOUR GOOGLE CODE HERE</td><td class="catlist" valign="top">\n|;
}
$i++;



If you want it in the middle, that will take a bit more work.


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] Google Adsense in Category In reply to
Hi,

thanx ... that works ... but I think it's better when I put the Code to the End of the Category.
I have two Collums with Categories ... left Side 6 and right Side 5 Categories ... I will put the Code to the left Side under the
last Category.

Can you telle me how I do this.

Thanx
qix
Quote Reply
Re: [qix] Google Adsense in Category In reply to
Yepp, I did it Smile

Now I want put the Google Code into the "Cool" Site.
For Example: I have 30 Links on my Cool Site and I will show the Googlecode after every 10 Entries ??

I hope anyone can help me so fast as my Problem above.

Thanx and excuse my bad English Crazy

qix
Quote Reply
Re: [qix] Google Adsense in Category In reply to
Nobody can help me ??


Greets,
qix