Changeset 1524 in ExiteCMS for trunk/includes/templates/main.pm.tpl


Ignore:
Timestamp:
07/05/08 12:58:33 (4 years ago)
Author:
hverton
Message:

added code coloring for [code] bbcode sections, and an option to download the code
fixed a bug with pm read timestamps
registration now sends a pm to the webmaster when new user activation is set to admin-approval
user activation has been extended to work with both manual approvals and with email verification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/main.pm.tpl

    r1352 r1524  
    152152                    {section name=rc loop=$messages[id].readstatus} 
    153153                        {if $smarty.section.rc.first} 
    154                             <br />{$locale.542} 
     154                            {$locale.542}:<br /> 
    155155                        {/if} 
    156                         <a href='{$smarty.const.BASEDIR}profile.php?lookup={$messages[id].readstatus[rc].user_id}'>{$messages[id].readstatus[rc].user_name}</a> 
    157                         {$locale.543} {$messages[id].readstatus[rc].datestamp|date_format:"forumdate"} 
     156                        <a href='{$smarty.const.BASEDIR}profile.php?lookup={$messages[id].readstatus[rc].user_id}'>{$messages[id].readstatus[rc].user_name}</a>: 
     157                        {if $messages[id].readstatus[rc].read} 
     158                            {$messages[id].readstatus[rc].datestamp|date_format:"forumdate"} 
     159                        {else} 
     160                            {$locale.543} 
     161                        {/if} 
    158162                        {if !$smarty.section.rc.last},{/if} 
    159163                    {/section} 
Note: See TracChangeset for help on using the changeset viewer.