Loading...
 
Features / Usability

Features / Usability


Re: View Category Contents

posts: 53 Australia

I found the solution to this.

1. Add tiki_p_view_category permission to anonymous
2. Copy tiki-browse_categories.php to tiki-browse_custom.php
2a. Edit the copied file and change lines containing tiki-browse_categories.tpl to tiki-browse_custom.tpl
3. Copy /templates/tiki-browse_categories.tpl to /templates/tiki-browse_custom.tpl
4. Edit the custom template as required to remove the unwanted features on the screen

I would be nice to do this without having to add the tiki_p_view_category permission to anonymous (as I'm not sure what else that will change), but I haven't not found a way to bypass it yet. I presume there's a check in the php file for this, but so far I haven't been able to make it work.

Hope this helps someone else in future.

There are no comments at this time.