Categorize Announcements and Stickies

All new MODs released in our MOD-Database will be announced in here. All support for released MODs needs to take place in here.

Categorize Announcements and Stickies

Postby MOD Robot » Thu Jul 31, 2008 12:32 am

Modification name: Categorize Announcements and Stickies
Author: A_O_C
Modification description: This MOD will separate the topics in viewforum into Global Announcements, Announcements, Stickies and Normal Topics. Global Announcements are displayed first, followed by Announcements, Stickies, and Topics. Global Announcements / Announcements will be sorted by last post date, instead of topic start date.
Modification version: 1.0.1
Tested on phpBB version: See below

Download file: categorize_announcements_stickies.zip
File size: 54682 Bytes

Modification overview page: View


Selected tags:
  1. Category
    1. Cosmetic
  2. Complexity
    1. Template Changes
    2. Language Changes
    3. File Edits
  3. Time
    1. ~ 10 Minutes
  4. phpBB
    1. 3.0.5

Support for this modification needs to be asked within this topic. The phpBB Team is not responsible or required to give anyone support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB MODifications Team may not be able to provide support.

This MOD has only been tested by the phpBB MOD Team with the phpBB version listed in the topic. It may not work in any other versions of phpBB.
Last edited by MOD Robot on Thu Aug 06, 2009 3:00 am, edited 1 time in total.
(this is a non-active account manager for the phpBB MOD Team)
MOD Robot
MOD Queue Bot
MOD Queue Bot
 
Posts: 22154
Joined: Sat Aug 16, 2003 7:36 am

Categorize Announcements and Stickies

Postby A_Jelly_Doughnut » Thu Jul 31, 2008 12:32 am

Modification validated/released

Notes:
A_Jelly_Doughnut - phpBB Development Team member
MOD Database
"When true simplicity is gained, to bow and to bend we will not be ashamed" ~ Simple Gifts
User avatar
A_Jelly_Doughnut
Development Team Member
Development Team Member
 
Posts: 33304
Joined: Sat Jan 18, 2003 1:26 am
Location: Where the Rivers Run

Categorize Announcements and Stickies

Postby A_O_C » Thu Jul 31, 2008 12:32 am

Screenshot

Other Information:
french translation provided by Xaphos


OPEN:
Code: Select all
languange/fr/viewforum.php


FIND:
Code: Select all
?>


BEFORE, ADD:
Code: Select all
$lang = array_merge($lang, array(
    'GLOBAL_ANNOUNCEMENTS'  => 'Annonces globales',
   'STICKY'                => 'Notes',
));
Last edited by A_O_C on Tue Jul 28, 2009 1:22 pm, edited 5 times in total.
User avatar
A_O_C
Registered User
 
Posts: 2396
Joined: Sun Jul 01, 2007 11:26 pm
Location: phpbb_

Re: Categorize Announcements and Stickies

Postby autinhyeu » Thu Jul 31, 2008 7:24 am

Thanks :lol:
nice MOD ;)
phpBB Community in Vietnamese: http://www.phpbbvn.com
HNSV Community Free Forum With phpBB3: http://www.hnsv.com
Autinhyeu Community Online Relax: http://www.autinhyeu.com
Sorry, my English language is fine impossible
autinhyeu
Registered User
 
Posts: 612
Joined: Mon Apr 14, 2008 6:34 am
Location: Vietnamese

Re: Categorize Announcements and Stickies

Postby LeNeR » Thu Jul 31, 2008 7:35 am

Well, what do you know, I just logged in to ask if there where such a mod, and I stumbled right across this without even having asked. And a stable release too. Thank you so much. :D
LeNeR
Registered User
 
Posts: 184
Joined: Sat Feb 23, 2008 10:22 pm

Re: Categorize Announcements and Stickies

Postby A_O_C » Thu Jul 31, 2008 2:06 pm

im glad you guys like it. enjoy! :D
User avatar
A_O_C
Registered User
 
Posts: 2396
Joined: Sun Jul 01, 2007 11:26 pm
Location: phpbb_

Re: Categorize Announcements and Stickies

Postby Sunka » Thu Jul 31, 2008 6:50 pm

Congratulations A_O_C :mrgreen:
There is no code change since last version before validated (Categorize Announcements and Stickies v0.3.0) :?:
www.pijanitvor.com

Gardening & Fishing - If you want, I will open english subforum for you ==> send me PM here ||
User avatar
Sunka
Registered User
 
Posts: 566
Joined: Wed Mar 26, 2008 2:48 pm
Location: Croatia, Zvoneca

Re: Categorize Announcements and Stickies

Postby A_O_C » Fri Aug 01, 2008 12:28 am

