Banner ads in the postbit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Webnower
    Senior Member
    • Sep 2004
    • 189
    • 3.7.x

    Banner ads in the postbit

    Is there a way to display a banner ad after the first post AND before the last post on every page? I've seen the How To thread on here but it only tells you how to do one or the other...

    Thanks for your help!
  • Jose Amaral Rego
    Senior Member
    • Feb 2005
    • 11058
    • 1.1.x

    #2
    This Ad Hack works great!

    Code:
    [URL="http://www.vbulletin.org/forum/showthread.php?t=80685"]http://www.vbulletin.org/forum/showthread.php?t=80685[/URL][URL="http://www.vbulletin.org/forum/showthread.php?t=80685"]
    [/URL]
    Last edited by Jose Amaral Rego; Thu 23 Jun '05, 10:38pm.

    Comment

    • Webnower
      Senior Member
      • Sep 2004
      • 189
      • 3.7.x

      #3
      Thanks for that, but it's not quite what I'm looking for We just want a template mod that will display a banner ad after the first post on a page and before the last post on a page....

      Comment

      • Jose Amaral Rego
        Senior Member
        • Feb 2005
        • 11058
        • 1.1.x

        #4
        Originally posted by TheHeggy
        Thanks for that, but it's not quite what I'm looking for We just want a template mod that will display a banner ad after the first post on a page and before the last post on a page....
        I have that in my forum. i just place it an hour ago

        UserName : test
        Password : test

        Code:
        http://www.theundergroundsource.com/forums/showthread.php?t=10
        For last post do this:
        Admincp=>Styles & Templates=>Style Manager=>Edit Templates=>SHOWTHREAD

        find
        Code:
         <!-- controls below postbits -->
        add above (the red part is where u insert your ad code & this is scrolling version)( Height change to fit ad size )
        Code:
         <!-- sponsor --> 
        <div style="padding: 0px 0px $stylevar[cellpadding]px 0px">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr>
        <td class="thead" align="left">Sponsored Affiliates</td>
        </tr>
        <tr>
        <td class="alt1" align="center">
        <MARQUEE behavior= "scroll" align= "center" direction= "up" [color=seagreen]height="60"[/color] scrollamount= "2" scrolldelay= "15" onMouseOver="this.stop()" onMouseOut="this.start()">
        <center>
        <!-- Begin Links -->
        <br><a href="[color=red]http://www.yourad.com/?xxxxx>[/color]
        [color=red]<img src=http://www.yourad.com/banners/listfree468.gif" border="0">[/color]</a>
        <br><a href="</a>
        <br><a href="</a>
        <br><a href="</a>
        <br><a href="</a>
        <br><a href="</a>
        <br><a href="</a>
        <br><a href="</a>
        <br><a href="</a>
        <br><a href="</a>
        <br><a href="</a>
         
        <!-- End Links -->
        </center>
        </Marquee>
        </td>
        </tr>
        </table>
        </div>
        <!-- / sponsor -->
        Another link

        Code:
        [url="http://www.vbulletin.com/forum/showthread.php?t=127216&highlight=ads"]http://www.vbulletin.com/forum/showthread.php?t=127216&highlight=ads[/url]
        Code:
        [url="http://www.vbulletin.com/forum/showthread.php?t=112951"]http://www.vbulletin.com/forum/showthread.php?t=112951[/url]
        Code:
        [color=#22229c]http://www.vbulletin.com/forum/showthread.php?t=123281[/color]
        Last edited by Jose Amaral Rego; Sat 28 May '05, 8:52am.

        Comment

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