Login     Sign up
Ads on homepage
DeFender (@defender)
Join date: Oct 1st 2010
Community posts: 167
View Profile
Send Message

open page.tpl.php

find

[code]
if (!$is_cover) {
echo '<td valign="top"><div style="width:170px;float:right;">
'.get_gvar('theme_block_adsbar').'</div></td>';
}
[/code]

after add

[code]
if ($application == 'home') {
echo '<td valign="top"><div style="width:170px;float:right;">
'.get_gvar('theme_block_adsbar').'</div></td>';
}
[/code]

that's all :)

sorry if I posted in wrong category, I miss category like hacks or something

174 months ago
arizon efendi (@arizon)
Join date: Aug 26th 2010
Community posts: 145
View Profile
Send Message

that is nice...thanks

174 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

Dude you are the man i've been trying to do this forever wow cheers mate...

174 months ago
Thakim (@thakim83)
Join date: Oct 8th 2010
Community posts: 87
View Profile
Send Message

Does this work on 4.1?

174 months ago
sumitpal singh (@sumit007)
Join date: Oct 17th 2010
Community posts: 10
View Profile
Send Message

does nt work fr me

174 months ago
Thakim (@thakim83)
Join date: Oct 8th 2010
Community posts: 87
View Profile
Send Message

thanks

174 months ago
kamuaku dot com (@kamuaku)
Join date: Oct 20th 2010
Community posts: 12
View Profile
Send Message

work on 4.1? i dont really understand what i have to do can someone pls explain for newbie a.k.a me :(

174 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

[quote=kamuaku]work on 4.1? i dont really understand what i have to do can someone pls explain for newbie a.k.a me :([/quote]

you dont need this in 4.1 its built in

174 months ago