Sunka wrote:Congratulations A_O_C :mrgreen:
There is no code change since last version before validated (Categorize Announcements and Stickies v0.3.0) :?:


correct
User avatar
A_O_C
Registered User
 
Posts: 2396
Joined: Sun Jul 01, 2007 11:26 pm
Location: phpbb_

Re: Categorize Announcements and Stickies

Postby lace-rules » Fri Aug 01, 2008 11:59 am

finally this got released! it was made from the code by Ash Hi-Fi Zone and AOC modified it and made it ModX!

congratulations!
Do you want a FREE pre-modded phpBB3 Forum instead of modding your own? phpBB-X is a pre-modded forum software that has a very popular style and has loads of mods installed! For more information, visit: http://phpbbx.net76.net
lace-rules
Registered User
 
Posts: 66
Joined: Wed May 28, 2008 9:42 am

Separating into tables

Postby alahamdan » Sat Aug 02, 2008 11:29 pm

Hello

This is really a great Mod

I tried it and its working fine, but infact i discovered that the style im using "liveX Blue" will show them in white seperated line, i mean here, will show Annoucements, Sticky and topics , as a white header cell above the Annoucements or topics....etc.

I want to seperate them so each are in table like the demo u provided, any idea how to this?

I tried adding <table class="tablebg" width="100%" cellspacing="1"> and closing it after each If statement and this missed up the style shape, idnt work, i wish u can tell how to do it.

Here is my Viewforum_body.html code:

Code: Select all
<!-- INCLUDE overall_header.html -->

<!-- IF S_FORUM_RULES -->
   <div class="forumrules">
      <!-- IF U_FORUM_RULES -->
         <h3>{L_FORUM_RULES}</h3><br />
         <a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a>
      <!-- ELSE -->
         <h3>{L_FORUM_RULES}</h3><br />
         {FORUM_RULES}
      <!-- ENDIF -->
   </div>

   <br clear="all" />
<!-- ENDIF -->

