PDA

View Full Version : Forum Home Enhancements - Next Generation Statusicons Legend


Hasann
03-26-2008, 10:00 PM
Next Generation Collapsable Statusicons Legend Box by Hasann

What Does It?: This hack will add to your forum on your FORUMHOME in anywhere a next generation statusicons legend box

Features:
-you can show icons wich you want in statusicons legend box via statusicons legend options :)
-you can show on forumhome your statusicons legend box anywhere with one option :)

Install Instructions: just import product xml file via product manager :)

Find in FORUMHOME template and delete this 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 -->

Hasann
03-27-2008, 05:21 AM
first post reserved for future use!

7lanet
03-27-2008, 05:22 AM
Thank you very much, my dear
You are always creative
I will be attempted

Hasann
03-27-2008, 05:28 AM
Thank you very much, my dear
You are always creative
I will be attempted

thank you my buddy if you like my hacks please always clicks install button :D

for who needs small statusicons here its for you

pspmaster93
07-22-2008, 07:11 PM
ty it looks alot better than before because my skin made it look terrible without a box around it or something
INSTALLED

Morsolo
10-14-2008, 04:01 PM
Great idea, I really like how by implementing this, your forum style seems to flow better.
*Marked as Installed*

Also,
Any chance of you making the exact same thing but for FORUMDISPLAY?