History: PluginList - Troubleshooting The List Plugin
Source of version: 7 (current)
Copy to clipboard
! Troubleshooting The List Plugin Getting started with the list plugin can be frustrating and tricky, so here are a few things that might get you started. !! Using the ''Experiment with Plugin LIST'' page Admins can debug and test your list syntax and the results using the pluginList experiment plugin. You can access from your admin pages: Control Panels => Search => Tools or go directly (from your Tiki) to: {CODE()}tiki-pluginlist_experiment.php{CODE} !! Using the debug template When experimenting on your LIST options, add -+~np~{output template="debug"}~/np~+- and you will see all available variables and their values. (introduced in Tiki20). !! Using tiki-searchindex.php to test One good tip is to use the search page (tiki-searchindex.php) to experiment and check the search index is working properly. Entering some text in the search box (in this case "test") and on this site you will find lots of results, e.g. {CODE()}tiki-searchindex.php?filter~content=test{CODE} Or if you want to find just one type of object try {CODE()}tiki-searchindex.php?filter~type=trackeritem{CODE} If you get no results at all (and you know for sure you have stuff with "test" in it, or tracker items) then you probably need to rebuild your search index. Go to Settings -> Control Panels -> Search (or Admin -> Search in previous versions) and click "rebuild". Then try your search again. ~tc~ (alias(LIST - Troubleshooting The List Plugin)) ~/tc~