<!-- IF S_DISPLAY_ACTIVE -->
   <!-- IF S_TOPIC_ICONS --><!-- BEGIN topicrow --><!-- IF topicrow.TOPIC_ICON_IMG --><!-- DEFINE $CA_HAS_ICONS = '1' --><!-- ENDIF --><!-- END topicrow --><!-- ENDIF -->
   {$CA_BLOCK_START}
   <table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
   {$CA_CAP_START}{L_ACTIVE_TOPICS}{$CA_CAP_END}
   <tr>
      <!-- IF $CA_HAS_ICONS -->
         <th colspan="3">&nbsp;{L_TOPICS}&nbsp;</th>
      <!-- ELSE -->
         <th colspan="2">&nbsp;{L_TOPICS}&nbsp;</th>
      <!-- ENDIF -->
      <th>&nbsp;{L_AUTHOR}&nbsp;</th>
      <th>&nbsp;{L_REPLIES}&nbsp;</th>
      <th>&nbsp;{L_VIEWS}&nbsp;</th>
      <th>&nbsp;{L_LAST_POST}&nbsp;</th>
   </tr>

   <!-- BEGIN topicrow -->

      <tr>
         <td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
         <!-- IF $CA_HAS_ICONS -->
         <td class="row1" width="25" align="center"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ELSE -->&nbsp;<!-- ENDIF --></td>
         <!-- ENDIF -->
         <td class="row1">
            <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
            {topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF --><a title="{L_POSTED}: {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}" class="topictitle<!-- IF topicrow.S_UNREAD_TOPIC --> link-new<!-- ENDIF -->">{topicrow.TOPIC_TITLE}</a>
            <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->
               <a href="{topicrow.U_MCP_QUEUE}">{UNAPPROVED_IMG}</a>&nbsp;
            <!-- ENDIF -->
            <!-- IF topicrow.S_TOPIC_REPORTED -->
               <a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a>&nbsp;
            <!-- ENDIF -->
            <!-- IF topicrow.PAGINATION -->
               <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p>
            <!-- ENDIF -->
         </td>
         <td class="row2" width="130" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td>
         <td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
         <td class="row2" width="50" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td>
         <td class="row1" width="140" align="center">
            <p class="topicdetails" style="white-space: nowrap;">{topicrow.LAST_POST_TIME}</p>
            <p class="topicdetails">{topicrow.LAST_POST_AUTHOR_FULL}
               <a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a>
            </p>
         </td>
      </tr>

   <!-- BEGINELSE -->
        <!-- IF S_IS_POSTABLE -->
      <tr>
         <!-- IF $CA_HAS_ICONS -->
            <td class="row1" colspan="7" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
         <!-- ELSE -->
            <td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
         <!-- ENDIF -->
      </tr>
      <!-- ENDIF -->
   <!-- END topicrow -->

   <tr align="center">
      <td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->">&nbsp;</td>
   </tr>
   </table>
   {$CA_BLOCK_END}

   <br clear="all" />
<!-- ENDIF -->

<!-- IF S_HAS_SUBFORUM -->
   <!-- INCLUDE forumlist_body.html -->
<!-- ENDIF -->

<!-- IF S_IS_POSTABLE or S_NO_READ_ACCESS -->
   <div id="pageheader">
       <!-- IF not $CA_FORUMLIST -->
          <h2><a class="titles" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2>
       <!-- ENDIF -->

      <!-- IF MODERATORS -->
         <p class="moderators"><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->: {MODERATORS}</p>
      <!-- ENDIF -->
      <!-- IF U_MCP -->
         <p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
      <!-- ENDIF -->
   </div>

   <br clear="all" />
<!-- ENDIF -->

<div id="pagecontent">

<!-- IF S_NO_READ_ACCESS -->
    {$CA_BLOCK_START}
   <table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
   {$CA_CAP_START}{L_MESSAGE}{$CA_CAP_END}
   <tr>
      <td class="row1" height="30" align="center" valign="middle"><span class="gen">{L_NO_READ_ACCESS}</span></td>
   </tr>
   </table>
   {$CA_BLOCK_END}

   <!-- IF not S_USER_LOGGED_IN -->

      <br /><br />

      <form method="post" action="{S_LOGIN_ACTION}">

        {$CA_BLOCK_START}
      <table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
      {$CA_CAP_START}<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>{$CA_CAP_END}
      <tr>
         <td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /><!-- IF S_AUTOLOGIN_ENABLED -->&nbsp; <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF -->&nbsp; <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
      </tr>
      </table>
      {$CA_BLOCK_END}
      
      </form>

   <!-- ENDIF -->

   <br clear="all" />
<!-- ENDIF -->

   <!-- IF S_DISPLAY_POST_INFO or TOTAL_TOPICS -->
      <table width="100%" cellspacing="1">
      <tr>
         <!-- IF S_DISPLAY_POST_INFO and not S_IS_BOT -->
            <td align="{S_CONTENT_FLOW_BEGIN}" valign="middle"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a></td>
         <!-- ENDIF -->
         <!-- IF S_IS_POSTABLE -->
            <!-- IF TOTAL_TOPICS -->
               <td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
               <td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_TOPICS} ]&nbsp;</td>
            <!-- ENDIF -->
            <td align="{S_CONTENT_FLOW_END}" width="100%">
               <!-- IF S_WATCH_FORUM_LINK --><a href="{S_WATCH_FORUM_LINK}">{S_WATCH_FORUM_TITLE}</a> <!-- IF U_MARK_TOPICS -->| <!-- ENDIF --><!-- ENDIF -->
               <!-- IF U_MARK_TOPICS --><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a> <!-- ENDIF -->
               <!-- IF TOTAL_TOPICS --><br /><!-- INCLUDE pagination.html --><!-- ENDIF -->
            </td>
         <!-- ELSEIF TOTAL_TOPICS -->
            <td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
            <td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_TOPICS} ]&nbsp;</td>
            <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
         <!-- ENDIF -->
      </tr>
      </table>
   <!-- ENDIF -->

    <!-- IF not S_DISPLAY_ACTIVE and (S_IS_POSTABLE or .topicrow) -->
      <!-- IF S_TOPIC_ICONS --><!-- BEGIN topicrow --><!-- IF topicrow.TOPIC_ICON_IMG --><!-- DEFINE $CA_HAS_ICONS = '1' --><!-- ENDIF --><!-- END topicrow --><!-- ENDIF -->
      {$CA_BLOCK_START}
      <table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
      {$CA_CAP_START}{FORUM_NAME}{$CA_CAP_END}
      <tr>
         <!-- IF $CA_HAS_ICONS -->
            <th colspan="3">&nbsp;{L_TOPICS}&nbsp;</th>
         <!-- ELSE -->
            <th colspan="2">&nbsp;{L_TOPICS}&nbsp;</th>
         <!-- ENDIF -->
         <th>&nbsp;{L_AUTHOR}&nbsp;</th>
         <th>&nbsp;{L_REPLIES}&nbsp;</th>
         <th>&nbsp;{L_VIEWS}&nbsp;</th>
         <th>&nbsp;{L_LAST_POST}&nbsp;</th>
      </tr>

      <!-- BEGIN topicrow -->

         <!-- IF topicrow.S_FIRST_ROW or not topicrow.S_TOPIC_TYPE_SWITCH -->
            <!-- IF topicrow.S_TOPIC_TYPE eq 3 -->
               <tr>
                  <td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_GLOBAL_ANNOUNCEMENTS}</b></td>
               </tr>
            <!-- ELSEIF topicrow.S_TOPIC_TYPE eq 2 -->
               <tr>
                  <td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_ANNOUNCEMENTS}</b></td>
               </tr>
            <!-- ELSEIF topicrow.S_TOPIC_TYPE eq 1 -->
               <tr>
                  <td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_STICKY}</b></td>
               </tr>
            <!-- ELSEIF topicrow.S_TOPIC_TYPE eq 0 -->
               <tr>
                  <td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_TOPICS}</b></td>
               </tr>
            <!-- ENDIF -->
         <!-- ENDIF -->

            <tr>
            <td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
            <!-- IF $CA_HAS_ICONS -->
               <td class="row1" width="25" align="center"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ELSE -->&nbsp;<!-- ENDIF --></td>
            <!-- ENDIF -->
            <td class="row1">
               <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
               {topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF --><a title="{L_POSTED}: {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}" class="topictitle<!-- IF topicrow.S_UNREAD_TOPIC --> link-new<!-- ENDIF -->">{topicrow.TOPIC_TITLE}</a>
               <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->
                  <a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a>&nbsp;
               <!-- ENDIF -->
               <!-- IF topicrow.S_TOPIC_REPORTED -->
                  <a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a>&nbsp;
               <!-- ENDIF -->
               <!-- IF topicrow.PAGINATION -->
                  <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p>
               <!-- ENDIF -->
            </td>
            <td class="row2" width="130" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td>
            <td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
            <td class="row2" width="50" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td>
            <td class="row1" width="140" align="center">
               <p class="topicdetails" style="white-space: nowrap;">{topicrow.LAST_POST_TIME}</p>
               <p class="topicdetails">{topicrow.LAST_POST_AUTHOR_FULL}
                  <a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a>
               </p>
            </td>
         </tr>

      <!-- BEGINELSE -->

         <tr>
            <!-- IF $CA_HAS_ICONS -->
               <td class="row1" colspan="7" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
            <!-- ELSE -->
               <td class="row1" colspan="2" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
            <!-- ENDIF -->
         </tr>
      <!-- END topicrow -->

      <tr align="center">
         <!-- IF $CA_HAS_ICONS -->
            <td class="cat" colspan="7">
         <!-- ELSE -->
            <td class="cat" colspan="2">
         <!-- ENDIF -->
               <form method="post" action="{S_FORUM_ACTION}"><span class="gensmall">{L_DISPLAY_TOPICS}:</span>&nbsp;{S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" name="sort" value="{L_GO}" /></form>
            </td>
      </tr>
      </table>
      {$CA_BLOCK_END}
   <!-- ENDIF -->

   <!-- IF S_DISPLAY_POST_INFO or TOTAL_TOPICS -->
      <table width="100%" cellspacing="1">
      <tr>
         <!-- IF S_DISPLAY_POST_INFO and not S_IS_BOT -->
            <td align="{S_CONTENT_FLOW_BEGIN}" valign="middle"><!-- IF not S_IS_BOT --><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a><!-- ENDIF --></td>
         <!-- ENDIF -->
         <!-- IF TOTAL_TOPICS -->
            <td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}</td>
            <td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_TOPICS} ]&nbsp;</td>
            <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
         <!-- ENDIF -->
      </tr>
      </table>
   <!-- ENDIF -->

   <br clear="all" />

