vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Question about adding under the Postbit Wrapper (https://vborg.vbsupport.ru/showthread.php?t=224662)

yeti1337 10-06-2009 12:49 AM

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?

Lynne 10-06-2009 01:07 AM

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).

yeti1337 10-06-2009 02:18 AM

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 -->

Basically the part where it says START CODE and END CODE is the advertising script.

I don't know if it's supposed to go there or somewhere else...

Lynne 10-06-2009 04:32 AM

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?

yeti1337 10-06-2009 04:42 AM

My problem is I don't know where in the postbit to actually PUT it.

Lynne 10-06-2009 02:09 PM

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.)


All times are GMT. The time now is 06:59 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01045 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete