PDA

View Full Version : Editor Assistance


merk_aus
07-11-2011, 02:34 AM
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
Open SHOWTHREAD

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

Add before:
<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.