HTML Pages | |
Most TikiWiki content pages (such as wiki pages, blogs, articles, and so on) in Tiki are created using Tiki's Wiki Syntax and plugins. However, there may be some pages where you want to make a page entirely with HTML, for example if you want to create a web form, or a splash page, or some other kind of special content. Layout: The HTML Pages feature is still within the CMS, so the same layout can apply, or not (it's optional).
Note: You can also place normal HTML created by any web design software files in TikiWiki's main directory and set one of them as the "home page" — a good idea if you are finding that the tiki CMS is slow to load for first time visitors. See Custom Home for more information |
Static or Dynamic HTML Pages | |
Use Tiki's HTML Pages to create content pages using pure HTML (or XHTML) syntax. HTML pages can be static or dynamic. Note:
|
Static vs Dynamic HTML pages | |
When creating an HTML page, you can specify if the page is dynamic or static.
|
Editing a page | |
After enabling the HTML option, to edit HTML pages, select Admin > HTML Pages follow application menu. A screen similar to the following one will be displayed:
|
Editing dynamic zones for a page | |
This is a screen where you can edit the dynamic zones for a page:
When a page is accessed using tiki-page.php?pageName=some the page will be rendered replacing the dynamic zones by their values, if no value is found then the zone is displayed as blank. Now is where the difference between a static or a dynamic page can be noticed:
|
How do dynamic pages work? | |
So how do dynamic pages work? Simple! In dynamic pages an invisible "iframe" is used along with the page. This invisible frame is reloaded at the interval specified as the page refresh rate. The invisible frame picks the values for dynamic zones from the database and using javascript updates the page dynamic zones without regenerating the page. |
Permissions | |
The following permissions can be used to control HTML pages:
alias
|