Log in

View Full Version : Horizontal Status/Forum Markers


King Kovifor
06-11-2006, 10:00 PM
Introduction:

This will take the forum markers on the forum and place them in a horizontal line.

Installation:

ACP -> Styles & Templates -> forumhome [<< >>] -> FORUMHOME

Find:
<!-- icons and login code -->

Highlight Until You See:
<!-- / icons and login code -->

Replace Code With:
<!-- icons and login code -->
<table cellpadding="0" cellspacing="2" border="0" width="100%">
<tr valign="bottom">
<td align="center">
<table cellpadding="2" cellspacing="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>
<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>
<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>
</table>
</td>
</tr>
<if condition="!$show['guest']">
<tr>
<!-- member logout -->
<td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
<!-- end member logout -->
</tr>
</if>
</table>
<!-- / icons and login code -->

Live Demo:
As I don't have screenshots yet... I need to find screenshots. All it does is take the status icons put them in a row and center them.

rmxs
06-12-2006, 08:03 PM
COOL installed :)

FleaBag
06-12-2006, 09:10 PM
Nice idea, you might want to add "border=0" to the anchor though, doesn't look very nice otherwise.

King Kovifor
06-12-2006, 09:44 PM
Nice idea, you might want to add "border=0" to the anchor though, doesn't look very nice otherwise.
I'll work on getting a setting for people to customize this...

Changed to 1.0.1 with a border="0" where border="1" was.

Moonkat
08-13-2006, 11:31 AM
heheh I figured out how to do this on my own - I didn't know what the title of the thread meant :) Nice option to post for people to use though!!!

You might change the title to "Horizontal Status Icons" ... it's possible I just haven't slept enough to understand perfectly clear wording though lol :D

BlueEyesOnly
08-22-2006, 01:12 PM
demo down. please add screenshots

King Kovifor
08-22-2006, 04:51 PM
demo down. please add screenshots
I'll try to get some later...

xman_79
08-27-2006, 06:42 PM
It's very good . Thanks

*I have attached the screenshots .

Snake
08-30-2006, 04:04 PM
Thanks for the hack! I'll install it right away... :)

miner
08-30-2006, 04:58 PM
Its simple & useful one...

TheBlackPoet
09-15-2006, 03:55 AM
anything to save height space... thanks.....

Kadi
09-19-2006, 08:02 AM
Thanks :)

teenhut
09-20-2006, 10:37 AM
Nice!

Thanks!

Red Matrix
10-16-2006, 07:28 AM
...did this w/o knowledge of this thread

SOL-R
01-26-2007, 06:59 PM
**Clicks Installed**

I added one thing though, so unless your logged in you wont see the forum markers. Just something I wanted. Also shifted them to the left vs centered.

<if condition="$show['loggedinusers']">



Thanks nice mod


Richard :up:

UncoderMom
02-01-2007, 02:12 AM
Thanks!!

*installed*

Eq4bits
02-01-2007, 05:46 PM
*click install
love this
anyone know how to get the thread status icons in 'FORUMDISPLAY' to display as 3 columns with 2 rows instead of 2 columns with 3 rows? Would also like to be able to have the 'forumrules' be side by side instead of top and bottom with the horizontal line between the 'you may post'etc and the vbcode is on/off. Seems like a lot of wasted space, vertically when it could go horizontal.....

Eq4bits
02-01-2007, 05:51 PM
oh and btw, here's a screenshot attached (button colors altered using my custom palate though :wink: )