Ignore:
Timestamp:
05/15/08 15:10:13 (4 years ago)
Author:
hverton
Message:

fixed typo in the color BBcode parser
fixed failure in parsing URL BBcode when it had a WikiLink match in the URL
fixed bug in groupaccess() causing a query failure for webmasters
fixed not setting the last login date when confirming a registration (which auto logs in the user)
added a "View Posts" button to the forum index and the thread index pages, which gives you a flat list (newest first) with a search option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/forum.viewforum.tpl

    r1195 r1401  
    192192            {/if} 
    193193        </td> 
    194         {if $smarty.const.iMEMBER && $user_can_post} 
    195             <td align='right'> 
    196             {if $unread_posts} 
    197                 {buttonlink name=$locale.573 link="viewforum.php?action=markallread&amp;forum_id="|cat:$forum_id} 
    198             {/if} 
    199             {buttonlink name=$locale.566 link="post.php?action=newthread&amp;forum_id="|cat:$forum_id} 
    200             </td> 
    201         {/if} 
     194        <td align='right'> 
     195            {buttonlink name=$locale.414 link="viewposts.php?forum_id="|cat:$forum_id} 
     196            {if $smarty.const.iMEMBER && $user_can_post} 
     197                {if $unread_posts} 
     198                    {buttonlink name=$locale.573 link="viewforum.php?action=markallread&amp;forum_id="|cat:$forum_id} 
     199                {/if} 
     200                {buttonlink name=$locale.566 link="post.php?action=newthread&amp;forum_id="|cat:$forum_id} 
     201            {/if} 
     202        </td> 
    202203    </tr> 
    203204</table> 
Note: See TracChangeset for help on using the changeset viewer.