</div>

<!-- INCLUDE breadcrumbs.html -->

<!-- IF S_DISPLAY_ONLINE_LIST -->
   <br clear="all" />

   <table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
   <tr>
      <td class="cat"><h4>{L_WHO_IS_ONLINE}</h4></td>
   </tr>
   <tr>
      <td class="row1"><p class="gensmall">{LOGGED_IN_USER_LIST}</p></td>
   </tr>
   </table>
<!-- ENDIF -->

<!-- IF S_DISPLAY_POST_INFO -->
   <br clear="all" />

   <table width="100%" cellspacing="0">
   <tr>
      <td align="right"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td>
            <td align="left" valign="top">
         <table cellspacing="3" cellpadding="0" border="0" class="legend legend-viewforum">
         <tr>
            <td width="20" style="text-align: center;">{FOLDER_NEW_IMG}</td>
            <td class="gensmall">{L_NEW_POSTS}</td>
            <td>&nbsp;&nbsp;</td>
            <td width="20" style="text-align: center;">{FOLDER_IMG}</td>
            <td class="gensmall">{L_NO_NEW_POSTS}</td>
            <td>&nbsp;&nbsp;</td>
            <td width="20" style="text-align: center;">{FOLDER_ANNOUNCE_IMG}</td>
            <td class="gensmall">{L_ICON_ANNOUNCEMENT}</td>
         </tr>
         <tr>
            <td style="text-align: center;">{FOLDER_HOT_NEW_IMG}</td>
            <td class="gensmall">{L_NEW_POSTS_HOT}</td>
            <td>&nbsp;&nbsp;</td>
            <td style="text-align: center;">{FOLDER_HOT_IMG}</td>
            <td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
            <td>&nbsp;&nbsp;</td>
            <td style="text-align: center;">{FOLDER_STICKY_IMG}</td>
            <td class="gensmall">{L_ICON_STICKY}</td>         
         </tr>
         <tr>
            <td style="text-align: center;">{FOLDER_LOCKED_NEW_IMG}</td>
            <td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
            <td>&nbsp;&nbsp;</td>
            <td style="text-align: center;">{FOLDER_LOCKED_IMG}</td>
            <td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
            <td>&nbsp;&nbsp;</td>
            <td style="text-align: center;">{FOLDER_MOVED_IMG}</td>
            <td class="gensmall">{L_TOPIC_MOVED}</td>
         </tr>
         </table>
      </td>
   </tr>
   </table>
