[joomla] K2 Question: Editing User.php to show articles by category HELP.
Chris TheEnd
chris at theendrecords.com
Mon Jun 21 13:31:41 EDT 2010
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.
More information about the Joomla
mailing list