Hi,
I'm using ijoomla news portal and with it I've set up some featured categories in my site but I don't want the categories headings to link to the category view of ijoomla news...I want it to link directly to the Joomla categories...
Is there any way to do this? or any option I've overlooked?
Currently I've removed the link to the categories by editing line 3453 of news_portal.html.php
<td id="categories_heading"><a href="'.$link_r.'">'.stripslashes($cat['name']).'</a></td> to
<td id="categories_heading"><a>'.stripslashes($cat['name']).'</a></td>
Perhaps a piece of code I could add here to tell ijoomla news to go directly to the category?
Any help as usual is greatly appreciated...
Thanks!




