Back to vBulletin 3.6 Template Modifications

User Title Style: Glow (Optional)
Mod Version: 1.00, by TCE Killa

This modification is in the archives.
vB Version: 3.6.x Rating: (1 vote - 5.00 average) Installs: 5
Released: 26 Jan 2008 Last Update: Never Downloads: 1
Not Supported Template Edits Re-usable Code  

This little template modification will give users an option to glow their usertitle. Note: This only works on IE, other internet browers will not be able to see the glow, just the usertitle. Please refer to this thread for a username glow (& bold):

User Name Style: Bold & Glow (Optional)

Installation - Easy, 2 minutes to do.

Step One: If on any of your styles, your usertitle is shown underneith your username, you should find in your Postbit Legacy or Posbit (whichever one you use) (make sure it is the second &nbsp;<br/>:

PHP Code:
</div>
         </if>
         </
div>

         <
div class="smallfont">
            &
nbsp;<br /> 
Add under:

PHP Code:
<div align="x">
            <if 
condition="$post['usertitle']">$post[usertitle]</div></if> 
Just replace the x with left or center or right, depending what everything else in your postbit is aligned to.

Then make sure you delete your other $post['usertitle'], the one above avatar after (under username), just find it and simply highlight <div align="x">
<if condition="$post['usertitle']">$post[usertitle]</div></if> and delete (only the above avatar)

Step Two: Create a new profile field - Single-Line Text Box.

Title: Usertitle Glow

Description: While your usertitle is already with you when you post (under your avatar). This will add your usertitle under your username with a glow color of your choice to make it stand out more. Enter your color code here. (Ex: #11BEB4 is light blue)

-----(If you would like a Color Codes link, then simply place this code in after #11BEB4 is light blue)-----

PHP Code:
<br /> <a href="http://html-color-codes.info/" onclick="window.open('http://html-color-codes.info/');
return false;" 
target="newWin"><b>Click Here For Color Codes</b></a
Max length of allowed user input: Up to you.

Field Length: Up to you.

Field Required: No

Field Editable by User: Yes

Private Field: No

Field Searchable on Members List: No

Show on Members List: No

Click Save!

Step Three: Find in Postbit or Postbit Legacy...

PHP Code:
  <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
         
$template_hook[postbit_userinfo_left
Add above:

PHP Code:
<if condition="$post[fieldx]"
                <
div style="width:100%;filter:glow(color=$post[fieldx],strength=6)">$post[usertitle]</if></div> <else /> 
Just change the x's to your glow field number, you can change the strength of the glow where is says strength=6, replace the 6 with whatever number you want.

You're done, hope you like it and remember to mark installed if you use and like it.

Download

No files for download.

Screenshots

Click image for larger version
Name:	example2.jpg
Views:	810
Size:	85.2 KB
ID:	74985  

Similar Mods

Send a Private Message to user (and optional user note) when approved for a usergroup vBulletin 3.5 Add-ons
Show Thread Enhancements Full User Name Style (Optional) vBulletin 3.6 Template Modifications
Profile Enhancements User Name Style: Bold & Glow (Optional) vBulletin 3.6 Template Modifications

vblts.ru supports vBulletin®, 2022-2024