Adsense in Forumdisplay for unregistered users

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • csalbuchi
    New Member
    • Feb 2008
    • 20
    • 3.6.x

    Adsense in Forumdisplay for unregistered users

    I would like to ad Google Adsense in my Forum Display, right above the "new thread" button, but only for unregistered users. How can make it that?

    Thanks for the help!
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Edit this template:

    Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Display Templates -> FORUMDISPLAY

    Add the red code:

    Code:
    </table>
    <br />
    <!-- / sub-forum list  -->
    </if>
    
    <if condition="$show['threadslist']">
    <!-- threads list  -->
    
    <form action="inlinemod.php?forumid=$forumid" method="post" id="inlinemodform">
    <input type="hidden" name="url" value="$url" />
    <input type="hidden" name="s" value="$session[sessionhash]" />
    <input type="hidden" name="forumid" value="$forumid" />
    
    [color=red]<if condition="!$bbuserinfo[userid]">
    	[color=blue]ADSENSE CODE HERE[/color]
    </if>[/color]
    
    <!-- controls above thread list -->
    <table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
    <tr valign="bottom">
    	<td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else />&nbsp;</if></td>
    	<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
    </tr>
    </table>
    <!-- / controls above thread list -->

    Comment

    • csalbuchi
      New Member
      • Feb 2008
      • 20
      • 3.6.x

      #3
      You are the fastest helper on earth !!! Thank you Jake! Works great!

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...