History: PluginRedirect
Preview of version: 5
Table of contents
Wiki Plugin Redirect
Introduction
This wiki plugin is available at mods.tikiwiki.org and provides a very quick way to redirect one wiki page to another.
The source code is in the mods CVS area, so if you want to improve it cvs co mods and get on with it! 😊
Installation
Installation from the .tar.gz file is easy, just copy the wikiplugin_redirect.php to your lib/wiki-plugins/ folder in your Tiki site.
How to use
To use, just put:
Copy to clipboard
{REDIRECT(page=>PageToGoto,delay=>10,msg=>"Text to display on redirection page")/}
How to edit the redirect page?
Q:How do you go back to original page for editing...
A: /tiki-editpage.php?page=TheTargetPageWithTheRedirectPlugin
Warnings!
- It does not check permissions
- It only works to another wiki page
- Watch out for loops, there is no check for an infinite loop situation!
- There is no warning or you will be redirected in 5 seconds message; it's instant!
Finallly
Enjoy It!