Quote:
Originally Posted by BBR-APBT
I made changes to the templates to make it look more like it did in the older versions.
I figured I would share my templates.
First off here is the screen of what mine looks like.
Now here is the code.
Look for the following FORUMDISPLAY templates:
FORUMDISPLAY_Separate
Code:
<li class="threadbit" id="cat1">
<div class="icon0 nonsticky">
<div class="inner">
<p><b> $vbphrase[delim_normal] </b></p>
</div>
</div>
</li>
FORUMDISPLAY_Separate2
Code:
<li class="threadbit" id="cat1">
<div class="icon0 nonsticky">
<div class="inner">
<p><b> $vbphrase[delim_sticky] </b></p>
</div>
</div>
</li>
|
Strange. I didn't have to update this. The code was already like this.