Search found 2 matches
- Fri Mar 14, 2008 1:09 pm
- Forum: Joomla! Coding 101
- Topic: Customising Contact Category to show image
- Replies: 1
- Views: 1562
Re: Customising Contact Category to show image
Apologies. I'm been a nobber. I was getting the image path through, just not on the image I was looking for! <?php // @version $Id: default_items.php 9718 2007-12-20 22:35:36Z eddieajau $ defined('_JEXEC') or die('Restricted access'); $cparams = JComponentHelper::getParams ('com_media'); ?> <?php fo...
- Fri Mar 14, 2008 1:07 pm
- Forum: Joomla! Coding 101
- Topic: Customising Contact Category to show image
- Replies: 1
- Views: 1562
Customising Contact Category to show image
I'm using J1.5 with a modified Beez template (default). I wish to alter the main Contacts Category page. Currently I have a menu item which doesn't specify a Contact Category to display and therefore lists all of the contacts. I've altered \templates\default\html\com_contact\category\default_items.p...