| Name | description | locations | |||||||
|---|---|---|---|---|---|---|---|---|---|
| login_placeholders_enable Enable placeholders feature for username and password fields |
Show placeholder text from username and password fields in the login form. Enable this if you want to show the placeholder text. | login/1 | |||||||
| log_mail Log mail in Tiki logs |
A line of type mail will be included in the System Log with the destination address and subject of each email sent. | performance/9, features/3, general/1 | |||||||
| log_tpl Smarty template usage indicator |
Add HTML comment at start and end of each Smarty template (.tpl file) | look/6, performance/9, features/3 | |||||||
| log_sql Log SQL |
All SQL queries will be registered in the database in the tiki_sql_query_logs table. | performance/5, performance/9, features/3, general/1 | |||||||
| log_failed_logins Log failed logins |
Failed logins will be logged with respective login error code. | general/1 | |||||||
| log_file_path Log file |
Full path to the file to log entries. | general/1 | |||||||
| log_sql_perf_min Log queries using more than |
Use to log only queries that exceed a specific amount of time. | performance/5, features/3, general/1 | |||||||
| long_date_format Long date format |
Specify how Tiki displays the date (longer version) | general/4 | |||||||
| long_time_format Long time format |
Specify how Tiki displays the time (longer version) | general/4 | |||||||
| lowercase_username Force lowercase |
Automatically convert all alphabetic characters in the username to lowercase letters. For example JohnDoe becomes johndoe. | login/1 | |||||||
| mailer_amazon_ses_key Amazon SES Key |
general/1 | ||||||||
| mailer_amazon_ses_secret Amazon SES Secret |
general/1 | ||||||||
| mailer_amazon_ses_region Amazon SES Region |
general/1 | ||||||||
| mailer_elastic_email_key Elastic Email Key |
general/1 | ||||||||
| mailer_mailgun_domain Mailgun Domain |
general/1 | ||||||||
| mailer_mailgun_key Mailgun Key |
general/1 | ||||||||
| mailer_mailgun_region Mailgun Region |
general/1 | ||||||||
| mailer_mandrill_key Mandrill Key |
general/1 | ||||||||
| mailer_postmark_key Postmark Key |
general/1 | ||||||||
| mailer_send_grid_region SendGrid Region |
general/1 | ||||||||
| mailer_send_grid_key SendGrid Key |
general/1 | ||||||||
| mailer_spark_post_key SparkPost Key |
general/1 | ||||||||
| mailer_spark_post_region SparkPost Region |
general/1 | ||||||||
| mailer_smtp_server SMTP server |
general/1 | ||||||||
| mailer_smtp_user Username |
general/1 | ||||||||
| mailer_smtp_pass Password |
general/1 | ||||||||
| mailer_smtp_port Port |
general/1 | ||||||||
| mailer_smtp_security Security |
general/1 | ||||||||
| mailer_handler Mail sender |
Specify if Tiki should use the system Sendmail binary, the PHP mail() settings from php.ini, SMTP, or File (Debug) (to debug email sending by means of storing emails as files on disk at ./temp/Mail_yyyymmddhhmmss_randomstring.tmp ) to send mail notifications. | general/1 | |||||||
| mailer_smtp_auth Authentication |
Mail server authentication | general/1 | |||||||
| mailer_smtp_helo Local server name |
Name of the local server. Will be reported to SMTP relay on the HELO/EHLO line. | general/1 | |||||||
| mailer_queue Mail delivery |
When set to Queue, messages will be stored in the database. Requires using the shell script php console.php mail-queue:send to be run for actual delivery. |
general/1 | |||||||
| mailer_redirect Catch-all email address |
Tiki will send all emails to this email address instead of the target recipients. This will actually rewrite the recipient TO, CC and BCC email headers. | general/1 | |||||||
| mailer_queue_max_retries Number of retries to send emails when there are errors |
Email queue process will not pick the email to retry after this number of attempts | general/1 | |||||||
| mail_crlf Email newline character(s) |
End-of-line (EOL) character used in outgoing emails | general/1 | |||||||
| mail_template_custom_text Text string used to customise mail templates |
Text string used to customise mail templates and added as a pref reference in the appropriate mail tpl files | textarea/1, general/1 | |||||||
| mail_apply_css Apply site styles to HTML emails |
Add site CSS to all HTML formatted emails | general/1 | |||||||
| main_shadow_start Main shadow start |
look/2 | ||||||||
| main_shadow_end Main shadow end |
look/2 | ||||||||
| markdown_enabled Markdown |
Support markdown syntax. | textarea/1 | |||||||
| markdown_gfm Github-flavored markdown |
Enable Github-flavored markdown. | textarea/1 | |||||||
| markdown_default Default syntax |
Which syntax to use as the default wiki syntax when a new content block is created. | textarea/1 | |||||||
| markdown_wysiwyg_height WYSIWYG Height |
Vertical or tabbed. | wysiwyg/1 | |||||||
| markdown_wysiwyg_preview_style WYSIWYG Preview Style |
Vertical or tabbed. | wysiwyg/1 | |||||||
| markdown_wysiwyg_intitial_edit_type WYSIWYG Initial Edit Mode |
WYSIWYG or Markdown. | wysiwyg/1 | |||||||
| markdown_wysiwyg_usage_statistics Usage Statistics |
Send hostname to Toast UI. | wysiwyg/1 | |||||||
| max_username_length Maximum length |
The greatest number of characters for a valid username. | login/1 | |||||||
| memcache_enabled Memcache |
Enable connection to memcached servers to store temporary information. | performance/6 | |||||||
| memcache_servers Memcache servers |
Server list which may be accessed. For each server, the address, port and weight must be specified. | performance/6 | |||||||
| memcache_prefix Memcache key prefix |
When the memcache cluster is used by multiple applications, using unique prefixes for each of them helps avoid conflicts. | performance/6 | |||||||
| memcache_expiration Memcache expiration |
Duration for which the data will be kept. | performance/6 | |||||||
| memcache_wiki_data Cache wiki data in memcache |
performance/6 | ||||||||
| memcache_wiki_output Cache wiki output in memcache |
performance/6 | ||||||||
| memcache_forum_output Cache forum output in memcache |
performance/6 | ||||||||
| menus_items_icons Menu icons |
Allows icons to be defined for menu entries | general/3 | |||||||
| menus_items_icons_path Default path for the icons |
general/3 | ||||||||
| menus_edit_icon Edit menu icon |
Adds an icon on the navbar to edit menu entries | general/3 | |||||||
| messu_mailbox_size Maximum mailbox size |
Maximum number of messages allowed in the mailbox. | messages/1 | |||||||
| messu_archive_size Maximum mail archive size |
Maximum number of archive messages allowed. | messages/1 | |||||||
| messu_sent_size Maximum sent box size |
Maximum number of sent messages allowed in the mailbox. | messages/1 | |||||||
| messu_truncate_internal_message Truncate internal message notification |
Number of characters to show in the message notification sent through email, with a link to read the full internal message. | messages/1 | |||||||
| metatag_freetags Include tags |
If the Tags feature is enabled, the tags for each page with tags set will be used as meta keywords. This allows individual pages at the site to have different meta tags. | metatags/1 | |||||||
| metatag_threadtitle Use thread title instead |
Use the forum thread title in the meta title tag. | metatags/1 | |||||||
| metatag_description Description |
A short description of the website. Some search engines display this information with the website's listing. | metatags/1 | |||||||
| metatag_pagedesc Page description |
Use each page description as the title meta tag for that page. | metatags/1 | |||||||
| metatag_robotscustom Custom Meta robots |
Add the ability to set custom meta robots on each wiki page that will override the global meta robots value. | metatags/1 | |||||||
| metatag_geoposition geo.position |
The latitude and longitude of the physical location of the site. For example "38.898748, -77.037684". | metatags/2 | |||||||
| metatag_georegion geo.region |
The ISO-3166 country and region codes for your location. For example, "US-NY". | metatags/2 | |||||||
| metatag_geoplacename geo.placename |
A free-text description of your location. | metatags/2 | |||||||
| metatag_robots Meta robots |
Specify how search engines robots should index your site. Will override page defaults. Valid values include: noindex, nofollow, none, all, noimageindex, noarchive, nocache, nosnippet, notranslate, unavailable_after and noyaca. | metatags/3 | |||||||
| metatag_robots_txt_apply_directives Apply robots directives from robots.txt |
When enabled, Tiki will automatically apply robots meta directives (such as noindex, nofollow, etc.) as both meta tags and X-Robots-Tag HTTP headers to pages that match Disallow rules in robots.txt. This helps prevent search engines from indexing pages that crawlers are told not to visit. Works with SEF URLs - blocking /tiki-index.php will NOT block SEF URLs like /HomePage. | metatags/3 | |||||||
| metatag_nositelinkssearchbox Meta no site links searchbox |
The sitelinks search box will be disabled as part of the normal Googlebot crawling. | metatags/1 | |||||||
| metatag_google_notranslate Google No Translate |
If google finds that websites content is in different language than users language then to provide better content for users google often offers a link to translate content in to native language. | metatags/1 | |||||||
| middle_shadow_start Middle shadow div start |
look/2 | ||||||||
| middle_shadow_end Middle shadow div end |
look/2 | ||||||||
| min_username_length Minimum length |
The least possible number of characters for a valid username. | login/1 | |||||||
| min_pass_length Minimum length |
The least possible number of characters for a valid password. | login/1 | |||||||
| module_zones_top Top module zone |
Activate zone for modules such as site logo, log-in form, etc. (page header) | module/1, look/2 | |||||||
| module_zones_topbar Topbar module zone |
Activate zone for modules such as horizontal menu (navbar), search form, page-wide content, etc. | module/1, look/2 | |||||||
| module_zones_pagetop Page top module zone |
Activate zone for modules such as breadcrumbs, banners, share icons, etc | module/1, look/2 | |||||||
| module_zones_bottom Bottom module zone |
Activate zone for modules such as "powered by" and "rss list" (page footer) | module/1, look/2 | |||||||
| module_zones_pagebottom Page bottom module zone |
Activate zone for modules at the bottom of the main column of each page | module/1, look/2 | |||||||
| module_file Module file |
Use a static module definition file instead of relying on the dynamic values generated by Tiki. Useful for custom themes. The file must be in YAML format, following the format used in profiles. | module/1, look/2 | |||||||
| module_zone_available_extra Extra module zones available |
Extra module zones to be managed through the module administration interface. Useful if a custom theme or layout requires a special zone other than the predefined ones. | module/1, look/2 | |||||||
| module_sidebar_toggle_small_screen Sidebar toggle button for small screens |
Allows you to add sidebar toggle to small screens. | module/1, look/2 | |||||||
| module_action_calendar Action Calendar |
Displays a calendar of system events, such as wiki page modifications, forum posts and article publications. Days with events show links to the action calendar page. | ||||||||
| module_action_similarcontent Similar Content |
Find similar content based on tags. | ||||||||
| module_adminbar Quick Admin Bar |
Consolidated admin bar with an easy access to quick admin links, recent changes, and important admin features | ||||||||
| module_adsense Google AdSense |
Displays a text/image Google AdSense advertisement. This module should be updated to support new Google code. | ||||||||
| module_article_archives Article Archives |
Shows links to the published articles for each month. | ||||||||
| module_article_topics Article Topics |
Lists all article topics with links to their articles. | ||||||||
| module_articles Articles |
Lists the specified number of published articles in the specified order. | ||||||||
| module_assistant Tiki Assistant |
Display an assistant to guide new Tiki admins. | ||||||||
| module_backtop Back to Top |
Displays a floating button that appears when the user scrolls down. Clicking it smoothly scrolls the page back to the top. | ||||||||
| module_blog_last_comments Newest Blog Post Comments |
Displays the specified number of the blog post comments most recently added. | ||||||||
| module_breadcrumb Last-Visited Pages |
Displays the last Wiki pages visited by the user. | ||||||||
| module_breadcrumbs Breadcrumbs |
A hierarchy of where you are. Ex.: Home > Section1 > Subsection C. | ||||||||
| module_calendar_new Calendar |
Includes a calendar or a list of calendar events. | ||||||||
| module_cart Cart |
Displays the content of the cart, allows quantities to be modified and proceeds to payment. | ||||||||
| module_categories Categories |
Displays links to categories as a tree. | ||||||||
| module_category_transition Category Transitions |
Displays controls to trigger category transitions and change the page's state according to predefined rules. | ||||||||
| module_change_category Change Category |
Enables to categorize an object. Some combinations of Multiple categories, Detailed, Unassign and Assign may challenge intuition or be simply broken. | ||||||||
| module_collapse Collapse Button |
Bootstrap collapse button. | ||||||||
| module_comm_received_objects Received Objects |
Displays the number of pages received (via Communications). | ||||||||
| module_contributors Contributors |
Lists the contributors to the wiki page being viewed and some information on them. | ||||||||
| module_cookiesettings Cookie Consent Settings |
Allows users to change their cookie consent preferences. | ||||||||
| module_credits Tiki User Credits |
Shows the credits a user has. | ||||||||
| module_current_activity Current Activity |
Display users who are currently editing a page or a tracker. | ||||||||
| module_directory_last_sites Newest Directory Sites |
Displays the specified number of the directory sites most recently added. | ||||||||
| module_directory_stats Directory Statistics |
Displays statistics about the directory, including the number of sites validated and to validate, the number of categories, of searches and of visited links. | ||||||||
| module_directory_top_sites Top Directory Sites |
Displays the specified number of the directory sites from most visited to least visited. | ||||||||
| module_domain_password Domain Password |
Store personal passwords for other domains securely in Tiki | ||||||||
| module_facebook |
Shows the Wall of a user or Facebook Page | ||||||||
| module_featured_links Featured Links |
Displays the site's first featured links. | ||||||||
| module_file_galleries File Galleries |
Displays links to file galleries. | ||||||||
| module_forums_best_voted_topics Top-Rated Topics |
Displays the specified number of the forum topics with the best ratings. | ||||||||
| module_forums_last_posts Newest Forum Posts |
Displays the latest forum posts. | ||||||||
| module_forums_most_commented_forums Most Commented Forums |
Display the specified number of the forums with the most comments. | ||||||||
| module_forums_most_read_topics Top Visited Forum Topics |
Display the specified number of the forum topics with the most reads. | ||||||||
| module_forums_most_visited_forums Top Visited Forums |
Display the specified number of the forums with the most visits. | ||||||||
| module_freetag Tags Editor |
Shows current tags and enables adding and removing some if permissions allow. | ||||||||
| module_freetags_current Wiki Page Tags |
Displays current tags on wiki pages and enables adding tags if permissions allow. | ||||||||
| module_freetags_morelikethis Similar-Tag Items |
Shows content with multiple tags in common. | ||||||||
| module_freetags_most_popular Most Popular Tags |
Shows the most popular tags. More popularity is indicated by a larger font. | ||||||||
| module_freetags_prefered My Preferred Tags |
Displays to registered users the tags they prefer, based on the number of objects they tagged. Greater preference is indicated by a larger text size. | ||||||||
| module_friend_list Friend List |
Displays a list of friends | ||||||||
| module_git_detail Git information |
Git commit and last update information. | ||||||||
| module_google Google Search |
Displays a simple form to search on Google. By default, search results are limited to those on the Tiki site. | ||||||||
| module_groups_emulation Groups Emulation |
Enables temporarily changing one's group memberships to see how users in fewer groups experience the site. | ||||||||
| module_last_actions Last Actions |
Displays the specified number of last actions. | ||||||||
| module_last_blog_posts Newest Blog Posts |
Lists the specified number of blogs posts from newest to oldest. | ||||||||
| module_last_category_objects Newest Category Items |
Lists the specified number of objects of the given type in the given category, starting from the most recently created. | ||||||||
| module_last_created_blogs Newest Blogs |
Displays the specified number of blogs from newest to oldest. | ||||||||
| module_last_created_faqs Newest FAQs |
Displays the specified number of FAQs from newest to oldest. | ||||||||
| module_last_created_quizzes Newest Quizzes |
Displays the specified number of quizzes from newest to oldest. | ||||||||
| module_last_file_galleries Last-Modified File Galleries |
Display the specified number of file galleries, starting from the most recently modified. | ||||||||
| module_last_files Newest Files |
List the specified number of files, starting from the most recently added. | ||||||||
| module_last_modif_events Last-Modified Events |
Display the specified number of calendar events, starting from the most recently modified. | ||||||||
| module_last_modif_pages Latest Changes |
List the specified number of pages, starting from the most recently modified. | ||||||||
| module_last_modified_blogs Last-Modified Blogs |
Displays the specified number of blogs, starting from the most recently modified. | ||||||||
| module_last_podcasts Newest Podcasts |
Displays Podcasts. | ||||||||
| module_last_submissions Newest Article Submissions |
Lists the specified number of article submissions from newest to oldest. | ||||||||
| module_last_tracker_comments Newest Tracker Comments |
Lists the specified number of tracker comments (optionally restricting to those in a specific tracker or tracker item) starting from the most recently posted. | ||||||||
| module_last_tracker_items Newest Tracker Items |
Displays the value of a field of the specified number of tracker items. If the specified tracker has no main field, either Field name or Field identifier is required. | ||||||||
| module_last_validated_faq_questions Newest Validated FAQ Questions |
Displays the specified number of validated questions FAQs from newest to oldest. | ||||||||
| module_last_visitors Last Visitors |
Displays information about the specified number of users in decreasing order of last login time. | ||||||||
| module_last_youtube_playlist_videos YouTube Playlist |
Display a YouTube playlist | ||||||||
| module_list List |
List objects from the Unified Index | ||||||||
| module_live_support Live Support |
Tells users whether a live support operator is present and allows them to request support if possible. If the user is an operator, links to the operator console. | ||||||||
| module_loadstats Server Load |
Report of server resources used | ||||||||
| module_locator Locator |
Presents a map with the geolocated content within the page. | ||||||||
| module_login_box Log In |
Log-in box | ||||||||
| module_logo Logo |
Site logo, title and subtitle. | ||||||||
| module_map_edit_features Map Feature Editor |
Allows shapes to be drawn over the map. | ||||||||
| module_map_layer_selector Layer Selector |
Replace the map's built-in layer controls. | ||||||||
| module_map_mode_selector Mode Selector |
Toggle input modes for the map. | ||||||||
| module_map_search_location Map location search |
Simple search controls for the map. | ||||||||
| module_menu Menu |
Displays a menu or a structure as a menu. | ||||||||
| module_menupage Menu Page |
Displays a Wiki page. | ||||||||
| module_menustructure Wiki Structure Menu |
Displays a structure. N.B. Deprecated, use the Menu module instead | ||||||||
| module_messages_unread_messages Unread Inter-User Messages |
Displays to users their number of new inter-user messages and a link to their message box. | ||||||||
| module_minichat Minichat |
Small live chat box | ||||||||
| module_months_links Months Links |
Link to articles or blog posts for the current month and those preceding it. | ||||||||
| module_most_commented Most Commented |
Display the most commented objects of a certain type. | ||||||||
| module_mustread Must Read |
Request the creation of a mustread item based on the current object. | ||||||||
| module_notificationlink Notifications Link |
Shows an icon with the number of and a link to user notifications | ||||||||
| module_num_submissions Pending Article Submissions |
Displays the number of article submissions waiting examination and a link to the list. | ||||||||
| module_old_articles Old Articles |
Displays the specified number of old articles (which do not show on articles home page anymore). | ||||||||
| module_package Package Module |
A module that shows content from a Tiki Package View | ||||||||
| module_pagetop_hero Page Topbar Hero |
An easy page-top hero section located in Tiki's topbar module zone | ||||||||
| module_payment_outstanding Payments Outstanding |
Displays the payments outstanding for the current user. | ||||||||
| module_permissions Permissions |
List of active permissions for current object | ||||||||
| module_perspective Perspective |
Enables to change current perspective. | ||||||||
| module_poweredby Powered By |
Powered by Tiki, and others | ||||||||
| module_quick_edit Quick Edit |
Enables to quickly create or edit Wiki pages. Deprecated - use the Search module instead. | ||||||||
| module_quick_search Quick Search |
Performs a search query and persists the results in the module for quick navigation access. | ||||||||
| module_quickadmin Quick Administration |
Some helpful tools for administrators. | ||||||||
| module_random_pages Random Pages |
Displays the specified number of random wiki pages. | ||||||||
| module_reading_time Reading Time |
Displays the estimated reading time for the words on a Wiki page (inner modules are excluded). To avoid displaying empty module on non wiki page object, set the module Visibility,Section to wiki. | ||||||||
| module_recordrtc Record RTC |
Capture audio and video in real-time for seamless collaboration | ||||||||
| module_register New User Registration |
Permit anonymous visitors to create an account on the site. | ||||||||
| module_relations_transitive Transitive Relations |
Shows objects related through multi-hop connections (relations of relations). | ||||||||
| module_rsslist News Feeds |
List of feeds available on this site. | ||||||||
| module_search Search |
Multi-purpose search module (go or edit page by name and/or search site) | ||||||||
| module_search_last_rebuild_stats Search Rebuild Stats |
Results of the previous search index rebuild. | ||||||||
| module_search_morelikethis More Like This |
Uses the unified search to provide similar documents. | ||||||||
| module_search_wiki_page Search For a Wiki Page |
Search for a wiki page by name. Deprecated - use the Search module instead | ||||||||
| module_semantic_links Semantic Links |
List the relationships known for the Wiki page displayed. For each relation type contained in the page, it lists all the pages it links to or gets linked from. | ||||||||
| module_share Share |
Links for sharing, reporting etc. | ||||||||
| module_short_url Short URL |
Creates or shows a short url for the visiting page. | ||||||||
| module_shoutbox Shoutbox |
The shoutbox is a quick messaging tool. Messages reload each time the page changes. Anyone with the right permission can see all messages. Another permission allows messages to be sent.. | ||||||||
| module_side_col_toggle_small_screen side_col_toggle_small_screen |
Description not available | ||||||||
| module_since_last_visit Since Last Visit (Simple) |
Displays to logged-in users the number of new or updated objects since their last login date and time. | ||||||||
| module_since_last_visit_new Since Last Visit |
Displays to logged-in users new or updated objects since a point in time, by default their last login date and time. | ||||||||
| module_switch_color_mode Switch Color Mode |
Switch between light, dark, and browser color scheme preference | ||||||||
| module_switch_lang Switch Language |
Displays a language picker to change the language of the site. | ||||||||
| module_switch_lang_admin Switch Admin Language |
Displays a language picker to change the language of admin site. | ||||||||
| module_switch_theme Switch Theme |
Enables to quickly change the theme for the user. | ||||||||
| module_terminology Terminology |
Support for multilingual terminology | ||||||||
| module_tikitests Tiki Tests |
Tiki test suite helper. | ||||||||
| module_top_active_blogs Most Active blogs |
Displays the specified number of blogs with links to them, from the most active one to the least.Blog activity measurement can be more or less accurate. | ||||||||
| module_top_articles Top Articles |
Lists the specified number of articles with links to them, from the most visited one to the least. | ||||||||
| module_top_blog_posters Top Blog Posters |
Displays the specified number of users who posted to blogs, starting with the one having most posts. | ||||||||
| module_top_file_galleries Top File Galleries |
Displays the specified number of file galleries with links to them, starting with the one with most hits. | ||||||||
| module_top_files Top Files |
Displays the specified number of files with links to them, starting with the one with most hits. | ||||||||
| module_top_forum_posters Top Forum Posters |
Displays the specified number of users who posted to forums, starting with the one having most posts. | ||||||||
| module_top_objects Top Objects |
Displays the specified number of objects, starting with the one having the most hits. | ||||||||
| module_top_pages Top Pages |
Displays the specified number of wiki pages with links to them, starting with the one having the most hits. | ||||||||
| module_top_quizzes Top Quizzes |
Displays the specified number of quizzes with links to them, starting with the one having the most hits. | ||||||||
| module_top_visited_blogs Top Visited Blogs |
Display the specified number of blogs with links to them, from the most visited one to the least. | ||||||||
| module_top_visited_faqs Top Visited FAQs |
Display the specified number of FAQs with links to them, from the most visited one to the least. | ||||||||
| module_topbar-image topbar-image |
Description not available | ||||||||
| module_tracker_input Tracker Input |
Allows a dialog to be opened to create new tracker items. | ||||||||
| module_trackerhelp Tracker Help |
Display the fields of a tracker (name and identifier) | ||||||||
| module_translation Translate Updates |
Links to versions of the wiki page being viewed in other languages, distinguishing between better, equivalent or worse translations. Optionally displays the up-to-dateness of the translation being viewed. | ||||||||
| module_twitter Tweets |
Shows the tweets from the Twitter timeline of a user | ||||||||
| module_upcoming_events Upcoming Events |
Lists the specified number of calendar events, ordered by their start date. | ||||||||
| module_user_blogs My Blogs |
Displays to registered users their blogs. | ||||||||
| module_user_bookmarks My Bookmarks |
Lightweight interface to user bookmarks, enabling to view them concisely, do some manipulations and bookmark the page being viewed | ||||||||
| module_user_pages User Pages |
Displays to registered users the specified number of wiki pages which they were the last to edit. | ||||||||
| module_user_tasks My Tasks |
Lightweight interface to user tasks, enabling to view them concisely and do some manipulations | ||||||||
| module_user_tasks_public Public Tasks |
Lists the public user tasks of a chosen group, with links to tasks. | ||||||||
| module_usergroup_tracker User-Group Tracker |
User and Group tracker links. | ||||||||
| module_users_list Users List |
Display a list of users with optional extra information from each. | ||||||||
| module_users_own_rank My Score |
Display the logged user's rank and score. | ||||||||
| module_users_rank Most Active Users |
Display the specified number of users and their score, starting from the one with the highest score. | ||||||||
| module_wayfinder Structure Tree Navigation |
Navigation panel showing topics available in the immediate structure | ||||||||
| module_webmail_unread_messages Unread emails |
Display unread messages per email account/tracker item | ||||||||
| module_websearch websearch |
Displays a simple form to perform a web search with choice on multiple search engines. | ||||||||
| module_whats_related Related Items |
Lists objects which share a category with the viewed object. | ||||||||
| module_who_is_there Online Users |
Display information about users currently logged in. | ||||||||
| module_wiki_last_comments Newest Comments |
Lists the specified number of comments starting from the most recently posted. | ||||||||
| module_xmpp XMPP |
Hold a chat session using XMPP (uses the ConverseJS client). | ||||||||
| module_youtube YouTube |
Displays YouTube videos and/or a link to a YouTube user's page. | ||||||||
| module_zone Module Zone |
Can contain other modules so can be used as a Bootstrap navbar object, for example. | ||||||||
| module_zotero Bibliography Search |
Search the group's Zotero library for entries with the specified tags | ||||||||
| monitor_enabled Notifications |
Allow users to control the notifications they receive based on content changes. | user/4 | |||||||
| monitor_digest Notification digests |
Enable digest notifications (requires a cron job) | user/4 | |||||||
| monitor_individual_clear Clear individual notifications |
Allow users to selectively clear notifications instead of simply having a clear-all button. | user/4 | |||||||
| monitor_count_refresh_interval Notification count refresh interval |
Show unread notification count and refresh every x seconds. | user/4 | |||||||
| monitor_reply_email_pattern Notification reply-to email pattern |
Email model to use for the notification email reply-to address. | user/4 | |||||||
| monitor_restricted_ips List of IPs that can connect for monitoring |
Allows tiki-monitor.php restricting access to a list of IPs ( comma separated) | performance/2 | |||||||
| monitor_token Integration token to authenticate requests |
Token can be passed to the script as GET, POST or HTTP Header parameter | performance/2 | |||||||
| monitor_rules Monitor permissions rules |
Accept a list of entries representing permissions | performance/2 | |||||||
| monitor_probes Monitor probes |
Using Math expression to define monitors | performance/2 | |||||||
| morelikethis_algorithm "More Like This" algorithm |
enables tagged material to offer a find potentially related content. Basic will present content where a minimum number of tags match the item or page being viewed. Weighted is the same, but items are presented in Weighted (highest value first) sort order. | freetags/1 | |||||||
| morelikethis_basic_mincommon Minimum number of tags in common |
The minimum number of matching tags required for an item to be presented in the "More Like This" feature. | freetags/1 | |||||||
| multidomain_active Multi-domain |
Enable domain names to be mapped to perspectives and simulate multiple domains hosted with the same Tiki installation. | general/2 | |||||||
| multidomain_config Multi-domain Configuration |
Comma-separated values mapping the domain name to the perspective ID. | general/2 | |||||||
| multidomain_switchdomain Switch domain when switching perspective |
Important: Different domains have different login sessions and, even in the case of subdomains, an understanding of session cookies is needed to make it work | general/2 | |||||||
| multidomain_default_not_categorized Default domain for non categorized content |
The domain (hostname only) to be used when redirecting the user if he tries to read content that is not bound to the category/perspective configured for the current domain. | category/1, general/2 | |||||||
| mustread_enabled Must Read |
Allow assignment of mandatory readings and track progress. | community/1 | |||||||
| mustread_tracker Must read tracker |
Tracker containing the individual read requests. | community/1 | |||||||
| namespace_enabled Namespace |
Enable namespaces feature for wiki pages. | wiki/2, workspace/1, general/3 | |||||||
| namespace_separator Namespace separator |
Select the character, symbol, or text to use as the namespace separator. | wiki/2, workspace/1, general/3 | |||||||
| namespace_default Default namespace |
Namespace to use when creating wiki pages. Should be defined within perspectives. | ||||||||
| namespace_indicator_in_structure Hide namespace indicator in structure path |
Hide namespace indicator in structure path. | wiki/2, general/3 | |||||||
| namespace_indicator_in_page_title Hide namespace indicator in page title |
Hide namespace indicator in page title. | wiki/2 | |||||||
| namespace_force_links Force all non-namespace page links to the same namespace |
If the current page is in a namespace, all links without a namespace will have it added automatically | wiki/2, workspace/1 | |||||||
| newsletter_throttle Throttle newsletter send rate |
Pause for a given amount of seconds before each batch to avoid overloading the mail server. | performance/11, general/1 | |||||||
| newsletter_pause_length Newsletter pause length |
Number of seconds delay before each batch | performance/11, general/1 | |||||||
| newsletter_batch_size Newsletter batch size |
Number of emails to send in each batch | performance/11, general/1 | |||||||
| newsletter_external_client Allow sending newsletters through external clients |
Generate mailto links using the recipients as the BCC list. | security/1, general/1 | |||||||
| nextprev_pagination Use relative (next / previous) pagination links |
look/3 | ||||||||
| oauthserver_encryption_key Encryption key for OAuthServer |
A key used to encrypt/decrypt authorization and refresh codes. This will be automatically generated if you leave it empty. | login/12 | |||||||
| oauthserver_public_key Public key for OAuthServer |
The public/private key pair is used to sign and verify JWTs transmitted. If you have openssl installed, this will be automatically generated when needed. | login/12 | |||||||
| oauthserver_private_key Private key for OAuthServer |
The public/private key pair is used to sign and verify JWTs transmitted. If you have openssl installed, this will be automatically generated when needed. | login/12 | |||||||
| object_maintainers_enable Object maintainers and freshness |
Enable tiki objects to have maintainers, update frequency and freshness. Then, console.php objects:notify-maintainers can be used. | features/1 | |||||||
| object_maintainers_default_update_frequency Default update frequency |
Default number of days for object update frequency. | features/1 | |||||||
| ocr_enable OCR Files |
Extract and index text from supported file types. | fgal/5 | |||||||
| ocr_every_file OCR Every File |
Attempt to OCR every supported file. | fgal/5 | |||||||
| ocr_file_level Allow file level OCR languages |
Allow users to change the default languages that will be used to OCR a file. | fgal/5 | |||||||
| ocr_limit_languages OCR limit languages |
Limit the number of languages one can select from this list. | fgal/5 | |||||||
| ocr_tesseract_path tesseract path |
Path to the location of the binary. Defaults to the $PATH location. | fgal/5 | |||||||
| ocr_pdfimages_path pdfimages path |
Path to the location of the binary. Defaults to the $PATH location. | fgal/5 | |||||||
| openidconnect_name Provider name |
login/13 | ||||||||
| openidconnect_issuer Issuer URL |
login/13 | ||||||||
| openidconnect_auth_url Provider URL authorization |
Authorization URL from the OpenId provider. | login/13 | |||||||
| openidconnect_access_token_url Provider URL user access token url |
URL from the OpenId provider to fetch the access_token | login/13 | |||||||
| openidconnect_details_url Provider URL resource owner details |
URL from the OpenId provider that provides information on the granted user. | login/13 | |||||||
| openidconnect_client_id Client ID |
OAuth 2.0 Client Identifier valid at the Authorization Server | login/13 | |||||||
| openidconnect_client_secret Client Secret |
OAuth 2.0 Client Secret valid at the Authorization Server | login/13 | |||||||
| openidconnect_verify_method Verification method |
login/13 | ||||||||
| openidconnect_create_user_tiki Create user if not registered in Tiki |
login/13 | ||||||||
| openidconnect_jwks_url JWKS URL |
Read-only endpoint that contains the public keys information in the JWKS format | login/13 | |||||||
| openidconnect_cert Public certificate |
login/13 | ||||||||
| openpgp_gpg_pgpmimemail PGP/MIME encrypted email messaging |
Use OpenPGP PGP/MIME-compliant encrypted email messaging. All email messaging, notifications, and newsletters are sent as PGP/MIME-encrypted messages, signed with the signer key, and are completely opaque to outsiders. All user accounts need to be properly configured in a gnupg keyring with public keys associated with their tiki-account-related email addresses. | security/5 | |||||||
| openpgp_gpg_home Path to gnupg keyring |
Full directory path to gnupg keyring (default /home/www/.gnupg/ ). The directory, related subdirectories (e.g., a subdirectory 'signer'), and files must have proper permissions for tiki to access/read the directories/files, and create/delete necessary temporary workfiles there. | security/5 | |||||||
| openpgp_gpg_path Path to gpg executable |
Full path to gpg executable. | security/5 | |||||||
| openpgp_gpg_signer_passphrase_store Read signer pass phrase from prefs or from a file |
Read GnuPG signer pass phrase from preferences or from a file (default is 'file' ). With file option, configure other preference for the full path including the filename of the file containing the GnuPG signer private-key pass phrase. | security/5 | |||||||
| openpgp_gpg_signer_passphrase Signer pass phrase |
GnuPG signer private-key passphrase. Define pass phrase either here or in a signer pass phrase file. | security/5 | |||||||
| openpgp_gpg_signer_passfile Path to signer pass phrase filename |
Full path including the filename of the file containing the GnuPG signer private-key pass phrase. The directory and file must have proper permissions for tiki to access/read the signer pass phrase file. | security/5 | |||||||
| page_bar_position Wiki buttons |
Specify the location of the wiki-specific options (such as Backlinks, Page Description, and so on) | wiki/1 | |||||||
| page_n_times_in_a_structure Pages can reoccur in structure |
A page can be listed multiple times in a structure | wiki/2 | |||||||
| page_content_fetch Fetch page content from incoming feeds |
Page content from the source will be fetched before sending the content to the generators. | rss/3 | |||||||
| pagination_firstlast Display 'First' and 'Last' links |
if set, will display 'first' and 'last' links on pages | look/3 | |||||||
| pagination_fastmove_links Display "fast-forward" links |
Display "fast-forward" links (to advance 10 percent of the total number of pages) | look/3 | |||||||
| pagination_hide_if_one_page Hide pagination when there is only one page |
Don't display pagination on single pages. | look/3 | |||||||
| pagination_icons Use Icons |
look/3 | ||||||||
| pam_create_user_tiki Create user if not registered in Tiki |
If a user was externally authenticated, but not found in the Tiki user database, Tiki will create an entry in its user database. | login/5 | |||||||
| pam_skip_admin Use Tiki authentication for Admin log-in |
The user “admin” will be authenticated by only using Tiki’s user database. This option has no effect on users other than “admin”. | login/5 | |||||||
| pass_chr_num Require characters and numerals |
For improved security, require users to include a mix of alphabetical characters and numerals in passwords. | login/1 | |||||||
| pass_blacklist_file Password file used |
The automatically selected file is recommended unless you generate your own blacklist file. | login/11 | |||||||
| pass_blacklist Prevent common passwords |
For improved security, prevent users from creating blacklisted passwords. Use default blacklist or create custom blacklists through Control Panel -> Log in -> Password Blacklist. | login/1, security/1 | |||||||
| pass_due Password expires after |
The number of days after which a password will expire. Days are counted starting with the user’s first login. When the password expires, users will be required to select a new password when logging in. | login/1 | |||||||
| pass_chr_case Require alphabetical characters in lower and upper case |
Password must contain at least one lowercase alphabetical character like "a" and one uppercase character like "A". Use this option to require users to select stronger passwords. | login/1 | |||||||
| pass_chr_special Require special characters |
Password must contain at least one special character like " / $ % ? & * ( ) _ + . Use this option to require users to select stronger passwords. | login/1 | |||||||
| pass_repetition Require no consecutive repetition of the same character |
Password must not contain a consecutive repetition of the same character such as "111" or "aab". | login/1 | |||||||
| pass_diff_username The password must be different from the user's log-in name |
login/1 | ||||||||
| pass_show_rules Show rules for password creation |
Display the password creation rules to users when they are setting their passwords. This helps users understand the requirements for creating a valid password. | login/1 | |||||||
| pass_history_management Password History Management |
To enforce password security, this option allows to determine the number of password resets associated with a user account before the password can be reused. | login/1 | |||||||
| pass_history_number Use old password after |
Number of password resets before the password can be reused. | login/1 | |||||||
| payment_feature Payment |
Feature for tracking and managing payment requests | features/1, payment/1 | |||||||
| payment_system Payment system |
Currently a choice between PayPal, and Cclite (in development), or Tiki User Credits. | payment/1 | |||||||
| payment_paypal_business PayPal ID |
Enable payments through PayPal. This account can be either Personal, Business Standard, or Business Pro. A Personal account allows the receiving of small payments from shopping carts. A Business Standard account allows also the receiving of periodic payments through Plugin GroupMembership or receiving bigger amounts. And a Business Pro account allows further customization. See paypal.com for more information and exact fees depending on your country and business type. | payment/1 | |||||||
| payment_paypal_password PayPal business password |
The PayPal password associated with your PayPal Pro business account. This is NOT needed for PayPal Personal or PayPal Standard Business accounts. | payment/1 | |||||||
| payment_paypal_signature Paypal business signature |
Your API signature associated with your PayPal Pro business account. This is NOT needed for Paypal Personal or Paypal Standard Business accounts. | payment/1 | |||||||
| payment_paypal_environment PayPal environment |
Used to switch between the PayPal sandbox, used for testing and development and the live environment. | payment/1 | |||||||
| payment_paypal_ipn PayPal instant payment notification (IPN) |
Enable IPN for automatic payment completion. PayPal will ping back the site when a payment is confirmed. The payment will then be entered automatically. This may not be possible if the site is not on a public server. | payment/1 | |||||||
| payment_paypal_pdt Payment data transfer (PDT) |
Enable PDT for automatic payment completion. PayPal will include information that allow to validate the payment when redirecting the user back to your website without waiting for PayPal to ping back the website like IPN. The payment will then be entered automatically. | payment/1 | |||||||
| payment_paypal_pdt_token Payment data transfer (PDT) token |
Payment data transfer token to validate PDT messages, which should be available in the PayPal admin interface where you enable PDT. | payment/1 | |||||||
| payment_paypal_pdt_redirect Redirect after PDT payment |
Optionally, after receiving a successful payment, the user will be redirected to this page. | payment/1 | |||||||
| payment_currency Currency |
Currency used when entering payments. | payment/1 | |||||||
| payment_default_delay Default acceptable payment delay |
Number of days before a payment request becomes overdue. This can be changed per payment request. | payment/1 | |||||||
| payment_cclite_registries Cclite registries |
Registries in Cclite | payment/1 | |||||||
| payment_cclite_currencies Cclite registry currencies |
Currencies in Cclite | payment/1 | |||||||
| payment_cclite_gateway Cclite server URL |
Full URL of the repository | payment/1 | |||||||
| payment_cclite_merchant_key Cclite merchant key |
Corresponds with merchant key setting in Cclite | payment/1 | |||||||
| payment_cclite_merchant_user Cclite merchant user |
Username in Cclite representing "the management" | payment/1 | |||||||
| payment_cclite_mode Cclite enable payments |
Select Cclite test or live operation. | payment/1 | |||||||
| payment_cclite_hashing_algorithm Hashing algorithm |
Encryption type | payment/1 | |||||||
| payment_cclite_notify Cclite payment notification |
To do | payment/1 | |||||||
| payment_manual Wiki page with manual payment instructions |
Enter wiki page name | payment/1 | |||||||
| payment_invoice_prefix Invoice prefix |
The prefix must be set and unique if the same PayPal account is used for different Tiki sites, because PayPal checks that the invoice is not paid twice | payment/1 | |||||||
| payment_tikicredits_types Types of credit to use |
This is a list of the types of Tiki user credits that are acceptable for payment. | payment/1 | |||||||
| payment_tikicredits_xcrates Exchange rate for types of credit to use |
This is a corresponding list of the number of credits equivalent to 1 unit of the payment currency. | payment/1 | |||||||
| payment_user_only_his_own User can only see own outstanding payments |
Unless the user has administer-payment permissions, a user can only see his or her own outstanding payments | payment/1 | |||||||
| payment_user_only_his_own_past User can only see own past or cancelled payments |
Unless the user has administer-payment permissions, the user can only see his or her own past or cancelled payments | payment/1 | |||||||
| payment_anonymous_allowed Anonymous users can pay outstanding invoices |
Anonymous users can see outstanding invoices to pay them through a simple shopping cart (without the need to set up the advanced cart). | payment/1 | |||||||
| payment_cart_inventory Manage product inventory |
Activate product inventory feature. This requires a products tracker to be set up properly, and the item ID must be the product code. | payment/2 | |||||||
| payment_cart_product_tracker Products tracker ID |
ID of the tracker that is the products tracker, which is needed for advanced cart features; the item ID will be the product code. | payment/2 | |||||||
| payment_cart_product_tracker_name Products tracker name |
Name of tracker that is the products tracker, needed for advanced cart features; the item ID will be the product code. | payment/2 | |||||||
| payment_cart_inventory_type_field Inventory type field ID |
In the products tracker, the ID of the field to store the inventory type; the value of the field must be "none" or "internal". | payment/2 | |||||||
| payment_cart_inventory_total_field Inventory total field ID |
In the products tracker, the ID of the field to store the total inventory of products | payment/2 | |||||||
| payment_cart_inventory_lesshold_field Inventory total less hold field ID |
In the products tracker, the ID of the field to store the total inventory of products less the amount on hold because they are currently in carts | payment/2 | |||||||
| payment_cart_inventoryhold_expiry Inventory hold timeout |
Minutes to hold inventory before making it available again when there is no user cart action | payment/2 | |||||||
| payment_cart_bundles Bundled products feature for cart |
Activate the bundled products feature. This requires a products tracker to be set up properly, and the item ID must be the product code. | payment/2, payment/2 | |||||||
| payment_cart_product_name_fieldname Product name field name |
In the products tracker, the name of the field for the product name that will be used as the label of the product, for example in a bundle. | payment/2 | |||||||
| payment_cart_products_inbundle_fieldname Items in bundle field name |
In the products tracker, the name of the field for a comma-separated list of product IDs of products in the bundle (that is, if the field contains anything, then this product is a bundle). You can also specify the number of the sub-products; for example, 23:("colon")2,24 means item 23 (x2) + item 24 (x1). | payment/2 | |||||||
| payment_cart_product_price_fieldname Product price field name |
In the products tracker, the name of the field for the product price | payment/2 | |||||||
| payment_cart_associated_event_fieldname Associated event ID field name |
In the products tracker, the field name for the associated event ID. This is needed for the associated events cart feature, and requires an events tracker to be set up in which the item ID there is the event ID to be associated with. | payment/2 | |||||||
| payment_cart_product_classid_fieldname Product class ID field name |
In the products tracker, the name of the field for the product class ID | payment/2 | |||||||
| payment_cart_orders Record cart orders in trackers |
This feature is available for registered users and requires two trackers to be created and configured, an orders tracker and an orders item tracker. Profiles also need to be configured, to do the recording. | payment/2 | |||||||
| payment_cart_order_tracker Order tracker ID |
ID of the tracker that contains the order - needed for advanced cart features. | payment/2 | |||||||
| payment_cart_order_user_field Order user field |
User making the order field | payment/2 | |||||||
| payment_cart_order_date_field Order date field |
Date and time of the order field | payment/2 | |||||||
| payment_cart_order_total_field Order total field |
Total cost of the order field | payment/2 | |||||||
| payment_cart_order_invoice_field Order invoice field |
Payment system invoice Id field | payment/2 | |||||||
| payment_cart_order_weight_field Order weight field |
Payment system order weight field in grammes | payment/2 | |||||||
| payment_cart_orderitems_tracker Order Items tracker ID |
ID of the tracker that contains the order items - needed for advanced cart features. | payment/2 | |||||||
| payment_cart_orderitems_order_field Order Item Order field |
ItemLink field pointing to the Item's Order | payment/2 | |||||||
| payment_cart_orderitems_product_field Order Item Product field |
ItemLink field pointing to the Item's Product | payment/2 | |||||||
| payment_cart_orderitems_price_field Order Item price field |
Total price for the Item | payment/2 | |||||||
| payment_cart_orderitems_quantity_field Item quantity field |
Number of products in this Item | payment/2 | |||||||
| payment_cart_orderitems_user_field Item User field |
User Selector field who added this Item | payment/2 | |||||||
| payment_cart_orderitems_inputedprice_field Item inputedprice field |
Unknown | payment/2 | |||||||
| payment_cart_orderitems_eventcode_field Item event code field |
payment/2 | ||||||||
| payment_cart_orderitems_eventstart_field Item event start field |
payment/2 | ||||||||
| payment_cart_orderitems_eventend_field Item event end field |
payment/2 | ||||||||
| payment_cart_orderitems_parentcode_field Item parent code field |
payment/2 | ||||||||
| payment_cart_anonymous Allow anonymous shopping |
Allow shopping by anonymous users and record the orders in trackers. | payment/2 | |||||||
| payment_cart_anonshopper_profile Anonymous shopper info profile |
Wiki page containing the profile for creating order items for anonymous users (page name must not have spaces) | payment/2 | |||||||
| payment_cart_anon_reviewpage Anonymous users order review page |
Wiki page where anonymous users can review their orders | payment/2 | |||||||
| payment_cart_anon_group Temporary shopper group |
Group name of group with permission to access review page via a token | payment/2 | |||||||
| payment_cart_associatedevent Enable association of product orders with events |
Enable association of products with events (or projects, etc.). | payment/2 | |||||||
| payment_cart_event_tracker Events tracker ID |
Tracker ID of tracker that is the events tracker | payment/2 | |||||||
| payment_cart_event_tracker_name Events tracker name |
Name of tracker that is the events tracker | payment/2 | |||||||
| payment_cart_eventstart_fieldname Event start field name |
Field name in events tracker of start date/time | payment/2 | |||||||
| payment_cart_eventend_fieldname Event end field name |
Field name in events tracker of end date/time | payment/2 | |||||||
| payment_cart_exchange Allow exchange of products |
payment/2 | ||||||||
| payment_cart_orders_tracker_name Orders tracker name |
Name of tracker that is the orders tracker | payment/2 | |||||||
| payment_cart_orderitems_tracker_name Order items tracker name |
Name of tracker that is the order items tracker | payment/2 | |||||||
| payment_cart_productclasses_tracker_name Product classes tracker name |
Name of tracker that is the product classes tracker | payment/2 | |||||||
| payment_cart_heading Payment heading |
Heading displayed on payment form | payment/2 | |||||||
| payment_ilp_base_url ILP server base url |
Inter Ledger Protocol invoice server base url. | payment/1 | |||||||
| payment_ilp_token ILP bearer token |
Bearer token of ILP invoice server. | payment/1 | |||||||
| payment_ilp_ssl Enforce SSL |
Enforce SSL connecting to ILP server. | payment/1 | |||||||
| payment_ilp_scale ILP Asset scale |
Scale of amount denoted in assetCode. | payment/1 | |||||||
| peertube_service_url PeerTube service URL |
Your PeerTube instance URL. More information: https://joinpeertube.org/ | video/2 | |||||||
| peertube_username Username |
PeerTube username for video uploads | video/2 | |||||||
| peertube_password Password |
PeerTube password for video uploads | video/2 | |||||||
| peertube_player_id PeerTube player ID |
PeerTube player configuration ID (if applicable) | video/2 | |||||||
| permission_denied_url Send to URL |
URL to redirect to on "permission denied" | general/3 | |||||||
| permission_scope_behavior Permission system behavior |
Traditional strict scope based permission system locks specific object permissions to the closest defined permission set for the object bubbling up through category and parent object permissions to the global set of permissions. The blending scope based permission system allows different levels of permissions to combine on a single object. It is an additive-only permission set, so if you want to restrict specific level permissions over a more permissive global level, you should use the traditional strict scope. | ||||||||
| php_cli_path Path to the php binary |
Path to the php command line binary to be used by tiki when calling command line programs | general/2 | |||||||
| poll_comments_per_page Number per page |
Number of comments to show on poll pages | polls/1 | |||||||
| poll_comments_default_ordering Display order |
The order in which order polls are displayed | polls/1 | |||||||
| poll_list_categories Show categories |
For polls that are categorized, the category is displayed. | category/1, polls/1 | |||||||
| poll_list_objects Show objects |
List wiki pages or other site objects that the poll is attached to. | polls/1 | |||||||
| poll_multiple_per_object Multiple polls per object |
When used with the rating features, allow multiple polls to be attached to a single object. | polls/1 | |||||||
| poll_surveys_textarea_hidetoolbar Disable textarea toolbar |
Don't display the toolbar on text inputs in surveys. | polls/2 | |||||||
| poll_percent_decimals Precision of survey results calculation |
Number of decimal places in the percentage figures | polls/1 | |||||||
| print_pdf_from_url PDF from URL |
Using external tools, generate PDF documents from URLs. | print/1 | |||||||
| print_pdf_webservice_url Webservice URL |
URL to a service that takes a URL as the query string and returns a PDF document | print/1 | |||||||
| print_pdf_webkit_path WebKit path |
Full path to the wkhtmltopdf executable to generate the PDF document with | print/1 | |||||||
| print_pdf_weasyprint_path WeasyPrint path |
Full path to the weasyprint executable to generate the PDF document with | print/1 | |||||||
| print_pdf_mpdf_printfriendly Print Friendly PDF |
Useful for dark themes, enabling this option will change the theme background color to white and the color of text to black. If not activated, theme colors will be retained in the pdf file. | print/1 | |||||||
| print_pdf_mpdf_orientation PDF Orientation |
Landscape or portrait | print/1 | |||||||
| print_pdf_mpdf_size PDF page size |
ISO Standard sizes: A0, A1, A2, A3, A4, A5 or North American paper sizes: Letter, Legal, Tabloid/Ledger (for ledger, select landscape orientation) | print/1 | |||||||
| print_pdf_mpdf_toc Table of contents |
Generate auto table of contents with PDF | print/1 | |||||||
| print_pdf_mpdf_toclinks Link TOC with content |
Link table of contents headings with content in the PDF | print/1 | |||||||
| print_pdf_mpdf_tocheading TOC heading |
Heading to be displayed above the table of contents | print/1 | |||||||
| print_pdf_mpdf_toclevels PDF TOC levels |
These will be automatically created from the content; the default will be heading 1, heading 2 and heading 3 - for example, H1 | H2 | H3. | print/1 | |||||
| print_pdf_mpdf_pagetitle Show Page title |
Print wiki page title with pdf | print/1 | |||||||
| print_pdf_mpdf_header PDF header text |
Possible values, Plain text, HTML, Wiki syntax, {PAGENO},{PAGETITLE},{DATE j-m-Y}, Page {PAGENO} of {NB}, | print/1 | |||||||
| print_pdf_mpdf_footer PDF footer text |
HTML, Wiki Syntax, plain text, {PAGENO}, {DATE j-m-Y}, Page {PAGENO} of {NB}. | print/1 | |||||||
| print_pdf_mpdf_margin_left Left margin |
Numeric value.For example 10 | print/1 | |||||||
| print_pdf_mpdf_margin_right Right margin |
Numeric value, no need to add px. For example 10 | print/1 | |||||||
| print_pdf_mpdf_margin_top Top margin |
Numeric value, no need to add px. For example 10 | print/1 | |||||||
| print_pdf_mpdf_margin_bottom Bottom margin |
Numeric value, no need to add px. For example 10 | print/1 | |||||||
| print_pdf_mpdf_margin_header Header margin from top of document |
Only applicable if the header is set. Specify a numeric value, and there is no need to add "px". For example, 10. | print/1 | |||||||
| print_pdf_mpdf_margin_footer Footer margin from bottom of document |
Only applicable if the footer is set. Specify a numeric value, and there is no need to add "px". For example, 10. | print/1 | |||||||
| print_pdf_mpdf_hyperlinks Hyperlink behaviour in PDF |
print/1 | ||||||||
| print_pdf_mpdf_autobookmarks PDF Bookmarks |
Automatically generate bookmarks | print/1 | |||||||
| print_pdf_mpdf_columns Number of columns |
print/1 | ||||||||
| print_pdf_mpdf_password PDF password for viewing |
Password-protect the generated PDF. | print/1 | |||||||
| print_pdf_mpdf_watermark Watermark text |
PDF watermark text, if any | print/1 | |||||||
| print_pdf_mpdf_watermark_image Watermark Image URL |
The watermark image will appear under the text. Enter the complete image URL. | print/1 | |||||||
| print_pdf_mpdf_background PDF page background color |
Enter a valid CSS color code. | print/1 | |||||||
| print_pdf_mpdf_background_image PDF page background image |
Enter the full URL. | print/1 | |||||||
| print_pdf_mpdf_coverpage_text_settings CoverPage text settings |
Heading | Subheading | Alignment | Background color | Text color | Page border | Border color. Enter settings separated by | . Leave blank to use default settings. | print/1 |
| print_pdf_mpdf_coverpage_wiki CoverPage wiki |
Name of the wiki page that will be used for the text of the coverpage. | print/1 | |||||||
| print_pdf_mpdf_coverpage_settings CoverPage settings |
Background color | Page border | Border color. Enter settings separated by | . Leave blank for default settings. Sequence is important, for example #fff |
1 | #000 | print/1 | ||
| print_pdf_mpdf_coverpage_image_settings Coverpage image URL |
Enter the full URL. | print/1 | |||||||
| print_pdf_mpdf_allow_unsafe_ssl_requests Allow Unsafe SSL Requests |
Allow curl unsafe ssl request | print/1 | |||||||
| print_pdf_mpdf_debug Debug mPDF output |
Saves a copy of the html sent to mPDF in the temp directory | print/1 | |||||||
| print_wiki_authors Print wiki authors |
Include wiki page authors and date in print versions of wiki pages. | print/1 | |||||||
| print_pdf_modules Print modules |
Modules to show on when print a page | print/1 | |||||||
| print_original_url_wiki Print original wiki URL |
Include original wiki page URL in print versions of wiki pages. | print/1 | |||||||
| print_original_url_tracker Print original tracker item URL |
Include original wiki page URL in print versions of wiki pages. | print/1 | |||||||
| print_original_url_forum Print original forum post URL |
Include original forum post URL in print version of forum posts. | print/1 | |||||||
| profile_sources Repository URLs |
List of URLs for the profile repositories that will be used | profiles/3 | |||||||
| profile_channels Data channels |
Data channels are templates that can be applied from a post request. They can be used to automate work on more complex installations. | profiles/3 | |||||||
| profile_unapproved Developer mode |
For profiles under an approval workflow, always use the latest version, even if not approved. | profiles/3 | |||||||
| profile_autoapprove_wikiplugins Automatically approve wiki-plugins on pages installed by profiles |
Some wiki-plugins require admin approval before they are executable. If turned on, then all wiki-plugins that are on wiki pages created via profiles are automatically approved. | textarea/2, profiles/3 | |||||||
| proxy_host Proxy host name |
Proxy host - without http:// or similar, just the host name | general/2 | |||||||
| proxy_port Port |
Proxy port | general/2 | |||||||
| proxy_user Proxy username |
general/2 | ||||||||
| proxy_pass Proxy password |
general/2 | ||||||||
| pwa_feature Progressive Web Application Mode |
Allow Tiki to be used offline and be installed in a mobile device. | features/1 | |||||||
| pwa_cache_links Links to cache in PWA Mode |
List of links to be cached when PWA is enabled | features/1 | |||||||
| quantify_changes Quantify change size |
In addition to tracking the changes, track the change size and display approximately how up-to-date the page is. | i18n/1 | |||||||
| queued_tasks_js_processing_disabled Disable Web Queue Processing using AJAX calls to trigger background task processing |
When enabled, queued tasks will only be processed via CLI command (taskqueue:process). Web-based processing via JavaScript polling will be disabled, but status polling remains active. | general/1 | |||||||
| rating_advanced Advanced Rating |
In an advanced rating system, the options and calculation method can be configured. | rating/1 | |||||||
| rating_recalculation Rating recalculation mode |
Determines when and how rating aggregates are recalculated. Depending on the site load, some options may be preferred to others. On large-volume sites, it should be done as a cron job. On vote recalculation, there may be inaccuracies if rating calculation is time-dependent. | rating/1 | |||||||
| rating_recalculation_odd Recalculation odds (1 in X) |
Dice roll performed on every request. When successful, will recalculate a certain number of votes. | rating/1 | |||||||
| rating_recalculation_count Recalculation count |
How many ratings should be recalculated when odds strike. | rating/1 | |||||||
| rating_smileys Smiley Ratings |
Displays smiley faces or emojis in a simple ratings system with an easy-to-use interface. Works with 0-11 only, depending on the configuration. | rating/1 | |||||||
| rating_results_detailed Detailed rating results |
Displays a table with the result count and percentage per rating option. | rating/1 | |||||||
| rating_options_reversed Reversed Rating Options |
Displays the ratings options in reverse. | rating/1 | |||||||
| rating_results_detailed_percent Include percentages in the detailed rating results |
Include percentages in the detailed rating results. Otherwise, only count numbers and bars are shown. | rating/1 | |||||||
| rating_default_options Default rating options |
List of options available. | rating/1 | |||||||
| rating_allow_multi_votes Multiple votes per user |
Allow users to vote multiple times in the same poll. | rating/1 | |||||||
| realtime_port Realtime port |
The port used to access this server; if not specified, port 8080 will be used | general/2 | |||||||
| realtime_full_base_url Realtime base URL |
Full WebSocket base URL for the realtime server. When set, it overrides host/port derived from Tiki preferences. Example: ws://localhost:8080/ | general/2 | |||||||
| recaptcha_enabled Use reCAPTCHA |
Use reCAPTCHA, a specialized captcha service, instead of default CAPTCHA | login/1, security/2 | |||||||
| recaptcha_pubkey Site key |
reCAPTCHA public key obtained after registering. | login/1, security/2 | |||||||
| recaptcha_privkey Secret key |
reCAPTCHA private key obtained after registering. | login/1, security/2 | |||||||
| recaptcha_theme reCAPTCHA theme |
Choose a theme for the reCAPTCHA widget. | login/1, security/2 | |||||||
| recaptcha_version Version |
reCAPTCHA version. | login/1, security/2 | |||||||
| record_untranslated Record untranslated strings |
Keep track of the unsuccessful attemps to translate strings. | i18n/1 | |||||||
| redis_enabled Redis |
Enable connection to Redis to store cache. | performance/7 | |||||||
| redis_host Redis Host |
IP address or domain name for Redis server. | performance/7 | |||||||
| redis_port Redis Port |
Port for Redis server. | performance/7 | |||||||
| redis_timeout Redis connection timeout |
Seconds to wait before timeout when trying to connect to Redis. 0 means unlimited. | performance/7 | |||||||
| redis_prefix Redis Prefix |
When the Redis cluster is used by multiple applications, using unique prefixes for each of them helps avoid conflicts. Leave blank for none. | performance/7 | |||||||
| redis_expiry Redis cache expiry |
Duration for which the cache will be kept. 0 means unlimited. | performance/7 | |||||||
| resetpasswordlink_expiry Reset password token expiry time |
Time in minutes before a reset password link expires. | general/1 | |||||||
| restrict_language Restrict supported languages |
Limit the languages made available on the site. | i18n/1 | |||||||
| saml_auth_enabled Enable SAML Auth |
login/7 | ||||||||
| saml_idp_entityid IdP Entity Id |
Identifier of the IdP entity ("Issuer") | login/7 | |||||||
| saml_idp_sso Single sign-on service URL |
SSO endpoint info of the IdP, the URL target of the IdP where the SP will send the Authentication Request ("SAML 2.0 Endpoint (HTTP)") | login/7 | |||||||
| saml_idp_slo Single log-out service URL |
SLO endpoint info of the IdP, the URL target of the IdP where the SP will send the SLO Request ("SLO Endpoint (HTTP)") | login/7 | |||||||
| saml_idp_x509cert X.509 certificate |
Public x509 certificate of the IdP. ("X.509 certificate") | login/7 | |||||||
| saml_options_autocreate Create user if not registered in Tiki |
Auto-provisioning - if the user doesn't exist, Tiki will create a new user with the data provided by the IdP. Review the Mapping section. |
login/7 | |||||||
| saml_options_sync_group Sync user group with IdP data |
This should be enabled to sync groups with the IdP. | login/7 | |||||||
| saml_options_slo Enable Single Logout Service |
The "logout" function logs out the user from the Tiki site, the identity provider and all connected service providers | login/7 | |||||||
| saml_options_skip_admin Use Tiki authentication for Admin log-in |
The user “admin” will be authenticated by only using Tiki’s user database. This option has no effect on users other than “admin”. | login/7 | |||||||
| saml_option_default_group Default group |
When provisioning a new user and not group found, assign that group | login/7 | |||||||
| saml_option_account_matcher Account matcher |
Select the field to be used to find the user account. If the "email" field is selected, keep in mind that if users change their email address, then the link with the IdP account will be lost. | login/7 | |||||||
| saml_option_login_link_text Log-in link text |
The text that appears on the log-in page | login/7 | |||||||
| saml_attrmap_username SAML attribute that will be mapped to the Tiki username |
The SAML attribute that will be mapped to the Tiki username. | login/7 | |||||||
| saml_attrmap_mail SAML attribute that will be mapped to the Tiki email |
The SAML attribute that will be mapped to the Tiki email. | login/7 | |||||||
| saml_attrmap_group SAML attribute that will be mapped to the Tiki group |
The SAML attribute that will be mapped to the Tiki email. For example the eduPersonAffiliation | login/7 | |||||||
| saml_groupmap_admins Admins |
Set here the values of the IdP related to the user group info that will be matched with the Admins group. | login/7 | |||||||
| saml_groupmap_registered Registered |
Set here the values of the IdP related to the user group info that will be matched with the Registered group. | login/7 | |||||||
| saml_advanced_debug Debug Mode |
Enable debug mode when your are debugging the SAML workflow. Errors and warnings will be showed.. | login/7 | |||||||
| saml_advanced_sp_entity_id Service Provider Entity ID |
Set the Entity ID for the service provider. It is recommended to set as the SP Entity ID the URL where the metadata of the service provider is published. If not provided, the toolkit will use "php-saml" as the SP entityID. | login/7 | |||||||
| saml_advanced_nameidformat Requested NameIDFormat |
Specifies constraints on the name identifier to be used to represent the requested subject. | login/7 | |||||||
| saml_advanced_requestedauthncontext Requested AuthnContext |
Authentication context: unselect all to accept any type, otherwise select the valid contexts. | login/7 | |||||||
| saml_advanced_idp_lowercase_url_encoding Enable Lowercase URL encoding |
Some IdPs such as ADFS can use lowercase URL encoding, but the plugin expects uppercase URL encoding, so enable it to fix incompatibility issues.. | login/7 | |||||||
| saml_advanced_nameid_encrypted Encrypt nameID |
login/7 | ||||||||
| saml_advanced_authn_request_signed Sign AuthnRequest |
The samlp:AuthnRequest messages sent by this SP will be signed | login/7 | |||||||
| saml_advanced_logout_request_signed Sign LogoutRequest |
The samlp:logoutRequest messages sent by this SP will be signed | login/7 | |||||||
| saml_advanced_logout_response_signed Sign LogoutResponse |
The samlp:logoutResponse messages sent by this SP will be signed | login/7 | |||||||
| saml_advanced_metadata_signed Sign Metadata |
The Metadata published by this SP will be signed | login/7 | |||||||
| saml_advanced_want_message_signed Reject Unsigned Messages |
Reject unsigned samlp:Response, samlp:LogoutRequest and samlp:LogoutResponse received | login/7 | |||||||
| saml_advanced_want_assertion_signed Reject Unsigned Assertions |
Reject unsigned saml:Assertion received | login/7 | |||||||
| saml_advanced_want_assertion_encrypted Reject Unencrypted Assertions |
Reject unencrypted saml:Assertion received | login/7 | |||||||
| saml_advanced_retrieve_parameters_from_server Retrieve Parameters From Server |
Sometimes when the app is behind a firewall or proxy, the query parameters can be modified an this affects the signature validation process on HTTP-Redirect binding. Active this when you noticed signature validation failures, the plugin will try to extract the original query parameters. | login/7 | |||||||
| saml_advanced_sp_x509cert Service Provider X.509 certificate |
Public x509 certificate of the SP | login/7 | |||||||
| saml_advanced_sp_privatekey Service Provider Private Key |
Private key of the SP | login/7 | |||||||
| saml_advanced_sign_algorithm Signature Algorithm |
Algorithm that the toolkit will use on the signing process | login/7 | |||||||
| scheduler_stalled_timeout Scheduler stalled after (minutes) |
Set a scheduler to stall if the running time is long. Set 0 to disable stall detection. | general/1 | |||||||
| scheduler_notify_on_stalled Notify on stalled, healed and failed schedulers |
Send an email notification when a stalled, healed or failed scheduler is detected. | general/1 | |||||||
| scheduler_notify_admins Notify all administrators |
Notify all administrators (in addition to any specific users listed below). | general/1 | |||||||
| scheduler_users_to_notify_on_stalled Users to notify on stalled, healed and failed tasks |
List of users/emails separated by comma to be notified when a scheduler task is stalled, healed, or failed.Ex: admin,operations@example.comIf empty and "Notify admins" is checked, notifications will be sent to all administrators. |
general/1 | |||||||
| scheduler_healing_timeout Self healing after (minutes) |
Self healing resets a stalled scheduler automatically after the timeout set. 0 disables self healing | general/1 | |||||||
| scheduler_keep_logs Number of logs to keep |
0 will keep all logs | general/1 | |||||||
| scheduler_delay Delay scheduled time (minutes) |
When calculating if the jobs should run, take the delay into consideration | general/1 | |||||||
| scheduler_last_run_warning_minutes Minutes hold warning message |
Minutes to hold admin warning message when scheduler was not executed recently, set 0 (zero) to not display the message. | general/1 | |||||||
| scheduler_last_run_timestamp Timestamp scheduler last run |
Timestamp when the scheduler run for the last time. | ||||||||
| scheduler_shell_command Allow shell command execution |
Give the possibility to execute shell commands. | general/1 | |||||||
| scorm_enabled SCORM support |
Handle SCORM package files on upload. SCORM is a standard used in learning management systems. | fgal/6 | |||||||
| scorm_tracker SCORM Tracker |
The ID number of the tracker used to store SCORM metadata | fgal/6 | |||||||
| search_parsed_snippet Parse search results |
When enabled search results are parsed so content formatting is visible in the search results | performance/9, search/2 | |||||||
| search_default_where Default where |
When object filter is not on, limit to search one type of object | search/2 | |||||||
| search_default_interface_language Restrict search language by default |
Only search content that is in the interface language, otherwise show the language menu. | i18n/1, search/2 | |||||||
| search_autocomplete Autocomplete page names |
Automatically complete page names as the user starts typing. For example the user types the start of the wiki page name “Sear” and Tiki returns “Search”, “Search General Settings”, etc | search/1 | |||||||
| search_show_category_filter Category filter |
category/1, search/2 | ||||||||
| search_show_tag_filter Tag filter |
search/2 | ||||||||
| search_show_sort_order Sort order |
search/2 | ||||||||
| search_use_facets Use facets for default search interface |
Facets are dynamic filters generated by the search engine to refine the search results. The feature may not be supported for all search engines. | search/2 | |||||||
| search_facet_default_amount Facet result count |
Default number of facet results to obtain | search/2 | |||||||
| search_index_outdated Search index outdated |
Number of days to consider the search index outdated | search/1 | |||||||
| search_error_missing_field Show error on missing field |
When using List plugin to specify certain fields, especially tracker fields, this check helps ensure their names were entered correctly. | search/1 | |||||||
| search_file_thumbnail_preview File thumbnail preview |
Have a preview of attachments in search results | search/1 | |||||||
| search_date_facets Use date histogram aggregations |
Use date histogram aggregations (facets) when indexing, requires Elasticsearch | search/2 | |||||||
| search_date_facets_interval Date histogram aggregations interval |
Default interval for date histogram aggregations. Use "year, quarter, month, week, day, hour, minute, second" or Elasticsearch Time units as descibed here https://www.elastic.co/guide/en/elasticsearch/reference/5.6/common-options.html#time-units |
search/2 | |||||||
| search_date_facets_ranges Date range aggregations ranges |
Default ranges for date range aggregations. Comma separated ranges, one per line using Elasticsearch Time date math as descibed here https://www.elastic.co/guide/en/elasticsearch/reference/5.6/common-options.html#date-math |
search/2 | |||||||
| search_excluded_facets Excluded facets |
List of facets (a.k.a. aggregations) to exclude from the default search results | search/2 | |||||||
| search_avoid_duplicated_facet_labels Avoid Duplicated Facets |
Avoid Facets appearing with the same name, usually by appending the Tracker name. | ||||||||
| search_did_you_mean Did you mean |
The "Did you mean" feature suggests corrected or alternative search terms when a user's query has spelling errors or unclear phrasing, improving search accuracy and user experience. | search/2 | |||||||
| section_comments_parse Parse wiki syntax in comments |
Parse wiki syntax in comments in all sections apart from Forums Use "Accept wiki syntax" for forums in admin forums page |
comments/1, textarea/1 | |||||||
| security_warn_htaccess_mismatch Warn when .htaccess diverges |
Alert admins if the active .htaccess differs from the bundled _htaccess. | security/1 | |||||||
| sefurl_short_url Short URL |
Provides the ability to create a short url, easy to share. | sefurl/1 | |||||||
| sefurl_short_url_base_url Short URL base URL |
The base URL that is used when generating short URLs, including the HTTP prefix, example: "http://www.example.com". By default will use the URL of the current website. | sefurl/1 | |||||||
| sender_email Sender email |
Email address that will be used as the sender for outgoing emails. | general/1 | |||||||
| sender_name Sender full name |
Real name that will be used as the sender for outgoing emails | general/1 | |||||||
| server_timezone Time zone |
Indicates the default time zone to use for the server. | general/4 | |||||||
| server_domain Server domain name |
The value that will be used by default as the server domain name of your Tiki site. | general/1 | |||||||
| session_storage Session storage location |
Select where the session information should be stored. Memcache sessions require memcache to be configured. | general/2 | |||||||
| session_lifetime Session lifetime |
general/2 | ||||||||
| session_silent Silent session |
Do not automatically start sessions. | performance/10 | |||||||
| session_cookie_name Session cookie name |
Session cookie name used instead of the PHP default configuration | general/2 | |||||||
| session_protected Protect all sessions with HTTPS |
Always redirect to HTTPS to prevent a session hijack through network sniffing. | login/1, security/1 | |||||||
| share_display_links Display links on the share page |
share/1 | ||||||||
| share_token_notification Token notification |
Users can subscribe to the notifications of consultation of the token. | share/1 | |||||||
| share_contact_add_non_existant_contact Add contact |
If not already in the list, recipients are added to the list of contacts. | share/1 | |||||||
| share_display_name_and_email Display name and email |
If the user is connected, the name and email will display in the page. | share/1 | |||||||
| share_can_choose_how_much_time_access Number of times accessed |
User can choose how many times the share page can be consulted. | share/1 | |||||||
| share_max_access_time Maximum number of times accessed |
Maximum number of times that the shared page can be consulted | share/1 | |||||||
| shib_group Default group |
The name of the default group | login/6 | |||||||
| shib_usegroup Create with default group |
login/6 | ||||||||
| shib_affiliation Valid affiliations |
A list of affiliations which will allow users to log in to this wiki | login/6 |