Ignore:
Timestamp:
08/17/08 22:34:14 (4 years ago)
Author:
hverton
Message:

added the HotEditor BBcode WYSIWYG editor
added a user profile open to disable the editor (if globally enabled)
replaced the smiley system. Now images are included instead if smiley shorthand
added a few hundered new smiley images

File:
1 edited

Legend:

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

    r1566 r1648  
    9898            </td> 
    9999        </tr> 
     100        {if $settings.hoteditor_enabled == 1} 
     101        <tr> 
     102            <td class='tbl'> 
     103                {$locale.u067} 
     104            </td> 
     105            <td class='tbl'> 
     106                <input type='radio' name='user_hoteditor' value='1' {if $this_userdata.user_hoteditor == "1"}checked="checked"{/if} />{$locale.u007} 
     107                <input type='radio' name='user_hoteditor' value='0' {if $this_userdata.user_hoteditor == "0"}checked="checked"{/if} />{$locale.u008} 
     108            </td> 
     109        </tr> 
     110        {/if} 
    100111        <tr> 
    101112            <td class='tbl'> 
Note: See TracChangeset for help on using the changeset viewer.