<!-- ENDIF -->

<br clear="all" />

<table width="100%" cellspacing="0">
<tr>
   <td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td>
   <td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></td>
</tr>
</table>

<!-- INCLUDE overall_footer.html -->

Thanx in advance.
User avatar
alahamdan
Registered User
 
Posts: 101
Joined: Tue Oct 23, 2007 7:37 am

Re: Categorize Announcements and Stickies

Postby A_O_C » Sun Aug 03, 2008 12:03 am

hmmm, see if this does it.

Code: Select all
<!-- INCLUDE overall_header.html -->

<!-- IF S_FORUM_RULES -->
   <div class="forumrules">
      <!-- IF U_FORUM_RULES -->
         <h3>{L_FORUM_RULES}</h3><br />
         <a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a>
      <!-- ELSE -->
         <h3>{L_FORUM_RULES}</h3><br />
         {FORUM_RULES}
      <!-- ENDIF -->
   </div>

   <br clear="all" />
<!-- ENDIF -->

<!-- IF S_DISPLAY_ACTIVE -->
   <!-- IF S_TOPIC_ICONS --><!-- BEGIN topicrow --><!-- IF topicrow.TOPIC_ICON_IMG --><!-- DEFINE $CA_HAS_ICONS = '1' --><!-- ENDIF --><!-- END topicrow --><!-- ENDIF -->
   {$CA_BLOCK_START}
   <table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
   {$CA_CAP_START}{L_ACTIVE_TOPICS}{$CA_CAP_END}
   <tr>
      <!-- IF $CA_HAS_ICONS -->
         <th colspan="3"><!-- IF topicrow.S_TOPIC_TYPE eq 3 -->&nbsp;{L_GLOBAL_ANNOUNCEMENTS}&nbsp;<!-- ELSEIF topicrow.S_TOPIC_TYPE eq 2 -->&nbsp;{L_ANNOUNCEMENTS}&nbsp;<!-- ELSEIF topicrow.S_TOPIC_TYPE eq 1 -->&nbsp;{L_STICKY}&nbsp;<!-- ELSE -->&nbsp;{L_TOPICS}&nbsp;<!-- ENDIF --></th>
      <!-- ELSE -->
         <th colspan="2"><!-- IF topicrow.S_TOPIC_TYPE eq 3 -->&nbsp;{L_GLOBAL_ANNOUNCEMENTS}&nbsp;<!-- ELSEIF topicrow.S_TOPIC_TYPE eq 2 -->&nbsp;{L_ANNOUNCEMENTS}&nbsp;<!-- ELSEIF topicrow.S_TOPIC_TYPE eq 1 -->&nbsp;{L_STICKY}&nbsp;<!-- ELSE -->&nbsp;{L_TOPICS}&nbsp;<!-- ENDIF --></th>
      <!-- ENDIF -->
      <th>&nbsp;{L_AUTHOR}&nbsp;</th>
      <th>&nbsp;{L_REPLIES}&nbsp;</th>
      <th>&nbsp;{L_VIEWS}&nbsp;</th>
      <th>&nbsp;{L_LAST_POST}&nbsp;</th>
   </tr>

   <!-- BEGIN topicrow -->

      <tr>
         <td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
         <!-- IF $CA_HAS_ICONS -->
         <td class="row1" width="25" align="center"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ELSE -->&nbsp;<!-- ENDIF --></td>
         <!-- ENDIF -->
         <td class="row1">
            <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
            {topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF --><a title="{L_POSTED}: {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}" class="topictitle<!-- IF topicrow.S_UNREAD_TOPIC --> link-new<!-- ENDIF -->">{topicrow.TOPIC_TITLE}</a>
            <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->
               <a href="{topicrow.U_MCP_QUEUE}">{UNAPPROVED_IMG}</a>&nbsp;
            <!-- ENDIF -->
            <!-- IF topicrow.S_TOPIC_REPORTED -->
               <a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a>&nbsp;
            <!-- ENDIF -->
            <!-- IF topicrow.PAGINATION -->
               <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p>
            <!-- ENDIF -->
         </td>
         <td class="row2" width="130" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td>
         <td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
         <td class="row2" width="50" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td>
         <td class="row1" width="140" align="center">
            <p class="topicdetails" style="white-space: nowrap;">{topicrow.LAST_POST_TIME}</p>
            <p class="topicdetails">{topicrow.LAST_POST_AUTHOR_FULL}
               <a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a>
            </p>
         </td>
      </tr>

   <!-- BEGINELSE -->
        <!-- IF S_IS_POSTABLE -->
      <tr>
         <!-- IF $CA_HAS_ICONS -->
            <td class="row1" colspan="7" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
         <!-- ELSE -->
            <td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
         <!-- ENDIF -->
      </tr>
      <!-- ENDIF -->
   <!-- END topicrow -->

   <tr align="center">
      <td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->">&nbsp;</td>
   </tr>
   </table>
   {$CA_BLOCK_END}

   <br clear="all" />
<!-- ENDIF -->

<!-- IF S_HAS_SUBFORUM -->
   <!-- INCLUDE forumlist_body.html -->
<!-- ENDIF -->

<!-- IF S_IS_POSTABLE or S_NO_READ_ACCESS -->
   <div id="pageheader">
       <!-- IF not $CA_FORUMLIST -->
          <h2><a class="titles" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2>
       <!-- ENDIF -->

      <!-- IF MODERATORS -->
         <p class="moderators"><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->: {MODERATORS}</p>
      <!-- ENDIF -->
      <!-- IF U_MCP -->
         <p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
      <!-- ENDIF -->
   </div>

   <br clear="all" />
<!-- ENDIF -->

<div id="pagecontent">

<!-- IF S_NO_READ_ACCESS -->
    {$CA_BLOCK_START}
   <table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
   {$CA_CAP_START}{L_MESSAGE}{$CA_CAP_END}
   <tr>
      <td class="row1" height="30" align="center" valign="middle"><span class="gen">{L_NO_READ_ACCESS}</span></td>
   </tr>
   </table>
   {$CA_BLOCK_END}

   <!-- IF not S_USER_LOGGED_IN -->

      <br /><br />

      <form method="post" action="{S_LOGIN_ACTION}">

        {$CA_BLOCK_START}
      <table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
      {$CA_CAP_START}<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>{$CA_CAP_END}
      <tr>
         <td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /><!-- IF S_AUTOLOGIN_ENABLED -->&nbsp; <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF -->&nbsp; <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
      </tr>
      </table>
      {$CA_BLOCK_END}
     
      </form>

   <!-- ENDIF -->

   <br clear="all" />
<!-- ENDIF -->

   <!-- IF S_DISPLAY_POST_INFO or TOTAL_TOPICS -->
      <table width="100%" cellspacing="1">
      <tr>
         <!-- IF S_DISPLAY_POST_INFO and not S_IS_BOT -->
            <td align="{S_CONTENT_FLOW_BEGIN}" valign="middle"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a></td>
         <!-- ENDIF -->
         <!-- IF S_IS_POSTABLE -->
            <!-- IF TOTAL_TOPICS -->
               <td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
               <td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_TOPICS} ]&nbsp;</td>
            <!-- ENDIF -->
            <td align="{S_CONTENT_FLOW_END}" width="100%">
               <!-- IF S_WATCH_FORUM_LINK --><a href="{S_WATCH_FORUM_LINK}">{S_WATCH_FORUM_TITLE}</a> <!-- IF U_MARK_TOPICS -->| <!-- ENDIF --><!-- ENDIF -->
               <!-- IF U_MARK_TOPICS --><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a> <!-- ENDIF -->
               <!-- IF TOTAL_TOPICS --><br /><!-- INCLUDE pagination.html --><!-- ENDIF -->
            </td>
         <!-- ELSEIF TOTAL_TOPICS -->
            <td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
            <td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_TOPICS} ]&nbsp;</td>
            <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
         <!-- ENDIF -->
      </tr>
      </table>
   <!-- ENDIF -->

    <!-- IF not S_DISPLAY_ACTIVE and (S_IS_POSTABLE or .topicrow) -->
      <!-- IF S_TOPIC_ICONS --><!-- BEGIN topicrow --><!-- IF topicrow.TOPIC_ICON_IMG --><!-- DEFINE $CA_HAS_ICONS = '1' --><!-- ENDIF --><!-- END topicrow --><!-- ENDIF -->
      {$CA_BLOCK_START}
      <table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
      {$CA_CAP_START}{FORUM_NAME}{$CA_CAP_END}
      <tr>
         <!-- IF $CA_HAS_ICONS -->
            <th colspan="3">&nbsp;{L_TOPICS}&nbsp;</th>
         <!-- ELSE -->
            <th colspan="2">&nbsp;{L_TOPICS}&nbsp;</th>
         <!-- ENDIF -->
         <th>&nbsp;{L_AUTHOR}&nbsp;</th>
         <th>&nbsp;{L_REPLIES}&nbsp;</th>
         <th>&nbsp;{L_VIEWS}&nbsp;</th>
         <th>&nbsp;{L_LAST_POST}&nbsp;</th>
      </tr>

      <!-- BEGIN topicrow -->

         <!-- IF topicrow.S_FIRST_ROW or not topicrow.S_TOPIC_TYPE_SWITCH -->
            <!-- IF topicrow.S_TOPIC_TYPE eq 3 -->
               <tr>
                  <td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_GLOBAL_ANNOUNCEMENTS}</b></td>
               </tr>
            <!-- ELSEIF topicrow.S_TOPIC_TYPE eq 2 -->
               <tr>
                  <td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_ANNOUNCEMENTS}</b></td>
               </tr>
            <!-- ELSEIF topicrow.S_TOPIC_TYPE eq 1 -->
               <tr>
                  <td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_STICKY}</b></td>
               </tr>
            <!-- ELSEIF topicrow.S_TOPIC_TYPE eq 0 -->
               <tr>
                  <td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_TOPICS}</b></td>
               </tr>
            <!-- ENDIF -->
         <!-- ENDIF -->

            <tr>
            <td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
            <!-- IF $CA_HAS_ICONS -->
               <td class="row1" width="25" align="center"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ELSE -->&nbsp;<!-- ENDIF --></td>
            <!-- ENDIF -->
            <td class="row1">
               <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
               {topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF --><a title="{L_POSTED}: {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}" class="topictitle<!-- IF topicrow.S_UNREAD_TOPIC --> link-new<!-- ENDIF -->">{topicrow.TOPIC_TITLE}</a>
               <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->
                  <a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a>&nbsp;
               <!-- ENDIF -->
               <!-- IF topicrow.S_TOPIC_REPORTED -->
                  <a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a>&nbsp;
               <!-- ENDIF -->
               <!-- IF topicrow.PAGINATION -->
                  <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p>
               <!-- ENDIF -->
            </td>
            <td class="row2" width="130" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td>
            <td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
            <td class="row2" width="50" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td>
            <td class="row1" width="140" align="center">
               <p class="topicdetails" style="white-space: nowrap;">{topicrow.LAST_POST_TIME}</p>
               <p class="topicdetails">{topicrow.LAST_POST_AUTHOR_FULL}
                  <a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a>
               </p>
            </td>
         </tr>

      <!-- BEGINELSE -->

         <tr>
            <!-- IF $CA_HAS_ICONS -->
               <td class="row1" colspan="7" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
            <!-- ELSE -->
               <td class="row1" colspan="2" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
            <!-- ENDIF -->
         </tr>
      <!-- END topicrow -->

      <tr align="center">
         <!-- IF $CA_HAS_ICONS -->
            <td class="cat" colspan="7">
         <!-- ELSE -->
            <td class="cat" colspan="2">
         <!-- ENDIF -->
               <form method="post" action="{S_FORUM_ACTION}"><span class="gensmall">{L_DISPLAY_TOPICS}:</span>&nbsp;{S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" name="sort" value="{L_GO}" /></form>
            </td>
      </tr>
      </table>
      {$CA_BLOCK_END}
   <!-- ENDIF -->

   <!-- IF S_DISPLAY_POST_INFO or TOTAL_TOPICS -->
      <table width="100%" cellspacing="1">
      <tr>
         <!-- IF S_DISPLAY_POST_INFO and not S_IS_BOT -->
            <td align="{S_CONTENT_FLOW_BEGIN}" valign="middle"><!-- IF not S_IS_BOT --><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a><!-- ENDIF --></td>
         <!-- ENDIF -->
         <!-- IF TOTAL_TOPICS -->
            <td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}</td>
            <td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_TOPICS} ]&nbsp;</td>
            <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
         <!-- ENDIF -->
      </tr>
      </table>
   <!-- ENDIF -->

   <br clear="all" />

