The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Question about adding under the Postbit Wrapper
I'm trying to add a text link advertisement to the bottom of the postbit wrapper, but I have a quick reply installed, and everytime I post a quick reply, it posts, but sends me to a page with the advertisement and doesn't redirect.
Can someone help me in trying to figure out what the issue is? |
#2
|
||||
|
||||
Hard to tell what the issue is when you haven't posted the code you are using (please tell us exactly where in the template you are adding it also).
|
#3
|
|||
|
|||
postbit_wrapper
Code:
<!-- post #$post[postid] --> <if condition="$show['spacer']"> $spacer_open <div id="edit$post[postid]" style="padding:0px 0px $stylevar[cellpadding]px 0px"> <if condition="!$post['islastshown']"><!-- this is not the last post shown on the page --></if> </if> $postbit <if condition="$show['spacer']"> </div> $spacer_close </if> <!-- / post #$post[postid] --> <!-- START Code --> <p align="center"> <SCRIPT type="text/javascript" SRC="http://www.#.com/ad_system/adpeeps.php?bfunction=showad&uid=100000&bmode=off&bstyle=default&tcolor=0000FF&textcolor=000000&lcolor=499f4c&bzone=In-Post&bsize=text&btype=3&bpos=default&ver=2.0&btotal=1&btarget=_blank&bborder=0"> </SCRIPT> </p> <!-- END Code --> I don't know if it's supposed to go there or somewhere else... |
#4
|
||||
|
||||
I have no idea where it is 'supposed' to go - only you would know that, but I have never heard of anyone putting it in the postbit_wrapper. The html for what you want to add doesn't have anything obvioulsy wrong in it (at my glance). Why do you want to put it in the wrapper and not in the postbit itself? Have you tried it there and do you get this same weird redirection?
|
#5
|
|||
|
|||
My problem is I don't know where in the postbit to actually PUT it.
|
#6
|
||||
|
||||
Where there instructions on where to put it? I really have no clue since I don't use ads at all on my site. (But, I have seen several ad_* templates in the style and figure those may be what you want to use. Play with this stuff on your test site.)
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|