Log in

View Full Version : Google adsense please help i will pay for the help


croportal
04-24-2007, 06:52 AM
my biggest google earning are in navbar and in header template view on all forum

but i have one forum that google not allowed, and i want google adsense to show on all forums except one

i also want to show after 1st post and affter last post on every page except one forum?

i will pay to someone do that for me

adsense after second and last post but with option to chose in which forum to display

notrious
04-24-2007, 05:07 PM
bro u can use only 3 sets suppose if u have puted 3 in header this will now show addz in inside posts of as 1 and last post

and 99% posibility ur site will be got banned by google

Sean S
04-24-2007, 06:30 PM
edit the templates that contain the adsense code and add an if condition, probably the easiest way to do,


<if condition="$forum[forumid] == X">
&nbsp;
<else />
place adsense code here
</if>


just replace X with the id of the forum that you don't want the ads to be displayed. Another thing you can do is to create a new style without the ads, and set that style as the default style for that forum.

croportal
12-11-2007, 03:14 PM
edit the templates that contain the adsense code and add an if condition, probably the easiest way to do,


<if condition="$forum[forumid] == X">
&nbsp;
<else />
place adsense code here
</if>


just replace X with the id of the forum that you don't want the ads to be displayed. Another thing you can do is to create a new style without the ads, and set that style as the default style for that forum.


do u know how can i instead of X enter forum ID to only show to this forum

example: i want to show adsense only to forum ID 88, not to other forums, in other forums i want to put something else. its easier instead X put just one ID then to put all others ID from rest forum category ( i have 100 forum categorys :D :D :D )

Magnumutz
12-11-2007, 03:44 PM
If the forum ID 88 is the one where you don't want to have google ads in, then replace X with it and place the coder where Sean told you.

Basically, yes... X is the forumid that won't have ads.