Using a Custom Page
Tiki also allows you to use any valid web page as the Home Page. This could be a static HTML page, a Flash-based video, or anything else.
First you need to create a simple HTML file that will become your site's home page. Here is an example:
<html> <head> <title>Welcome</title> </head> <body> <h1>My Site</h1> <p>Welcome to my web site.</p> <p><a href="tiki-index.php?page=HomePage">Click Here</a> to enter.</p> </body> </html>
This is a very simple page that contains a link to the wiki page named HomePage.
Name this HTML page new_home.html and copy it to your web host. Place the new_home.html in the same directory in which you originally installed Tiki.
Now let's set this new page as the site's home page:
From the Navigation tab of the General control panel:
- Enable the Use custom hompage option, and enter the name (including relative path, if necessary) of the HTML file you created (new_home.html).
- Click Apply. Tiki saves the information and reloads the page.
Now logout. Tiki automatically displays your new home page.
Copyright
This guide is based on content originally published by KeyContent.org.
This guide is Copyright (C) 2007-2013, 2019 by Rick Sapir and others under a Creative Commons Attribution-Share Alike 4.0 License. Some rights reserved.
Essentially, you are are free:
|
to Share — to copy, distribute and transmit the work |
|
to Remix — to adapt the work |
Under the following conditions:
|
Attribution. You must attribute the work to me, as the original licencor, but not in any way that suggests that I endorse you or your use of the work. Fair attribution includes a return link to http://tikiforsmarties.com (for online use) and mention of primary author (Rick Sapir) and original publisher (KeyContent.org). |
|
Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under the same, similar or a compatible license. |
Please read http://creativecommons.org/licenses/by-sa/3.0/legalcode for the full license.
Tiki®, TikiWiki® and the Tiki logo are registered trademarks of the Tiki Software Community Association, used with permission.