Tiki has a help feature (preference name: feature_help) which activates links from within the application to the Tiki documentation. You can specify a Help URL that contains customized help pages. By default, the Help system uses http://doc.tiki.org/
As features are added (or in some cases renamed.
All the links from Tiki instances of all currently supported versions should work
The information below is to help coordinate this process
This page is to list all the pages which are linked from the application. This is supposed to be approximately the same list as Keywords.
Along with All Plugins and All modules, we should try to make sure all these links actually point to somewhere. At least with a stub so users can become contributors.
Hard-coded help page links
To generate
After you can copy the content of each file to the appropriate section
The pages
Monday April 06, 2026
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Help links from Admin Configuration panel
Copy to clipboard
grep -E "'help'\s*=>" admin/define_admin_icons.php \ | sed -E "s/.*'help'\s*=>\s*'([^']+)'.*/\1/" \ | sort -u \ | awk '{ if ($0 ~ /^https?:\/\//) { print "[" $0 "]~|~ ~|~" } else { print "((" $0 "))~|~ ~|~" } }'
Monday April 06 2026, 21:14 UTC
| Articles~ | ~ ~ | ~ |
| Banner-Admin~ | ~ ~ | ~ |
| Blog~ | ~ ~ | ~ |
| Calendar~ | ~ ~ | ~ |
| Categories-Admin~ | ~ ~ | ~ |
| Comments~ | ~ ~ | ~ |
| Community~ | ~ ~ | ~ |
| Connect~ | ~ ~ | ~ |
| Copyright~ | ~ ~ | ~ |
| Directory~ | ~ ~ | ~ |
| FAQ~ | ~ ~ | ~ |
| Features-Admin~ | ~ ~ | ~ |
| Feeds User~ | ~ ~ | ~ |
| Feeds-User~ | ~ ~ | ~ |
| File Gallery~ | ~ ~ | ~ |
| File-Gallery~ | ~ ~ | ~ |
| Forums-Admin~ | ~ ~ | ~ |
| General-Admin~ | ~ ~ | ~ |
| i18n~ | ~ ~ | ~ |
| InterTiki~ | ~ ~ | ~ |
| Inter-User-Messages~ | ~ ~ | ~ |
| Login-Config~ | ~ ~ | ~ |
| Look-and-Feel~ | ~ ~ | ~ |
| Maps~ | ~ ~ | ~ |
| Mautic~ | ~ ~ | ~ |
| Meta Tags~ | ~ ~ | ~ |
| Meta-Tags~ | ~ ~ | ~ |
| Module~ | ~ ~ | ~ |
| Orphan preferences~ | ~ ~ | ~ |
| Packages~ | ~ ~ | ~ |
| Payment~ | ~ ~ | ~ |
| Performance~ | ~ ~ | ~ |
| Polls~ | ~ ~ | ~ |
| Print-Setting-Admin~ | ~ ~ | ~ |
| Profiles~ | ~ ~ | ~ |
| Rating~ | ~ ~ | ~ |
| RTC~ | ~ ~ | ~ |
| Score~ | ~ ~ | ~ |
| Search~ | ~ ~ | ~ |
| Search-Engine-Friendly-URL~ | ~ ~ | ~ |
| Security~ | ~ ~ | ~ |
| Semantic-Admin~ | ~ ~ | ~ |
| SEO preferences~ | ~ ~ | ~ |
| Share~ | ~ ~ | ~ |
| Social-Networks~ | ~ ~ | ~ |
| Statistics-Admin~ | ~ ~ | ~ |
| Tags~ | ~ ~ | ~ |
| Text-area~ | ~ ~ | ~ |
| Trackers-Admin~ | ~ ~ | ~ |
| User Settings~ | ~ ~ | ~ |
| User-Settings~ | ~ ~ | ~ |
| Video-Admin~ | ~ ~ | ~ |
| Webmail~ | ~ ~ | ~ |
| WebServices~ | ~ ~ | ~ |
| Wiki-Config~ | ~ ~ | ~ |
| Workspace~ | ~ ~ | ~ |
| Wysiwyg~ | ~ ~ | ~ |
| WYSIWYG~ | ~ ~ | ~ |
Links from t.o to doc.t.o
The following link to doc.t.o from t.o:
ldoc.sh
Copy to clipboard
grep -r \ --exclude-dir=node_modules \ --exclude-dir=vendor \ --exclude-dir=vendor_bundled \ --exclude-dir=public \ --exclude-dir=.git \ --exclude-dir=themes \ -E "\(\(doc:[^)]*\)\)|\[https?://doc\.tiki\.org[^]]*\]" "${1:-.}" \ | sed -E ' s/^.*(\(\(doc:[^)]*\)\)).*$/\1/; t; s/^.*(\[https?:\/\/doc\.tiki\.org[^]]*\]).*$/\1/ ' \ | sort -u \ | grep -v '^$' \ | awk '{print " " $0 " "}'
Monday April 06, 21:14 UTC
| [http://doc.tiki.org|official documentation] | ||
| [http://doc.tiki.org/Wiki-syntax] | ||
| [http://doc.tiki.org/Wiki-syntax|위키 문법] | ||
| [http://doc.tiki.org/Wiki-syntax|la syntaxe wiki] | ||
| [http://doc.tiki.org/Wiki-syntax|sintaxis wiki] | ||
| [http://doc.tiki.org/Wiki-syntax|sintaxi wiki] | ||
| [http://doc.tiki.org/Wiki-syntax|wiki syntax] | ||
| [http://doc.tiki.org/Wiki-syntax|Wiki Syntax] | ||
| [http://doc.tiki.org/Wiki-syntax|תחביר ויקי] | ||
| [http://doc.tiki.org|דוקומאנטציה רישמית] | ||
| [https://doc.tiki.org/Documentation] | ||
| [https://doc.tiki.org/Documentation|Tiki Documentation] | ||
| [https://doc.tiki.org/PluginJS|PluginJS] | ||
| [https://doc.tiki.org/PluginR] |