The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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? |
|
#2
|
||||
|
||||
|
Open SHOWTHREAD
find Code:
<div id="qr_defaultcontainer" class="blockfoot floatcontainer qrcontainer<vb:if condition="$show['qr_require_click']"> qr_require_click</vb:if>"> 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>
|
| Благодарность от: | ||
| merk_aus | ||
|
#3
|
|||
|
|||
|
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. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|