Changeset 1648 in ExiteCMS for trunk/forum/post.php


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/forum/post.php

    r1626 r1648  
    407407            $preview['post_id'] = $post_id; 
    408408            $preview['thread_id'] = $thread_id; 
     409            $preview['forum_id'] = $forum_id; 
    409410            $preview['post_sticky'] = isset($_POST['sticky']) ? "1" : "0"; 
    410411            $preview['post_smileys'] = isset($_POST['disable_smileys']) ? false : true; 
Note: See TracChangeset for help on using the changeset viewer.