Hi there
I want to add a link to the category onto the Vehicle manager category image also.
Please can you email me a file that enables me to do this? Or tell me what code to change?
See this link
www.nichomedia.co.uk/sobitest/index.php?...ories&Itemid=103
I have to click the category name to get to the category. I want to be able to click the image as well.
thanks in advance
Elliot
You need open file:
{site}/components/com_vehiclemanager/vehiclemanager.html.php
find function: showInsertSubCategory
find code:
Code: |
<img src="./images/stories/<?php echo $cat_all[$i]->image; ?>" alt="picture for subcategory" height="48" width="48" />
|
and replace it to
Code: |
<a <?php echo "href=" . sefRelToAbs($link); ?> class="category<?php echo $params->get('pageclass_sfx'); ?>" style="text-decoration: none"><img src="./images/stories/<?php echo $cat_all[$i]->image; ?>" alt="picture for subcategory" height="48" width="48" /></a>
|
Please backup your file firs
Thanks,
Ordasoft team