Login     Sign up
Adverts?
Terence Watts (@terencewatts)
Join date: Sep 15th 2010
Community posts: 75
View Profile
Send Message

Is there any way to adverts appearing in the right hand column of, say, the News feed page?

175 months ago
Ian (@eeji)
Join date: Aug 3rd 2010
Community posts: 107
View Profile
Send Message

Admin CP -> Themes -> Manage Blocks -> insert your code in the relevant box, hit 'Save Changes' and you're done

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

I think he means the blank space on the right there is alot of it...

[img]http://indexjunkie.com/images/05566440914995338786.png[/img]

175 months ago
adil (@adil)
Join date: May 9th 2010
Community posts: 202
View Profile
Send Message

it is in page.tpl.php find it I change it long time ago but could not find it now lol strange !!!yes

175 months ago
Terence Watts (@terencewatts)
Join date: Sep 15th 2010
Community posts: 75
View Profile
Send Message

Yes, that's exaclt what I mean... on the right side.

175 months ago
Terence Watts (@terencewatts)
Join date: Sep 15th 2010
Community posts: 75
View Profile
Send Message

Thanks - I'll have a look!

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

[quote=adil]it is in page.tpl.php find it I change it long time ago but could not find it now lol strange !!!yes[/quote]

LoL yeah I cant find it to hmmm...

175 months ago
adil (@adil)
Join date: May 9th 2010
Community posts: 202
View Profile
Send Message

at the end of the page.tpl.php there is 2 </table> before the first one add this

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

I think this is it give it a try

Adil

175 months ago
Terence Watts (@terencewatts)
Join date: Sep 15th 2010
Community posts: 75
View Profile
Send Message

Thank you! I'm off on holiday in a couple of days, so I'll experiment with that when I get back...

174 months ago
obi mark (@daddycool)
Join date: Dec 8th 2010
Community posts: 7
View Profile
Send Message

i want to add adverts on the right hand side of my home page. any help on this will be appreciated.

171 months ago