Changeset 1159 in ExiteCMS for trunk/includes/templates/forum.renderpost.tpl
- Timestamp:
- 12/08/07 00:04:43 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/forum.renderpost.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/forum.renderpost.tpl
r1140 r1159 73 73 <td valign='top' width='140' class='tbl_left'> 74 74 {$posts[pid].cc_flag} 75 {if $smarty.const.iMEMBER && $posts[pid]. post_author > 0}75 {if $smarty.const.iMEMBER && $posts[pid].user_status == 0 && $posts[pid].post_author > 0} 76 76 <a href='{$smarty.const.BASEDIR}profile.php?lookup={$posts[pid].user_id}'>{$posts[pid].user_name}</a> 77 77 {else} … … 206 206 <span style='color:#666666;'> 207 207 {$locale.508} 208 {if $smarty.const.iMEMBER }208 {if $smarty.const.iMEMBER && $posts[pid].edit_status == 0} 209 209 <a href='{$smarty.const.BASEDIR}profile.php?lookup={$posts[pid].post_edituser}'>{$posts[pid].edit_name}</a> 210 210 {else} 211 {$posts[pid]. user_name}211 {$posts[pid].edit_name} 212 212 {/if} 213 213 {$locale.509}{$posts[pid].post_edittime|date_format:"forumdate"}
Note: See TracChangeset
for help on using the changeset viewer.
