plugin_categories
Posted: Tue Feb 14, 2006 6:48 pm
Related to this thread...
http://www.s9y.org/forums/viewtopic.php ... categories
I needed to enable smarty templating for plugin_categories.tpl. The reason is that my website is going to be serendipity embedded, and it's going to have a large space at the top for introductions and other website related things, and I wanted the serendipity category links to anchor past that. For example....:
That worked, but I'm told that enabling smarty templating for the category plugins impacts performance. How bad is that performance hit? and is there a more efficent way of doing what I'm trying to do?
http://www.s9y.org/forums/viewtopic.php ... categories
I needed to enable smarty templating for plugin_categories.tpl. The reason is that my website is going to be serendipity embedded, and it's going to have a large space at the top for introductions and other website related things, and I wanted the serendipity category links to anchor past that. For example....:
Code: Select all
....href="{$plugin_category.feedCategoryURL}#blog">....