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.index.tpl

    r960 r1401  
    131131            <img src='{$smarty.const.THEME}images/folder.gif' alt='{$locale.561}' style='vertical-align:middle;' /> - {$locale.410} 
    132132        </td> 
     133        <td class='forum' style='vertical-align:bottom;'> 
     134            {buttonlink name=$locale.414 link="viewposts.php"} 
     135        </td> 
    133136        <td align='right' valign='bottom' class='forum'> 
    134137            <form name='searchform' method='post' action='{$smarty.const.BASEDIR}search.php?stype=f'> 
Note: See TracChangeset for help on using the changeset viewer.