Log in

View Full Version : Collapse Statusicons v1.0


Roms
05-17-2006, 10:00 PM
Collapse Statusicons V1.0

Collapse Statusicons v1.0
By: Infantrymen
Works for Vb 3.0-3.5

Easy, about 2 mins

This simple Modification makes it possible to collapse the statusicons (new
post, no new post, and forum lock) at the bottom of the forumhome. :)



Please make sure you click INSTALL if you use it. :banana:

Updated 5/17/06, added style variables.

FreshFroot
05-18-2006, 03:52 AM
nice hack mate, could be useful for my new skin. Thanks

Roms
05-18-2006, 04:09 AM
nice hack mate, could be useful for my new skin. Thanks

Thanks. Depending on the style you use you may want to change the class="tcat" to class="thead". I've found that on some of my styles it looks better... :)

Snake
05-18-2006, 08:52 PM
Just thank you! :)

A_N_K_A_R_A
05-21-2006, 06:37 AM
nice thank you

Roms
05-21-2006, 07:40 AM
Glad you like it. If you end up using it please click intall. :)

Snake
06-14-2006, 05:52 PM
Infan, I am having a few problems with this hack but because of my skin code is different. Here...


<!-- icons -->
<table width="100%" align="center" cellpadding="10" cellspacing="1" style="border: #000000 1px solid;">
<tr>
<td align="center" valign="middle" class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" align="middle" border="0" /></td>
<td align="center" valign="middle" class="alt1"> <div class="smallfont">Forum Contains New Posts</div></td>
<td align="center" valign="middle" class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" align="middle" border="0" /></td>
<td align="center" valign="middle" class="alt1"> <div class="smallfont">Forum Contains No New Posts</div></td>
<td align="center" valign="middle" class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" align="middle" border="0" /></td>
<td align="center" valign="middle" class="alt1"><div class="smallfont">Forum is Closed for Posting</div></td>
</tr>
</table>
<!-- / icons -->

Roms
06-14-2006, 09:59 PM
Infan, I am having a few problems with this hack but because of my skin code is different. Here...

If you wanted to use this you would need to remove that code and replace it with the one I've written in the text file. Otherwise you would need to re-write mine to look more like the one for that style. I'm not currently doing any custom work...

Thanks

Snake
06-15-2006, 11:35 AM
Ah well I want it to look like my style but have the collapsable table already. I wish if I could do it myself but the problem is I don't know a lot about HTML.

Roms
06-15-2006, 09:01 PM
Ah well I want it to look like my style but have the collapsable table already. I wish if I could do it myself but the problem is I don't know a lot about HTML.

'If' I get some time I'll take a look at it...

Snake
06-16-2006, 11:54 AM
OK good, glad to hear that at least...