Changeset 1524 in ExiteCMS for trunk/forum/viewthread.php


Ignore:
Timestamp:
07/05/08 12:58:33 (4 years ago)
Author:
hverton
Message:

added code coloring for [code] bbcode sections, and an option to download the code
fixed a bug with pm read timestamps
registration now sends a pm to the webmaster when new user activation is set to admin-approval
user activation has been extended to work with both manual approvals and with email verification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/forum/viewthread.php

    r1513 r1524  
    419419        if (!file_exists(PATH_IMAGES."avatars/".$data['user_avatar'])) $data['user_avatar'] = "imagenotfound.jpg"; 
    420420        // prepare the message text for display 
    421         $data['post_message'] = parsemessage($data['post_message'], $data['post_smileys']); 
     421        $data['post_message'] = parsemessage($data); 
    422422 
    423423        // prepare the users signature 
Note: See TracChangeset for help on using the changeset viewer.