On 13/09/2007, Thomas Dalton thomas.dalton@gmail.com wrote:
On the description page it says: Called before viewing a categorypage in CategoryPage::view
So that means I can just append my bit to the catpage that is passed in? or how do I control where my content shows up on the page?
I think you would need to have your hook return false, stopping the processing of the normal category page. You would then have your own class extending CategoryPage which calls the appropriate methods from CategoryPage with your own code interspersed where required.
ok, that sounds like fun. i will try the simple thing first (bookmarks displayed above the articles) and then i will see to extend the solution to add the class.
thanks so far...