# ================================================================== # Gossamer Forum - Advanced web community # # Website : http://gossamer-threads.com/ # Support : support@gossamer-threads.com # Updated : Thu Feb 17 08:41:39 2005 # # Copyright (c) 2003 Gossamer Threads Inc. All Rights Reserved. # Redistribution in part or in whole strictly prohibited. Please # see LICENSE file for full details. # ================================================================== { 'admin_do_after_post_options' => [ 'post_confirm', 'post_confirm_post', 'forum_view', 'post_view' ], 'admin_email' => 'rpwt@earthlink.net', 'admin_now_string' => 'NOW', 'admin_root_path' => 'C:/dev/gforum/admin', 'admin_root_url' => 'http://localhost/gforum/admin', 'admin_show_user_login' => '0', 'admin_validation_template' => 'admin_validation.txt', 'admin_validation_template_subject' => 'admin_validation_subject.txt', 'allow_message_attachments' => '1', 'allow_message_inline' => '1', 'attachment_filters' => [ '*.vb?', '*.com', '*.scr', '*.bat', '*.pif' ], 'banned_email' => [], 'bans' => [], 'cgi_root_path' => 'C:/dev/gforum', 'cgi_root_url' => 'http://localhost/gforum', 'cgi_root_url_https' => '', 'compress' => '0', 'cookie_domain' => '', 'cookie_path' => '/', 'cookie_prefix' => 'gforum_1022870964_', 'date_installed' => '1108647699', 'date_offset' => '0', 'debug_level' => '0', 'default_guest_permission' => '3', 'default_mh_forum' => '25', 'default_mh_message' => '25', 'default_mh_post' => '25', 'default_mh_search' => '25', 'default_mh_user' => '50', 'default_moderator_permission' => '5', 'default_not_validated_permission' => '3', 'default_registered_permission' => '5', 'default_template_set' => 'default', 'disabled' => '0', 'disabled_message' => '', 'error_message' => '', 'fileman_root_path' => 'C:/dev/gforum/admin', 'forum_group_levels' => [ 'No access', 'Viewable in forum list', 'Posts viewable but not readable', 'Read access', 'Read/Reply access', 'Read/Reply/Post access', 'Moderator access' ], 'forum_moderator_display_separator' => ', ', 'forum_show_moderator_display' => '1', 'forum_show_moderator_select' => '0', 'forum_show_subscriber_display' => '1', 'forum_show_subscriber_select' => '0', 'forum_style' => [ 'Plain Text Only', 'Markup', 'HTML', 'Markup and HTML' ], 'forum_subscriber_display_separator' => ', ', 'functions' => { 'add_word' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Adding custom dictionary word', 'function' => 'GForum::SpellCheck::add_word', 'min_user_status' => '2', 'page' => { 'add_word' => 'add_word.html' } }, 'bad_action' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Bad action', 'function' => 'GForum::bad_action', 'page' => { 'error' => 'error.html' } }, 'ban_ip' => { 'action' => 'function', 'customizable' => { 'description' => '1' }, 'description' => 'Banning User IP', 'function' => 'GForum::Bans::ban_ip', 'min_user_status' => '3' }, 'banned' => { 'action' => 'page', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Banned', 'page' => 'error.html' }, 'cat_list' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1' }, 'description' => 'Viewing category list', 'function' => 'GForum::Category::list', 'page' => { 'list' => 'category_list.html' } }, 'disable_user' => { 'action' => 'function', 'customizable' => { 'description' => '1' }, 'description' => 'Disabling user account', 'function' => 'GForum::Bans::disable_user', 'min_user_status' => '3' }, 'editor_color' => { 'action' => 'page', 'customizable' => { 'description' => '1', 'hidden' => '1', 'page' => '1' }, 'description' => 'Color Editor page', 'hidden' => '1', 'page' => 'editor_color.html' }, 'editor_editor' => { 'action' => 'page', 'customizable' => { 'description' => '1', 'hidden' => '1', 'page' => '1' }, 'description' => 'IFrame Editor page (nested iframe)', 'hidden' => '1', 'page' => 'editor_editor.html' }, 'editor_font' => { 'action' => 'page', 'customizable' => { 'description' => '1', 'hidden' => '1', 'page' => '1' }, 'description' => 'Font Editor page', 'hidden' => '1', 'page' => 'editor_font.html' }, 'editor_iframe' => { 'action' => 'page', 'customizable' => { 'description' => '1', 'hidden' => '1', 'page' => '1' }, 'description' => 'IFrame Editor page', 'hidden' => '1', 'page' => 'editor_iframe.html' }, 'editor_image' => { 'action' => 'page', 'customizable' => { 'description' => '1', 'hidden' => '1', 'page' => '1' }, 'description' => 'Image Editor page', 'hidden' => '1', 'page' => 'editor_image.html' }, 'editor_link' => { 'action' => 'page', 'customizable' => { 'description' => '1', 'hidden' => '1', 'page' => '1' }, 'description' => 'Link Editor page', 'hidden' => '1', 'page' => 'editor_link.html' }, 'editor_table' => { 'action' => 'page', 'customizable' => { 'description' => '1', 'hidden' => '1', 'page' => '1' }, 'description' => 'Table Editor page', 'hidden' => '1', 'page' => 'editor_table.html' }, 'forum_ban' => { '_auth_param' => 'forum_id', '_auth_type' => 'forum', 'action' => 'function', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Banning user from forum', 'function' => 'GForum::Bans::forum_ban', 'min_forum_permission' => '6', 'page' => { 'ban' => 'forum_ban.html' } }, 'forum_ban_list' => { '_auth_param' => 'forum_id', '_auth_type' => 'forum', 'action' => 'function', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Viewing forum bans', 'function' => 'GForum::Bans::forum_ban_list', 'min_forum_permission' => '6', 'page' => { 'ban_list' => 'forum_ban_list.html' } }, 'forum_ban_write' => { '_auth_param' => 'forum_id', '_auth_type' => 'forum', 'action' => 'page', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Banning user from forum', 'min_forum_permission' => '6', 'page' => 'forum_ban_write.html' }, 'forum_mark_all_read' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1' }, 'description' => 'Marking all posts in forum as read', 'function' => 'GForum::Forum::mark_all_read', 'min_user_status' => '1' }, 'forum_unban' => { '_auth_param' => 'forum_id', '_auth_type' => 'forum', 'action' => 'function', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Unbanning user from forum', 'function' => 'GForum::Bans::forum_unban', 'min_forum_permission' => '6', 'page' => { 'unban' => 'forum_unban.html' } }, 'forum_view' => { 'action' => 'function', 'customizable' => { 'description' => '1' }, 'description' => 'Viewing forum', 'function' => 'GForum::Forum::view' }, 'forum_view_collapsed' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'disabled' => '1', 'min_user_status' => '1', 'page' => '1', 'page-add' => '1', 'page-del' => '1', 'user_groups' => '1', 'user_groups-add' => '1', 'user_groups-del' => '1' }, 'description' => 'Viewing forum', 'function' => 'GForum::Forum::view_collapsed', 'min_forum_permission' => '2', 'page' => { 'no_such_forum' => 'error.html', 'view' => 'forum_view.html' } }, 'forum_view_expandable' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'disabled' => '1', 'min_user_status' => '1', 'page' => '1', 'page-add' => '1', 'page-del' => '1', 'user_groups' => '1', 'user_groups-add' => '1', 'user_groups-del' => '1' }, 'description' => 'Viewing forum (Partially expanded mode)', 'function' => 'GForum::Forum::view_expandable', 'min_forum_permission' => '2', 'page' => { 'no_such_forum' => 'error.html', 'view' => 'forum_view.html' } }, 'forum_view_expanded' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'disabled' => '1', 'min_user_status' => '1', 'page' => '1', 'page-add' => '1', 'page-del' => '1', 'user_groups' => '1', 'user_groups-add' => '1', 'user_groups-del' => '1' }, 'description' => 'Viewing forum (Expanded mode)', 'function' => 'GForum::Forum::view_expanded', 'min_forum_permission' => '2', 'page' => { 'no_such_forum' => 'error.html', 'view' => 'forum_view.html' } }, 'login' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Login page', 'function' => 'GForum::User::login', 'page' => { 'login' => 'login.html' } }, 'logout' => { 'action' => 'function', 'customizable' => { 'description' => '1' }, 'description' => 'Logging out', 'function' => 'GForum::User::logout' }, 'lost_password' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Lost password', 'function' => 'GForum::User::lost_password', 'page' => { 'enter_username' => 'lost_password_enter_username.html', 'invalid_username' => 'error.html', 'success' => 'lost_password_sent.html' } }, 'mark_all_read' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1' }, 'description' => 'Marking all posts as read', 'function' => 'GForum::Post::mark_all_read', 'min_user_status' => '1' }, 'markup_help' => { 'action' => 'page', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Markup help page', 'page' => 'markup_help.html' }, 'message' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Writing private message', 'function' => 'GForum::Message::write', 'min_user_status' => '2', 'page' => { 'no_such_user' => 'error.html', 'write' => 'message.html' } }, 'message_attachment' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'user_groups' => '1' }, 'description' => 'Downloading message attachment', 'function' => 'GForum::Message::download_attachment', 'min_user_status' => '2', 'page' => { 'no_such_message_attachment' => 'error.html' } }, 'message_attachment_delete' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'user_groups' => '1' }, 'description' => 'Deleting message attachment', 'function' => 'GForum::Message::attachment_delete', 'min_user_status' => '2' }, 'message_attachment_upload' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'user_groups' => '1' }, 'description' => 'Uploading message attachment', 'function' => 'GForum::Message::attachment_upload', 'min_user_status' => '2' }, 'message_delete' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Deleting messages', 'function' => 'GForum::Message::delete', 'min_user_status' => '1' }, 'message_delete_all' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Deleting messages', 'function' => 'GForum::Message::delete_all', 'min_user_status' => '1' }, 'message_delete_all_confirm' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Deleting messages', 'function' => 'GForum::Message::delete_all_confirm', 'min_user_status' => '1', 'page' => { 'confirm' => 'message_delete_all_confirm.html' } }, 'message_keep' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Deleting messages', 'function' => 'GForum::Message::keep', 'min_user_status' => '1' }, 'message_list' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1' }, 'description' => 'Viewing private messages', 'function' => 'GForum::Message::list', 'min_user_status' => '2', 'page' => { 'list' => 'message_list.html' } }, 'message_preview' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1' }, 'description' => 'Previewing private message', 'function' => 'GForum::Message::preview', 'min_user_status' => '2', 'page' => { 'preview' => 'include_message_display.html' } }, 'message_reply_write' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Writing private message reply', 'function' => 'GForum::Message::reply_write', 'min_user_status' => '2', 'page' => { 'no_such_message' => 'error.html', 'no_such_user' => 'error.html', 'reply_write' => 'message_reply_write.html' } }, 'message_send' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Sending private message', 'function' => 'GForum::Message::send', 'min_user_status' => '1', 'page' => { 'no_privmsg' => 'error.html', 'no_such_user' => 'error.html', 'send' => 'message_send.html' } }, 'message_sent_view' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Viewing sent private message', 'function' => 'GForum::Message::sent_view', 'min_user_status' => '1', 'page' => { 'no_such_message' => 'error.html', 'view' => 'message_sent_view.html' } }, 'message_view' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Viewing private message', 'function' => 'GForum::Message::view', 'min_user_status' => '1', 'page' => { 'no_such_message' => 'error.html', 'view' => 'message_view.html' } }, 'payment_donation' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'hidden' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Viewing donation form', 'function' => 'GForum::Payment::donation', 'hidden' => '1', 'min_user_status' => '2', 'page' => { 'donation' => 'donation.html', 'donation_select' => 'donation_select.html', 'donation_success' => 'donation_success.html' } }, 'payment_initial' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'hidden' => '1', 'page' => '1' }, 'description' => 'Entering signup payment information', 'function' => 'GForum::Payment::signup', 'hidden' => '1', 'page' => { 'payment' => 'payment.html', 'payment_select' => 'payment_select.html', 'payment_success' => 'payment_success.html' } }, 'payment_renew' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'hidden' => '1', 'page' => '1' }, 'description' => 'Selecting payment renewal payment', 'function' => 'GForum::Payment::signup', 'hidden' => '1', 'page' => { 'payment' => 'payment_renew.html', 'payment_select' => 'payment_renew_select.html', 'payment_success' => 'payment_renew_success.html' } }, 'permission_denied' => { 'action' => 'page', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Attempting to view unauthorized page', 'page' => 'permission_denied.html' }, 'post_attachment' => { '_auth_param' => 'postatt_id', '_auth_type' => 'postatt', 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'user_groups' => '1' }, 'description' => 'Downloading post attachment', 'function' => 'GForum::Post::View::download_attachment', 'min_forum_permission' => '3', 'page' => { 'no_such_post_attachment' => 'error.html' } }, 'post_attachment_delete' => { '_auth_param' => 'parent_post_id|post|forum', '_auth_redo' => 'reply|edit|write', '_auth_type' => 'post|post|forum', 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'user_groups' => '1' }, 'description' => 'Deleting post attachment', 'function' => 'GForum::Post::Write::attachment_delete', 'min_user_status' => '1' }, 'post_attachment_upload' => { '_auth_param' => 'parent_post_id|post|forum', '_auth_redo' => 'reply|edit|write', '_auth_type' => 'post|post|forum', 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'user_groups' => '1' }, 'description' => 'Uploading post attachment', 'function' => 'GForum::Post::Write::attachment_upload', 'min_user_status' => '0' }, 'post_delete' => { '_auth_param' => 'post', '_auth_type' => 'post', 'action' => 'function', 'customizable' => { 'description' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Deleting post', 'function' => 'GForum::Post::delete', 'min_forum_permission' => '4', 'min_user_status' => '1', 'page' => { 'delete' => 'post_delete.html', 'failed' => 'error.html' } }, 'post_delete_confirm' => { '_auth_param' => 'post', '_auth_type' => 'post', 'action' => 'page', 'customizable' => { 'description' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Confirming post deletion', 'min_forum_permission' => '4', 'min_user_status' => '1', 'page' => 'post_delete_confirm.html' }, 'post_delete_moved_confirm' => { '_auth_param' => 'post', '_auth_type' => 'post', 'action' => 'page', 'customizable' => { 'description' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Confirming moved post deletion', 'min_forum_permission' => '6', 'min_user_status' => '1', 'page' => 'post_delete_confirm.html' }, 'post_detach' => { '_auth_param' => 'forum_id&post_id', '_auth_type' => 'forum&post', 'action' => 'function', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Detaching thread', 'function' => 'GForum::Post::detach', 'min_forum_permission' => '5&6', 'page' => { 'detached' => 'post_detached.html' } }, 'post_detach_select' => { '_auth_param' => 'post_id', '_auth_type' => 'post', 'action' => 'page', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Detaching thread (selecting forum)', 'min_forum_permission' => '6', 'page' => 'post_detach_select.html' }, 'post_edit' => { '_auth_param' => 'post', '_auth_type' => 'post', 'action' => 'function', 'customizable' => { 'description' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Editing post', 'function' => 'GForum::Post::Write::edit', 'min_forum_permission' => '3', 'min_user_status' => '1', 'page' => { 'edit' => 'post_edit.html', 'no_such_post' => 'error.html', 'permission_denied' => 'post_edit_permission_denied.html' } }, 'post_edit_post' => { '_auth_param' => 'post', '_auth_type' => 'post', 'action' => 'function', 'customizable' => { 'description' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Submitting post changes', 'function' => 'GForum::Post::Write::edit_post', 'min_forum_permission' => '3', 'min_user_status' => '1', 'page' => { 'edit_post' => 'post_edit_post.html' } }, 'post_editlog' => { '_auth_param' => 'post', '_auth_type' => 'post', 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Viewing Editlog', 'function' => 'GForum::Post::View::editlog', 'min_forum_permission' => '3', 'page' => { 'editlog' => 'post_editlog.html' } }, 'post_keep' => { '_auth_param' => 'post', '_auth_type' => 'post', 'action' => 'function', 'customizable' => { 'description' => '1' }, 'description' => 'Marking thread as kept', 'function' => 'GForum::Post::keep', 'min_forum_permission' => '6' }, 'post_lock' => { '_auth_param' => 'post', '_auth_type' => 'post', 'action' => 'function', 'customizable' => { 'description' => '1' }, 'description' => 'Locking thread', 'function' => 'GForum::Post::lock', 'min_forum_permission' => '6' }, 'post_move' => { '_auth_param' => 'forum_id&root_id', '_auth_type' => 'forum&post', 'action' => 'function', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Moving thread', 'function' => 'GForum::Post::move', 'min_forum_permission' => '5&6', 'page' => { 'moved' => 'post_moved.html' } }, 'post_move_select' => { '_auth_param' => 'root_id', '_auth_type' => 'post', 'action' => 'page', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Moving thread (selecting forum)', 'min_forum_permission' => '6', 'page' => 'post_move_select.html' }, 'post_post' => { '_auth_param' => 'forum', '_auth_type' => 'forum', 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Submitting post', 'function' => 'GForum::Post::Write::post', 'min_forum_permission' => '5', 'page' => { 'already_posted' => 'post_already_posted.html', 'anonymous_not_configured' => 'error.html', 'post' => 'post_post.html' } }, 'post_preview' => { '_auth_param' => 'parent_post_id|post|forum', '_auth_redo' => 'reply|edit|write', '_auth_type' => 'post|post|forum', 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1' }, 'description' => 'Previewing post', 'function' => 'GForum::Post::Write::preview', 'page' => { 'preview' => 'include_post_display.html' } }, 'post_remove' => { '_auth_param' => 'post', '_auth_type' => 'post', 'action' => 'function', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Deleting post', 'function' => 'GForum::Post::remove', 'min_forum_permission' => '6', 'min_user_status' => '2', 'page' => { 'delete' => 'post_delete.html', 'failed' => 'error.html' } }, 'post_remove_one' => { '_auth_param' => 'post', '_auth_type' => 'post', 'action' => 'function', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Deleting post', 'function' => 'GForum::Post::remove_one', 'min_forum_permission' => '6', 'min_user_status' => '2', 'page' => { 'delete' => 'post_delete.html', 'failed' => 'error.html' } }, 'post_reply_post' => { '_auth_param' => 'parent_post_id', '_auth_type' => 'post', 'action' => 'function', 'customizable' => { 'description' => '1', 'disabled' => '1', 'min_user_status' => '1', 'page' => '1', 'page-add' => '1', 'page-del' => '1', 'user_groups' => '1', 'user_groups-add' => '1', 'user_groups-del' => '1' }, 'description' => 'Submitting post reply', 'function' => 'GForum::Post::Write::reply_post', 'min_forum_permission' => '4', 'page' => { 'already_posted' => 'post_already_posted.html', 'anonymous_not_configured' => 'error.html', 'locked' => 'error.html', 'no_such_post' => 'error.html', 'reply_post' => 'post_reply_post.html' } }, 'post_reply_write' => { '_auth_param' => 'parent_post_id', '_auth_type' => 'post', 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Writing post reply', 'function' => 'GForum::Post::Write::reply_write', 'min_forum_permission' => '4', 'page' => { 'anonymous_not_configured' => 'error.html', 'locked' => 'error.html', 'no_such_post' => 'error.html', 'post_deleted' => 'error.html', 'reply_write' => 'post_reply_write.html' } }, 'post_stick' => { '_auth_param' => 'post', '_auth_type' => 'post', 'action' => 'function', 'customizable' => { 'description' => '1' }, 'description' => 'Locking thread', 'function' => 'GForum::Post::stick', 'min_forum_permission' => '6' }, 'post_unkeep' => { '_auth_param' => 'post', '_auth_type' => 'post', 'action' => 'function', 'customizable' => { 'description' => '1' }, 'description' => 'Marking thread as no longer kept', 'function' => 'GForum::Post::unkeep', 'min_forum_permission' => '6' }, 'post_unlock' => { '_auth_param' => 'post', '_auth_type' => 'post', 'action' => 'function', 'customizable' => { 'description' => '1' }, 'description' => 'Unlocking thread', 'function' => 'GForum::Post::unlock', 'min_forum_permission' => '6' }, 'post_unstick' => { '_auth_param' => 'post', '_auth_type' => 'post', 'action' => 'function', 'customizable' => { 'description' => '1' }, 'description' => 'Locking thread', 'function' => 'GForum::Post::unstick', 'min_forum_permission' => '6' }, 'post_view' => { 'action' => 'function', 'customizable' => { 'description' => '1' }, 'description' => 'Viewing post', 'function' => 'GForum::Post::View::view' }, 'post_view_flat' => { '_auth_param' => 'post', '_auth_type' => 'post', 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Viewing posts (Flat mode)', 'function' => 'GForum::Post::View::view_flat', 'min_forum_permission' => '3', 'page' => { 'no_such_post' => 'error.html', 'view' => 'post_view_flat.html' } }, 'post_view_printable' => { '_auth_param' => 'post', '_auth_type' => 'post', 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Viewing posts (Printable mode)', 'function' => 'GForum::Post::View::view_printable', 'min_forum_permission' => '3', 'page' => { 'no_such_post' => 'error.html', 'view' => 'post_view_printable.html' } }, 'post_view_threaded' => { '_auth_param' => 'post', '_auth_type' => 'post', 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Viewing post (Threaded mode)', 'function' => 'GForum::Post::View::view_threaded', 'min_forum_permission' => '3', 'page' => { 'no_such_post' => 'error.html', 'view' => 'post_view_threaded.html' } }, 'post_write' => { '_auth_param' => 'forum', '_auth_type' => 'forum', 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Writing post', 'function' => 'GForum::Post::Write::write', 'min_forum_permission' => '5', 'page' => { 'anonymous_not_configured' => 'error.html', 'no_such_forum' => 'error.html', 'write' => 'post_write.html' } }, 'resend_validation' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Resend validation', 'function' => 'GForum::User::resend_validation', 'page' => { 'already_validated' => 'error.html', 'enter_username' => 'resend_validation_enter_username.html', 'invalid_username' => 'error.html', 'success' => 'validation_resent.html' } }, 'search' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Search', 'function' => 'GForum::Search::search', 'page' => { 'search' => 'search.html' } }, 'search_results' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Search results', 'function' => 'GForum::Search::results', 'page' => { 'results' => 'search_results.html' } }, 'spellcheck' => { '_auth_param' => 'parent_post_id|post|forum', '_auth_redo' => 'reply|edit|write', '_auth_type' => 'post|post|forum', 'action' => 'function', 'customizable' => { 'description' => '1', 'disabled' => '1', 'min_user_status' => '1', 'page' => '1', 'page-add' => '1', 'page-del' => '1', 'user_groups' => '1', 'user_groups-add' => '1', 'user_groups-del' => '1' }, 'description' => 'Spellcheck', 'function' => 'GForum::SpellCheck::check', 'page' => { 'body' => 'spellcheck_body.html', 'head' => 'spellcheck_head.html' } }, 'url' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'URL forwarding', 'function' => 'GForum::url', 'page' => { 'bad_url' => 'error.html', 'redirect' => 'redirect.html' } }, 'user_list' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1' }, 'description' => 'Viewing Member Directory', 'function' => 'GForum::User::list', 'min_user_status' => '0', 'page' => { 'user_list' => 'user_list.html' } }, 'user_profile' => { 'action' => 'page', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1' }, 'description' => 'Editing user profile', 'min_user_status' => '1', 'page' => 'user_profile.html' }, 'user_profile_basic' => { 'action' => 'page', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1' }, 'description' => 'Editing basic profile', 'min_user_status' => '1', 'page' => 'user_profile_basic.html' }, 'user_profile_change' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1' }, 'description' => 'Editing user profile', 'function' => 'GForum::User::profile', 'min_user_status' => '1' }, 'user_profile_display' => { 'action' => 'page', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1' }, 'description' => 'Editing display settings', 'min_user_status' => '1', 'page' => 'user_profile_display.html' }, 'user_profile_email' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1' }, 'description' => 'Editing email settings', 'function' => 'GForum::User::profile_email_page', 'min_user_status' => '1', 'page' => { 'forum_list' => 'user_profile_email.html' } }, 'user_profile_email_change' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1' }, 'description' => 'Editing user email settings', 'function' => 'GForum::User::profile_email', 'min_user_status' => '1' }, 'user_profile_threads' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1' }, 'description' => 'Viewing watched threads', 'function' => 'GForum::User::profile_threads_page', 'min_user_status' => '1', 'page' => { 'thread_list' => 'user_profile_threads.html' } }, 'user_profile_threads_change' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1' }, 'description' => 'Removing watched threads', 'function' => 'GForum::User::profile_threads', 'min_user_status' => '1' }, 'user_search' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1' }, 'description' => 'Searching Member Directory', 'function' => 'GForum::User::list', 'min_user_status' => '0', 'page' => { 'user_list' => 'user_list.html' } }, 'user_signup' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Signup', 'function' => 'GForum::User::signup', 'page' => { 'user_signup' => 'user_signup.html' } }, 'user_signup_submit' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Signing up', 'function' => 'GForum::User::signup_submit', 'page' => { 'success' => 'user_signup_success.html' } }, 'user_validate' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Validating signup', 'function' => 'GForum::User::validate', 'page' => { 'already_validated' => 'error.html', 'bad_code' => 'error.html', 'no_code' => 'error.html', 'success' => 'user_validate_success.html' } }, 'user_view' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'min_user_status' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Viewing user information', 'function' => 'GForum::User::view', 'page' => { 'no_such_user' => 'error.html', 'user_view' => 'user_view.html' } }, 'uservalidate' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'page' => '1' }, 'description' => 'Validating signup', 'function' => 'GForum::User::validate', 'page' => { 'already_validated' => 'error.html', 'bad_code' => 'error.html', 'no_code' => 'error.html', 'success' => 'user_validate_success.html' } }, 'watch_thread' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'disabled' => '1', 'page' => '1', 'user_groups' => '1' }, 'description' => 'Adding a thread to Watched Threads list', 'function' => 'GForum::Post::View::watch_thread', 'min_user_status' => '2', 'page' => { 'no_such_thread' => 'error.html', 'watch_thread' => 'watch_thread.html' } }, 'whos_online' => { 'action' => 'function', 'customizable' => { 'description' => '1', 'disabled' => '1', 'hidden' => '1', 'min_user_status' => '1', 'page' => '1', 'page-add' => '1', 'page-del' => '1', 'user_groups' => '1', 'user_groups-add' => '1', 'user_groups-del' => '1' }, 'description' => 'Who\'s Online', 'function' => 'GForum::Online::whos_online', 'page' => { 'whos_online' => 'whos_online.html' } }, 'worldpay_receipt' => { 'action' => 'page', 'customizable' => { 'description' => '1', 'page' => '1' }, 'hidden' => '1', 'min_user_status' => '0', 'page' => 'worldpay_receipt.html' } }, 'hot_minutes' => '120', 'hot_replies' => '10', 'id_group_guest' => '1', 'id_group_moderator' => '4', 'id_group_not_validated' => '2', 'id_group_registered' => '3', 'image_path' => 'C:/Temp/gforum_install/gforum-1.2.3/images', 'image_url' => 'http://localhost/gforum/images', 'image_url_https' => '', 'install_num' => '33296', 'last_guest_cleanup' => '1079032854', 'last_session_cleanup' => '1083636263', 'mail_path' => '', 'markup_allow_custom_color' => '1', 'markup_allow_font' => '1', 'markup_allow_image' => '1', 'markup_allow_size' => '1', 'markup_allow_url' => '1', 'markup_custom' => { 'Gossamer Threads' => 'Gossamer Threads' }, 'markup_shorten_urls' => '1', 'markup_signature_prefix' => '', 'markup_signature_suffix' => '', 'markup_signature_tag' => 'signature', 'markup_tags' => { '/b' => [ '', 'Font Attribute' ], '/black' => [ '', 'Font Color' ], '/blue' => [ '', 'Font Color' ], '/center' => [ '

