Back to vBulletin 3.8 Template Modifications

Thread a new title style
Mod Version: 1.00, by Tobin Frost

vB Version: 3.8.x Rating: (2 votes - 5.00 average) Installs: 7
Released: 07 Jun 2014 Last Update: Never Downloads: 0
Not Supported Template Edits  

Postbit_Legacy & postbit template find:

PHP Code:
<!-- icon and title -->
            <
div class="smallfont">
                <if 
condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]alt="$post[icontitle]border="0" /></if>
                <if 
condition="$post['title']"><strong>$post[title]</strong></if>
            </
div>
            <
hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]/>
            <!-- / 
icon and title --> 

and change code:

PHP Code:
<!-- icon and title -->
            <
div class="smallfont">
            
                <if 
condition="$post['title']"><span class="Konubaslik">$post[title]</span></if>
            </
div>
            <if 
condition="$post['title']"><hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]/></if>
            <!-- / 
icon and title -->
<
br/> 
and Additional CSS:

PHP Code:
span.Konubaslik 
    
font-family'Oswald'sans-serif;
    
font-size17px;
    
font-weightnormal;
    
color#484849;
    
line-height25px;
    
displayblock;
    
margin2px 2px 0 2px; } 

@
font-face {
  
font-family'Oswald';
  
font-stylenormal;
  
font-weight400;
  
srclocal('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/PyqsDANUgLi2UsdO-d4iZQ.woff) format('woff');

Preview:

Download

No files for download.

Supporters / CoAuthors

  • Tobin Frost

Screenshots

Click image for larger version
Name:	newtitle-forumsokagi.PNG
Views:	126
Size:	17.0 KB
ID:	149338  

Similar Mods

Remove thread title in navbits if you have large thread title installed vBulletin 2.x Full Releases

vblts.ru supports vBulletin®, 2022-2024