Locating Banner at Forum Bottom?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ranger269
    Member
    • Jan 2008
    • 49
    • 3.6.x

    Locating Banner at Forum Bottom?

    Code:
    $random_banner2[$random_number2]
    I can place the above code in the "Footer Template", but even when I add it at the top of the code list, it locates below the Posting Rules Box.

    I would like to place it per the attached image...

    I need to know which Template, where in the template, and what would need to be added to the above code to located a little to right of center?
    Attached Files
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

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

    Add the red code:

    Code:
    		<td class="vbmenu_option"><a href="search.php?$session[sessionurl]f=$forumid" rel="nofollow">$vbphrase[advanced_search]</a></td>
    	</tr>
    	</table>
    </form>
    </div>
    <!-- / forum search menu -->
    </if>
    
    [color=red]<span style="float: right;">
    	BANNER HERE
    </span>[/color]
    
    <!-- icon key -->
    <if condition="$show['threadslist']">
    <table cellpadding="2" cellspacing="0" border="0">
    <tr>
    	<td><img src="$stylevar[imgdir_statusicon]/thread_new.gif" alt="$vbphrase[new_posts]" border="0" /></td>
    	<td class="smallfont">$vbphrase[new_posts]</td>
    	<if condition="$vboptions['usehotthreads']">

    Comment

    • Ranger269
      Member
      • Jan 2008
      • 49
      • 3.6.x

      #3
      Wonderful! Thanks, Jake!

      Comment

      • DaveMN
        New Member
        • Aug 2011
        • 18
        • 3.6.x

        #4
        If I wanted to do the exact same thing with this but have the banner centered what code do I enter?

        Comment

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