', 'Page Format' ], '/code' => [ '

', 'Text Block', '1' ], '/font' => [ '', 'Font Attribute' ], '/green' => [ '', 'Font Color' ], '/i' => [ '', 'Font Attribute' ], '/indent' => [ '', 'Page Format' ], '/left' => [ '

', 'Page Format' ], '/li' => [ '', 'Page Format' ], '/ol' => [ '', 'Page Format' ], '/orange' => [ '', 'Font Color' ], '/pre' => [ '

', 'Text Block', '1' ], '/purple' => [ '', 'Font Color' ], '/quote' => [ '

', 'Text Block', '1' ], '/red' => [ '', 'Font Color' ], '/reply' => [ '

', 'Text Block', '1' ], '/right' => [ '

', 'Page Format' ], '/s' => [ '', 'Font Attribute' ], '/silver' => [ '', 'Font Color' ], '/size' => [ '', 'Font Attribute' ], '/strike' => [ '', 'Font Attribute' ], '/u' => [ '', 'Font Attribute' ], '/ul' => [ '', 'Page Format' ], '/url' => [ '', 'Miscellaneous' ], '/white' => [ '', 'Font Color' ], '/yellow' => [ '', 'Font Color' ], ':(' => [ 'Frown', 'Emotion Icon' ], ':)' => [ 'Smile', 'Emotion Icon' ], ':/' => [ 'Unsure', 'Emotion Icon' ], ':\\' => [ 'Unsure', 'Emotion Icon' ], ':p' => [ 'Tongue', 'Emotion Icon' ], ':|' => [ 'Unimpressed', 'Emotion Icon' ], ';)' => [ 'Wink', 'Emotion Icon' ], 'angelic' => [ 'Angelic', 'Emotion Icon' ], 'b' => [ '', 'Font Attribute' ], 'black' => [ '', 'Font Color' ], 'blue' => [ '', 'Font Color' ], 'blush' => [ 'Blush', 'Emotion Icon' ], 'center' => [ '

