Ignore:
Timestamp:
08/19/08 17:07:21 (4 years ago)
Author:
hverton
Message:

updated the theads list body panel to use the new forum setting to limit forum message visibility for guests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/forum_threads_list_panel/php-files/modules/forum_threads_list_panel/templates/modules.forum_threads_list_panel.tpl

    r1403 r1657  
    4444    {/section} 
    4545</table> 
     46<div style='text-align:center;'> 
    4647{if $smarty.const.iMEMBER} 
    47 <div style='text-align:center;'> 
    4848    {buttonlink name=$locale.027a link=$smarty.const.BASEDIR|cat:"forum/viewposts.php"} 
    4949    {buttonlink name=$locale.026 link=$smarty.const.MODULES|cat:"forum_threads_list_panel/my_threads.php"}&nbsp; 
     
    5151    {buttonlink name=$locale.028|cat:" ("|cat:$locale.031|cat:")" link=$smarty.const.MODULES|cat:"forum_threads_list_panel/new_posts.php"}&nbsp; 
    5252    {buttonlink name=$locale.028 link=$smarty.const.MODULES|cat:"forum_threads_list_panel/new_posts_detail.php"} 
     53{else} 
     54    {if $settings.forum_guest_limit} 
     55        <span class='small' style='font-size:90%;font-weight:bold;'> 
     56            {if $settings.forum_guest_limit == 1}{$locale.ftlp01|sprintf:$locale.074}{else}{assign var=days value=$settings.forum_guest_limit|cat:" "|cat:$locale.075}{$locale.ftlp01|sprintf:$days}{/if} 
     57        </span> 
     58    {/if} 
     59{/if} 
    5360</div> 
    54 {/if} 
    5561{include file="_closetable_x.tpl"} 
    5662{***************************************************************************} 
Note: See TracChangeset for help on using the changeset viewer.