vB Ad Management Plugins -- Which one do you use?

Discussion in 'vBulletin' started by Ikaruga, Mar 10, 2008.

  1. #1
    For my forum, I'm currently using the one made by RedTyger...but it's kind of buggy and I'm looking for alternatives. If you're using a plugin for your ads, what do you use?
     
    Ikaruga, Mar 10, 2008 IP
  2. yogesh sarkar

    yogesh sarkar Well-Known Member

    Messages:
    1,740
    Likes Received:
    75
    Best Answers:
    0
    Trophy Points:
    140
    #2
    I don’t use any plugin, it’s best to do manual template edits.
     
    yogesh sarkar, Mar 10, 2008 IP
  3. Qryztufre

    Qryztufre Prominent Member

    Messages:
    6,071
    Likes Received:
    491
    Best Answers:
    0
    Trophy Points:
    300
    #3
    Like yogesh sarkar, I too did manual template edits, as that suits my needs.

    I have an ad on forum home, which I put in the 'welcome block' as well as one after the first post of the first 5 pages of every thread (which shows for GUESTS only).

    Admin CP -> Styles & Templates -> Style Manager -> Postbit Templates -> postbit or postbit_legacy

    <if condition="in_array($post['postcount'], array(1, 11, 21, 31, 41, 51)) AND !$bbuserinfo[userid]">  
    <div style="padding: $stylevar[cellpadding]px 0px 0px 0px">
     
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
        <td class="thead" align="left">Sponsored Links</td>
    </tr>
    <tr>
        <td class="alt1" align="center">
     
         [b]ADSENSE or IMAGE CODE HERE[/b]
     
        </td>
    </tr>
    </table>
     
    </div> </if>  
    PHP:
    You can find alternate methods here: http://www.vbulletin-faq.com/forum/showthread.php?t=4697
     
    Qryztufre, Mar 11, 2008 IP