</div>

<!-- INCLUDE breadcrumbs.html -->

<!-- IF S_DISPLAY_ONLINE_LIST -->
   <br clear="all" />

   <table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
   <tr>
      <td class="cat"><h4>{L_WHO_IS_ONLINE}</h4></td>
   </tr>
   <tr>
      <td class="row1"><p class="gensmall">{LOGGED_IN_USER_LIST}</p></td>
   </tr>
   </table>
<!-- ENDIF -->

<!-- IF S_DISPLAY_POST_INFO -->
   <br clear="all" />

   <table width="100%" cellspacing="0">
   <tr>
      <td align="right"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td>
            <td align="left" valign="top">
         <table cellspacing="3" cellpadding="0" border="0" class="legend legend-viewforum">
         <tr>
            <td width="20" style="text-align: center;">{FOLDER_NEW_IMG}</td>
            <td class="gensmall">{L_NEW_POSTS}</td>
            <td>&nbsp;&nbsp;</td>
            <td width="20" style="text-align: center;">{FOLDER_IMG}</td>
            <td class="gensmall">{L_NO_NEW_POSTS}</td>
            <td>&nbsp;&nbsp;</td>
            <td width="20" style="text-align: center;">{FOLDER_ANNOUNCE_IMG}</td>
            <td class="gensmall">{L_ICON_ANNOUNCEMENT}</td>
         </tr>
         <tr>
            <td style="text-align: center;">{FOLDER_HOT_NEW_IMG}</td>
            <td class="gensmall">{L_NEW_POSTS_HOT}</td>
            <td>&nbsp;&nbsp;</td>
            <td style="text-align: center;">{FOLDER_HOT_IMG}</td>
            <td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
            <td>&nbsp;&nbsp;</td>
            <td style="text-align: center;">{FOLDER_STICKY_IMG}</td>
            <td class="gensmall">{L_ICON_STICKY}</td>         
         </tr>
         <tr>
            <td style="text-align: center;">{FOLDER_LOCKED_NEW_IMG}</td>
            <td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
            <td>&nbsp;&nbsp;</td>
            <td style="text-align: center;">{FOLDER_LOCKED_IMG}</td>
            <td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
            <td>&nbsp;&nbsp;</td>
            <td style="text-align: center;">{FOLDER_MOVED_IMG}</td>
            <td class="gensmall">{L_TOPIC_MOVED}</td>
         </tr>
         </table>
      </td>
   </tr>
   </table>
