We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How do i insert a Google Adsense Code inside a Fourm topic | Forum

Webster Molaudi
Webster Molaudi Jul 25 '13
Hi Everyone,

I need to do something like this ? Can anybody help or give a tip on how to do it ? I already have a plugin for top & bottom but i need one for within the topic of fourms.


Shawn M
Shawn M Jul 25 '13
Had you thought to look at the templates included with the forum plugin?

>> forum/views/controllers/topic_index.html
Webster Molaudi
Webster Molaudi Jul 26 '13
Okay let me try, but its still doesnt show :( i tried this inside the file:

<div style="float:right;">Adsense Code</div>

After : <div class="ow_stdmargin">

but its not working but on firebug it works :(

The Forum post is edited by Webster Molaudi Jul 26 '13
Daisy Team
Daisy Aug 2 '13
You should add the code before the following strings:

{if $post.edited}
            <div class="ow_post_comment ow_ic_edit">{text key='forum+post_edited'} <a href="{$avatars[$post.edited.userId].url}">{$avatars[$post.edited.userId].title}</a> {$post.edited.editStamp} </div>
        {/if}
Webster Molaudi
Webster Molaudi Aug 2 '13
Okay let me try this :) Thanks
Ebenezer Obasi
Ebenezer Obasi Aug 2 '13

Quote from Webster Molaudi Hi Everyone,

I need to do something like this ? Can anybody help or give a tip on how to do it ? I already have a plugin for top & bottom but i need one for within the topic of fourms.


Right on google first page lolz :-)
here is the full tutorial http://www.ewtnet.com/...oxwall-forum_12.html
The Forum post is edited by Ebenezer Obasi Jan 24 '14
Daisy Team
Daisy Aug 2 '13
Thank you for the solution. :)
Webster Molaudi
Webster Molaudi Aug 5 '13
You are the man :) thanks so much ...i even subscribed to your blog you have tips that i need great work :) Thanks a million for this great tips !!
Quote from Ebenezer Obasi (De Gurusmaker)
Quote from Webster Molaudi Hi Everyone,

I need to do something like this ? Can anybody help or give a tip on how to do it ? I already have a plugin for top & bottom but i need one for within the topic of fourms.


Right on google first page lolz :-)
here is the full tutorial http://www.eobasi.com/...ng-oxwall-forum.html

Ebenezer Obasi
Ebenezer Obasi Aug 5 '13
I am glad this worked for you... Keep checking for more.