Mantis Logo
Mantis Manual
Manual
Configuration

Database
Path
Webserver
Version
Email
Language
Display
Time
JpGraph
Date
News
Default Preferences
Summary
Bugnote
File Upload
HTML
Authentication
Status Settings
Filters
Misc
Colors
Cookies
Database Tables
Speed Optimisation
Reminders
Bug History
Sponsorship
Source Control Integration
Custom Fields
My View Settings
Relationships
System Logging


Partner Links


HTML
Last Modified: September 13, 2004 19:09PM
(Any)
Description


$g_allow_html_tags Dropped in 0.19.0. Allow specified HTML tags to be used.
$g_html_tags This is the list of HTML tags that are allowed.

Do NOT include href or img tags here.
Do NOT include tags that have parameters (eg. )

The HTML code is allowed to enter the database as is. The $g_allow_href_tags does not have to be enabled to make URL links. The package will automatically hyperlink properly formatted URLs

 eg. http://blah.blah/ or mailto://me@more.com/ 
$g_allow_href_tags Dropped in 0.19.0. Allow A HREF tags.
$g_allow_img_tags Dropped in 0.19.0. NOT ENABLED
$g_primary_table_tags Dropped in 0.19.0. This is inserted into the outermost tables for tags like border, cellspacing, ...
$g_hr_size hr size.
$g_hr_width hr width. Leave off the percentage (%) symbol.
$g_bottom_include_page If this page eixsts it will be displayed at the bottom of every page. It makes a good company branding include page.
$g_top_include_page If this page eixsts it will be displayed at the top of every page. It makes a good company branding include page.
$g_css_include_file Set this to point to the CSS file of your choice.
$g_meta_include_file Set this to point to the META tag file of your choice.
$g_main_menu_custom_options This option will add custom options to the main menu. It is an array of arrays listing the caption, access level required, and the link to be executed. For example:
$g_main_menu_custom_options = array( array( "My Link", MANAGER, 'my_link.php' ), array( "My Link2", ADMINISTRATOR, 'my_link2.php' ) );
Note that if the caption is found in custom_strings_inc.php, then it will be replaced by the translated string. Options will only be added to the menu if the current logged in user has the appropriate access level.

User Contributed Notes
HTML
Add Notes About Notes
sdevore@teachesme.com
22-Jan-2004 14:10
#57
what is the format of the list for $g_html_tags?
Add Notes About Notes
Last updated: Thu, 20 Dec 2012 - 3:25:53

Mantis @ SourceForge