General preferences and settings
rate it!
rate it!
1 : Yes
0 : No
General Admin
Click the General iconThese settings apply site-wide to your Tiki. Some General preferences require specific features to be enabled on the Features Admin panel.
General Preferences Tab
| Setting | Description |
|---|---|
| Release Check | |
| Tiki version | Displays your current Tiki version. Click Reset or Upgrade Your Database to run the Tiki installer. |
| Check for updates automatically | If enabled, Tiki will automatically check for new updates (based on your Check frequency selection) each time you access the Admin Home page. Click Check for Updates Now to perform an update check. |
| Site Identity | |
| Browser title | The text to include in the |
| Sender email | The return email address used by Tiki when sending Mail notifications. |
| Home Page | |
| Use group homepages | Specify that each group has its own homepage. After a user logs in, they will be taken to the group's home page. Use the Groups management panel to define the homepage for each group. If the Go to group homepage only if login from default homepage option is enabled, the user will be taken to the groups homepage only if they logged in from the Tiki default homepage. |
| Use TikiWiki feature as homepage | Select the home page for your Tiki. Select from the list of enabled features such as wiki, articles, or blog. |
| Use different URL as home page | Specify any valid URL as the home page for your Tiki. This must be a fully qualified URL. For example, if you want to use a different wiki page (other than HomePage) as your Tiki's home, use: tiki-index.php?page=PAGENAME. This option will override the Use TikiWiki feature as homepage setting. |
| Miscellaneous | |
| Server OS | Select the operating system of the server hosting your Tiki: Unix, Windows, or Other/Unknown. Tiki will attempt to recognize your server. |
| Smarty security | |
| Use PEAR::Date library | |
| Default charset for sending mail: | Specify the character encoding |
| Mail end of line | Specify the end-of-line (EOL) character used by Tiki when sending mail notifications: CRLF or LF. |
| Logging and Reporting | |
| PHP error reporting level | Specify how Tiki should report any PHP errors: No reporting, All reporting, or All reporting except notices. If Visible to Admin only is enabled, errors will be shown to only the Admin user. If Include Smarty notices is enabled, any Smarty notices will be shown, too. |
| Log mail in Tiki logs | If enabled, a line of type mail will be included in the System Log with the destination address and subject of each email sent. |
| Log SQL | If enabled, all SQL queries will be registered in the database in the adodb_logsql table. Use the Log queries using more than option to limit the logging of queries to queries that use a specific amount of time. Caution: Do not enable this feature all the time. It can be very resource intensive and will impact performance. |
| CSRF Security | |
| Require confirmation if possible CSRF detected. | |
| Protect against CSRF with ticket. |
General Settings tab
| Setting | Description |
|---|---|
| Close site | Use this setting to "close" your Tiki (such as for maintenance). Users attempting to access your site will see only a login. Only users with specific permission will be allowed to log in. Use the Message to display to specify the message that visitors will see when attempting to access your site. |
| Close site when server load is above the threshold | Use this option to "close" your Tiki when the server load exceeds a specific threshold. Only users with specific permission will be allowed to log in. Use Maximum average server load threshold in the last minute to define the maximum server load. Use the Message to display to specify the message that visitors will see when attempting to access your site. |
| Use proxy | Specify if your server requires a proxy to access external web pages (i.e. to cache them). If selected, specify the Proxy Host and Proxy Port. |
| On permission denied, display login module | |
| Performance | |
| Cache external pages | Specify if external pages are cached and stored on your server. |
| Cache external images | Specify if external images are cached and stored on your server. |
| GZip output | Specify if Tiki should use GZIP |
| Session | |
| Store session data in database | Specify if session data will be stored in the database instead of memory. Use this feature to share load between servers. |
| Session lifetime | Specify the session time. (0 will use the default session.gc_maxlifetime, defined in php.ini). If session uses files, the files will go in the temporary directory. |
| Contact | |
| Allow anonymous visitors to use the "Contact Us" feature | |
| Contact user | Specify the user who receives mail from the Contact Us |
| Miscellaneous | |
| Count admin pageviews. | Specify if the Tiki statistics will include page views from users with Admin permission. |
| Temporary directory | A directory on your web server to use for temporary files. Note: You must have write- access to this directory. It is also where your session files if saved on disk will go. If you do not want interference with other application than redefines the session lifetime, it is better to define a directory specific to tikiwiki. |
| Help System | Use to enable the TikiWiki online help system. Use the Help URL to specify the root URL for your Tiki's online help. To use the default Tiki help on this site, use: http://doc.tikiwiki.org/tiki-index.php?page= |
| Show user's real name instead of login | |
| Highlight group | |
| Show user's contribution on the user information page | |
| Display UserTracker information on the user information page: | |
| Separators | |
| Locations | The icon used in the breadcrumbs when displaying the category or structure path. |
| Choices | Choices separator: | The character used to separate choices whenever they appear. |
Date and Time Formats tab
| Parameter | Description |
|---|---|
| Default timezone | Select the default timezone for your site. You can also specify if Tiki will Use site default to show times or if attempt to Detect user timezone. |
| Date and Time formats | Specify the Long Date, Short Date, Long Time,and Short Time formats. The following table lists the possible format strings |
| Fields display order |
Date and Time Formats
| Day | |
| %a | Abbreviated weekday name according to the current locale |
| %A | Full weekday name according to the current locale |
| %d | Day of the month as a decimal number (range 01 to 31) |
| %e | Day of the month as a decimal number, a single digit is preceded by a space (range 1 to 31) |
| %u | Day of the week as a decimal, with 1 representing Monday (range 1 to 7) |
| %w | Day of the week as a decimal, with 0 being Sunday (range 0 to 6) |
| %j | Day of the year as a decimal number (range 001 to 366) |
Week | |
| %U | Week number of the current year as a decimal number, starting with the first Sunday as the first day of the first week |
| %W | Week number of the current year as a decimal number, starting with the first Monday as the first day of the first week |
| %V | The ISO 8601:1988 week number of the current year as a decimal number, range 01 to 53, where week 1 is the first week that has at least 4 days in the current year, and with Monday as the first day of the week. (Use %G or %g for the year component that corresponds to the week number for the specified timestamp.) |
Month | |
| %b | Abbreviated month name according to the current locale |
| %B | Full month name according to the current locale |
| %m | Month as a decimal number (range 01 to 12) |
Year | |
| %C | Century number (the year divided by 100 and truncated to an integer, range 00 to 99) |
| %G | The 4-digit year corresponding to the ISO week number (see %V). This has the same format and value as %Y, except that if the ISO week number belongs to the previous or next year, that year is used instead. |
| %g | Like %G, but without the century. |
| %y | Year as a decimal number without a century (range 00 to 99) |
| %Y | Year as a decimal number including the century |
Time | |
| %H | Hour as a decimal number using a 24-hour clock (range 00 to 23) |
| %I | Hour as a decimal number using a 12-hour clock (range 01 to 12) |
| %M | Minute as a decimal number |
| %p | Either am or pm according to the given time value, or the corresponding strings for the current locale |
| %r | Time in a.m. and p.m. notation |
| %R | Time in 24 hour notation |
| %S | Second as a decimal number |
| %T | Current time, equal to %H:%M:%S |
Notes | |
| %c | Preferred date and time representation for the current locale |
| %x | Preferred date representation for the current locale without the time |
| %X | Preferred time representation for the current locale without the date |
| %D | Same as %m/%d/%y |
| %h | Same as %b |
| %n | Newline character |
| %t | Tab character |
| %Z or %z | Time zone or name or abbreviation |
| %% | A literal % character |
See the PHP Manual
Admin Password tab
Use this tab to change the password for your administrator (Admin) account.
Contributors to this page: ricks99
,
marclaporte
,
campbe13
,
flejay
,
matwho
,
xavi
,
sylvie
,
dthacker
,
Damian
,
Nosklo
,
mose
and
system
.
Page last modified on Sunday 10 May, 2009 02:46:22 UTC by ricks99
.
Sidebar
Sidebar
To register
To have an account at this site, please register at Tikiwiki.org
, and then use that user name and password to log in here.