<!-- ENDIF -->

<br clear="all" />

<table width="100%" cellspacing="0">
<tr>
   <td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td>
   <td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></td>
</tr>
</table>

<!-- INCLUDE overall_footer.html -->
User avatar
A_O_C
Registered User
 
Posts: 2396
Joined: Sun Jul 01, 2007 11:26 pm
Location: phpbb_

Re: Categorize Announcements and Stickies

Postby austin881 » Sun Aug 03, 2008 1:11 am

I'd like to see this Mod demonstrated a little better at your site. Can you post a sticky there so we can see all 4 sections in action?

  • Global Announcements
  • Announcements
  • Stickies
  • Normal Topics

Or am I not understanding the capabilities of this Mod?
My MODS: 475 Narius Categorized Smilies for phpBB3, Simplified & Compacted All-Members page, Flash Animated Cumulus Tag Cloud, "Hello" Name Tag of Newest User
Interests: chevy astro vans, gas scooters, chevy silverado forums
I install mods for free! Go to ModernDignity.com for details.
User avatar
austin881
Registered User
 
Posts: 157
Joined: Wed Jan 30, 2008 9:58 pm
Location: Idaho USA

Re: Categorize Announcements and Stickies

Postby A_O_C » Sun Aug 03, 2008 2:43 am

