Ignore:
Timestamp:
08/19/08 11:02:58 (4 years ago)
Author:
hverton
Message:

added a new forum setting to limit forum message visibility for guests to a set number of days. Older threads will not be accessable. This may encourage visitors to become a member

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/forum.index.tpl

    r1486 r1654  
    4848                        </td> 
    4949                    </tr> 
     50                    {if !iMEMBER && $settings.forum_guest_limit} 
     51                        <tr> 
     52                            <td class='tbl2' align='center' colspan='6'> 
     53                                <span class='small' style='font-size:90%;font-weight:bold;'>{if $settings.forum_guest_limit == 1}{$locale.462|sprintf:$locale.074}{else}{assign var=days value=$settings.forum_guest_limit|cat:" "|cat:$locale.075}{$locale.462|sprintf:$days}{/if}</span> 
     54                            </td> 
     55                        </tr> 
     56                    {/if} 
    5057                    {/if} 
    5158                    <tr> 
Note: See TracChangeset for help on using the changeset viewer.