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


Ignore:
Timestamp:
08/27/08 22:37:24 (4 years ago)
Author:
hverton
Message:

fixed BBcode positioning bug when scrollbars were visible
created a new bbcode_editor template for inclusion in templates that require the editor
added support for locales to the bbcode editor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/forum/viewthread.php

    r1699 r1705  
    559559 
    560560// define the search body panel variables 
    561 $template_panels[] = array('type' => 'body', 'name' => 'forum.viewthread', 'template' => 'forum.viewthread.tpl', 'locale' => array("forum.main","admin.forum_polls")); 
     561$template_panels[] = array('type' => 'body', 'name' => 'forum.viewthread', 'template' => 'forum.viewthread.tpl', 'locale' => array("forum.main","admin.forum_polls", "hoteditor")); 
    562562$template_variables['forum.viewthread'] = $variables; 
    563563 
Note: See TracChangeset for help on using the changeset viewer.