its basically the same, but i updated my first post anyway with a different forum that shows all four.
User avatar
A_O_C
Registered User
 
Posts: 2396
Joined: Sun Jul 01, 2007 11:26 pm
Location: phpbb_

Thanx For Replay

Postby alahamdan » Sun Aug 03, 2008 12:26 pm

Hello A_O_C

infact the code u gaved me changed nothing, it still work but with white cells see this screenshot:

Image

As you see it show them categorized but not in tables, just in a header white cell!

Wish you tell how to make them each in a table.

sorry for bad pic quality im trying on own pc, before doing it on website.

Thanx Again
User avatar
alahamdan
Registered User
 
Posts: 101
Joined: Tue Oct 23, 2007 7:37 am

Re: Categorize Announcements and Stickies

Postby LeNeR » Sun Aug 03, 2008 12:43 pm

This is a great mod. My site looks so muche "cleaner " now. Thanks again.
LeNeR
Registered User
 
Posts: 184
Joined: Sat Feb 23, 2008 10:22 pm

Next

Return to [3.0.x] MOD Database Releases

Who is online

Users browsing this forum: bet-winners, burNN, codfather, IPB_Refugee, Jane Doe, jose29, moonlightkisu, nlo, Redy, Stickygreen, Stu83, TMorph and 42 guests