vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Editor Assistance (https://vborg.vbsupport.ru/showthread.php?t=266606)

merk_aus 07-11-2011 02:34 AM

Editor Assistance
 
Okay let me start by assuring you that this isn't another one of "those" threads about the editor.

I used to have advertisements beside my quick reply box, however whatever I do in the showthread_quickreply template now does nothing.

How I did it on previous versions was simply move the template from showthread_quickreply into a table (that had two columns) and then did what ever I wanted in the next column however we can't do that anymore what ever changes you make to ST_QR doesn't work.

Does anyone know what template we need to edit to bring our advertisements back?

LifesGreatestGift 07-11-2011 03:04 AM

1 Attachment(s)
Open SHOWTHREAD

find
Code:

<div id="qr_defaultcontainer" class="blockfoot floatcontainer qrcontainer<vb:if condition="$show['qr_require_click']"> qr_require_click</vb:if>">
Add before:
Code:

<style type="text/css">
#qr_defaultcontainer {
    float: left;
    width: 73%;
    clear: none;
}
#qr_ad {
    width: 25%;
    float: left;
    height: 300px;
    background-color: #888;
    color: #FFF;
    margin: 0 1%;
}
</style>
<div id="qr_ad">
AD CODE
</div>

Work with it til it fits what you need. If you have a fixed style, then use pixels instead of a percentage for width.

merk_aus 07-11-2011 03:08 AM

Wow thank you so much, it is greatly appreciated. And who better than helping than the guy whose little template modifications I use on all of my sites.

Thank you so much it is greatly appreciated.


All times are GMT. The time now is 04:03 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.00916 seconds
  • Memory Usage 1,710KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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