Back to vBulletin 3.7 Add-ons

New Statusicon Type
Mod Version: 1.00, by GWLiaR

This modification is in the archives.
vB Version: 3.7.x Rating: (4 votes - 4.50 average) Installs: 15
Released: 30 Apr 2008 Last Update: Never Downloads: 79
Not Supported Template Edits  

What does it?
This hack will change your statusicon type

Install
Go to your admincp
Plugin System -> Manage Products -> [Add/Import Product] ->select "product-statusicontype" from your computer then press 'Import'
And Find and Delete Your Forumhome Template:
Code:
<!-- icons and login code -->
<table cellpadding="0" cellspacing="2" border="0" width="100%">
<tr valign="bottom">
	<td>
		<table cellpadding="2" cellspacing="0" border="0">
		<tr>
			<td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
			<td class="smallfont">&nbsp; $vbphrase[forum_contains_new_posts]</td>
		</tr>
		<tr>
			<td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
			<td class="smallfont">&nbsp; $vbphrase[forum_contains_no_new_posts]</td>
		</tr>
		<if condition="$vboptions['showlocks']">
		<tr>
			<td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
			<td class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
		</tr>
		</if>
		</table>
	</td>
	<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>
</tr>
</table>
<!-- / icons and login code -->
Find:
Code:
<!-- end what's going on box -->
Add Under:
Code:
$newstatusicon
if you link my hack please click Mark as Installed.

Download

This modification is archived, downloads are still allowed.

File Type: %1$s statusicontype.zip (21.8 KB, 83 downloads)

Screenshots

Click image for larger version
Name:	demo.jpg
Views:	1191
Size:	19.9 KB
ID:	79541  


vblts.ru supports vBulletin®, 2022-2024