Hi, I am looking for a why to change the user profile page to list the articles written by the author, to display via the category they are in.
using user.php in my html folder to overide the default. i am thinking something like this <?php if(count($this->items)): ?> //ok we found items. code to display this category wrappered in there own divs // Other category here wrapped in own divs <?php endif; ?> What i am looking for is how to pull them out per category on the user level. _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php

