Support Forums

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Posts and Threads Column Merged
09-07-2008, 04:55 PM
Post: #1
Posts and Threads Column Merged
A small trick to merge the posts and threads column on the index into one..

Before:
   

After:
   


Open your theme's templates. Expand the 'Forum Bit Templates'
Open forumbit_depth1_cat

Find:
Code:
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
and remove it.

Find:
Code:
{$lang->forumbit_threads}

And change it to:
Code:
{$lang->forumbit_posts}


Open forumbit_depth2_cat

Find:
Code:
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>

Replace it with:
Code:
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}<br />
{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>

Open forumbit_depth2_forum

Find:
Code:
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>

Replace it with:
Code:
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']} Threads<br />
{$posts}{$unapproved['unapproved_posts']} Posts</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>

~FFW
FYI: I'm not a sir, dude, or guy. I am a 'miss'. :rolleyes:
Visit this user's website Find all posts by this user
Quote this message in a reply
10-05-2008, 06:10 PM
Post: #2
RE: Posts and Threads Column Merged
Looking so great, thank you man
Find all posts by this user
Quote this message in a reply
11-24-2009, 09:07 AM
Post: #3
RE: Posts and Threads Column Merged
Great idea. Thanks for information. It will be useful and informative.good posting.

Cheers.
Quote this message in a reply
01-18-2010, 02:53 AM
Post: #4
RE: Posts and Threads Column Merged
good idea, I love this site so much
Find all posts by this user
Quote this message in a reply
02-06-2010, 01:16 AM
Post: #5
RE: Posts and Threads Column Merged
this actually looks alright
Find all posts by this user
Quote this message in a reply
02-28-2010, 10:21 PM
Post: #6
RE: Posts and Threads Column Merged
This allows for the use?
Find all posts by this user
Quote this message in a reply
03-22-2010, 03:32 AM
Post: #7
RE: Posts and Threads Column Merged
very good, I like it !
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: