Back to vBulletin 3.8 Template Modifications

Colored Username On Logout
Mod Version: 1.00, by SuperTaz

vB Version: 3.8.x Rating: (2 votes - 4.50 average) Installs: 18
Released: 21 Dec 2008 Last Update: Never Downloads: 69
Not Supported Template Edits Code Changes Re-usable Code  

This is just a small mod to change the color of your username for the Logout area at the bottom of the forums.

I don't know if there already is a mod for this. If there is, then I did not see it.

This is my first mod. I thought it would be good to keep the color of your usernames the same as the "Currently Active Users" list.

Installation:

In the FORUMHOME template find:

Code:
                 <if condition="!$show['guest']">
		<!-- member logout -->
		<td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]"  onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
		<!-- end member logout -->
	 </if>
Replace with:

Code:
                               <if condition="!$show['guest']">
		<!-- member logout -->
		<td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]"  onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><phrase 1="$bbuserinfo[musername]">$vbphrase[log_out_x]</phrase></a></td>
		<!-- end member logout -->
	</if>

Look to the right side of the screenshot attached.

Remember to Click Install

Download

File Type: %1$s logout.txt (1.1 KB, 70 downloads)

Screenshots

Click image for larger version
Name:	logout.jpg
Views:	350
Size:	13.2 KB
ID:	90943   Click image for larger version
Name:	logout1.JPG
Views:	431
Size:	4.8 KB
ID:	90944  

Similar Mods

Forum Home Enhancements Colored Username On Logout vBulletin 3.7 Template Modifications

vblts.ru supports vBulletin®, 2022-2024