PDA

View Full Version : Adding AdSense on description pages


joegarraffo
05-07-2007, 04:11 PM
To my excitement, description level pages are showing up on Google (This application rocks!). I would like to add Google Adsense to these pages. I don't mind hardcoding it. Could someone please tell me where and how I can do this?

Thanks!

Sai_dallas
05-07-2007, 07:24 PM
Go to your templates

your tempate

under that go to link-display.tpl

and paly aroud to find the exact location where you want to add the code.

{literal}
your adsesne code here.
{/literal}

joegarraffo
05-08-2007, 02:18 AM
Wow... that added AdSense everywhere. I think that's actually a bit more then I want. http://www.esyndicat.com/demo/business/Jobs4jobs-com-l171.html This is the Esyndicat demo forum page. On this "Link Detail" level, I would like to put a 728x90 Google AdSense script above the footer. But I only want it to show on the link Detail pages. The area you suggested applied it to the entire site?

Thanks for your help. I do appreciate your time!

joegarraffo
05-09-2007, 10:05 PM
Help? Anyone?

Sergey Ten
05-10-2007, 04:47 AM
Hello joegarraffo,

I think it will help you.

[ Open your templates/your_template/view-link.tpl ]
[ Find code ]


{include file="footer.tpl"}


[ And before add you banner code ]
[ Save change ]

joegarraffo
05-10-2007, 12:30 PM
Perfect! Thank you so much!