====== SneakyIndexFix Plugin ====== ---- plugin ---- description: show namspace path when sneaky_index enabled if user has deeper READ access author : lisps email : type : action lastupdate : 2018-09-26 compatible : Greebo, "Frusterick Manners", "Elenor Of Tsort", Detritus depends : conflicts : similar : tags : sneaky_index downloadurl: https://github.com/lisps/plugin-sneakyindexfix/zipball/master bugtracker : https://github.com/lisps/plugin-sneakyindexfix/issues sourcerepo : https://github.com/lisps/plugin-sneakyindexfix/ donationurl: screenshot_img : ---- ===== Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Examples/Usage ===== Use this plugin if you have enabled [[config:sneaky_index]] in your configuration. This plugin will show users the namespace path (e.g. in the sitemap and media manager) when they have read access for a deeper level. Let's assue following structure: * public * info1 * hidden * info2 * info3 * public * info5 * info4 The user has ''AUTH_READ'' for ''public'', ''AUTH_NONE'' for ''public:hidden:*'' and ''AUTH_READ'' for ''public:hidden:info3:public:*'' When ''sneaky_index'' enabled and without this plugin the user will see only * public * info1 And with this plugin enabled: * public * info1 * hidden * info3 * public * info5 This plugin enables the user to use the sitemap and media manager. :!: But pay attention it will show namespace-names which may be confidential. ===== Development ===== === Change Log === [[https://travis-ci.org/lisps/plugin-sneakyindexfix|{{ https://travis-ci.org/lisps/plugin-sneakyindexfix.png?nocache|Build Status}}]] {{rss>https://github.com/lisps/plugin-sneakyindexfix/commits/master.atom date}} === Known Bugs and Issues === === ToDo/Wish List === ===== FAQ ===== ===== Discussion =====