', 'Page Format' ], 'code' => [ '

Code

',
			'Text Block',
			'1'
		],
		'cool' => [
			'Cool',
			'Emotion Icon'
		],
		'crazy' => [
			'Crazy',
			'Emotion Icon'
		],
		'font()' => [
			'',
			'Font Attribute'
		],
		'frown' => [
			'Frown',
			'Emotion Icon'
		],
		'green' => [
			'',
			'Font Color'
		],
		'hr' => [
			'
', 'Page Format' ], 'i' => [ '', 'Font Attribute' ], 'indent' => [ '
', 'Page Format' ], 'laugh' => [ 'Laugh', 'Emotion Icon' ], 'left' => [ '

', 'Page Format' ], 'li' => [ '

  • ', 'Page Format' ], 'mad' => [ 'Mad', 'Emotion Icon' ], 'ol' => [ '
      ', 'Page Format' ], 'orange' => [ '', 'Font Color' ], 'pirate' => [ 'Pirate', 'Emotion Icon' ], 'pre' => [ '

      Code
      ',
      			'Text Block',
      			'1'
      		],
      		'purple' => [
      			'',
      			'Font Color'
      		],
      		'quote' => [
      			'

      Quote
      ', 'Text Block', '1' ], 'red' => [ '', 'Font Color' ], 'reply' => [ '

      In Reply To
      ', 'Text Block', '1' ], 'right' => [ '

      ', 'Page Format' ], 's' => [ '', 'Font Attribute' ], 'shocked' => [ 'Shocked', 'Emotion Icon' ], 'silver' => [ '', 'Font Color' ], 'size()' => [ '', 'Font Attribute' ], 'sly' => [ 'Sly', 'Emotion Icon' ], 'smile' => [ 'Smile', 'Emotion Icon' ], 'strike' => [ '', 'Font Attribute' ], 'tongue' => [ 'Tongue', 'Emotion Icon' ], 'u' => [ '', 'Font Attribute' ], 'ul' => [ '