The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
post is advertising
How to do like that advertisement in vbulletin 3.8x
can u give me the mod or code same like that advertisement after the post check in screen shot i attach it. |
#2
|
||||
|
||||
I've done this just by using the putting your ad code in the default ad templates. You just copy the HTML to make it look like a typical postbit post. I'm not sure if there's a mod that does this for you.
|
#3
|
|||
|
|||
Quote:
can u give me the code to do like that |
#4
|
||||
|
||||
Quote:
Quote:
https://vborg.vbsupport.ru/showt...ter+first+post Click that link ^ When you copy links don't highlight them and then paste right-click and say copy link location etc otherwise when you paste a link like that it won't work . Repost that link please and we'll take a look. |
#5
|
||||
|
||||
If you visit my forum you see I do this ad for guests only... here is the code I use in postbit legacy:
Directly below: Code:
$template_hook[postbit_end] Code:
<!-- 2nd Post Ad --> <if condition="$post['isfirstshown'] AND $show['guest']"> <img src="/forums/images/icons/blank.gif" height="5" border="0" /> <table id="postbit_as" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center"> <tr> <td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" colspan="2"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /> Don't want to see ads? <a href="register.php">Register</a> for free!</td> </tr> <tr valign="top"> <td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"> <div id="postmenu_ad"> <div class="bigusername">JUOT Ad</div> </div> <div class="smallfont">Guest Only Ad</div> </td><td> <!-- icon and title --> <div class="smallfont"> <strong>Sponsored Advertisement</strong> </div> <hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" /> <!-- / icon and title --> <!-- message --> <div id="post_message_ad"> AD CODE HERE </div> </div> </div> <!-- / message --> </td> </tr> <tr> <td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px"> </td> </tr> </table> </if> <!-- End 2nd Post Ad --> |
#6
|
|||
|
|||
i wanna show to all members
how to do that? |
#7
|
||||
|
||||
Quote:
Code:
<if condition="$post['isfirstshown'] AND $show['guest']"> Code:
<if condition="$post['isfirstshown']"> |
#8
|
|||
|
|||
thanks done.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|