Changeset 1408 in ExiteCMS for branches/PLi-Fusion/includes/templates/forum.renderpost.tpl
- Timestamp:
- 05/15/08 22:25:54 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/includes/templates/forum.renderpost.tpl
r1192 r1408 46 46 {buttonlink name=$locale.568 link="post.php?action=edit&forum_id="|cat:$forum_id|cat:"&thread_id="|cat:$posts[pid].thread_id|cat:"&post_id="|cat:$posts[pid].post_id} 47 47 {/if} 48 {if $smarty.const.SHOW_REPLY_BUTTON && !$thread.thread_locked}48 {if $smarty.const.SHOW_REPLY_BUTTON && (!$thread.thread_locked || $smarty.const.iMOD)} 49 49 {if $smarty.const.REPLY_AS_QUOTE} 50 50 {buttonlink name=$locale.575 link="post.php?action=quote&forum_id="|cat:$forum_id|cat:"&thread_id="|cat:$posts[pid].thread_id|cat:"&reply_id="|cat:$posts[pid].post_id} … … 53 53 {/if} 54 54 {/if} 55 {if $smarty.const.SHOW_QUOTE_BUTTON && !$thread.thread_locked}55 {if $smarty.const.SHOW_QUOTE_BUTTON && (!$thread.thread_locked || $smarty.const.iMOD)} 56 56 {buttonlink name=$locale.569 link="post.php?action=quote&forum_id="|cat:$forum_id|cat:"&thread_id="|cat:$posts[pid].thread_id|cat:"&reply_id="|cat:$posts[pid].post_id} 57 57 {/if}
Note: See TracChangeset
for help on using the changeset viewer.
