OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

BookLibary Component Support

Go to bottom Favoured: 0

Inventory category imagen

ggaragorry (Visitor)
Posts: 0
graphgraph
User Offline
Inventory category imagen 13 Years, 6 Months ago
Karma: 0  
I need change imagen size in my inventory category,
please helpme



www.miamiautoshowllc.com

attach image actuality and ai need see like this.

thank you
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Inventory category imagen 13 Years, 6 Months ago
Karma: 101  
Hello,

First of all please instal to yours ForeFox browser "FireBug" extensions - with it help you will can check any element in HTML and will see what need change.

For yours you need in file vehiclemanager.html.php, find function showInsertSubCategory
and in it find code
Code:

            <img src="./images/stories/<?php echo $cat_all[$i]->image;?>" alt="picture for subcategory" height="48" width="48" />&nbsp;
        <?php
          } else  {?>
            <img src="./components/com_vehiclemanager/images/folder.png" alt="picture for subcategory" height="48" width="48" />&nbsp;



and change it to
Code:

            <img src="./images/stories/<?php echo $cat_all[$i]->image;?>" alt="picture for subcategory" height="48" width="48" />&nbsp;
        <?php
          } else  {?>
            <img src="./components/com_vehiclemanager/images/folder.png" alt="picture for subcategory" height="48" width="80" />&nbsp;



or to
Code:

            <img src="./images/stories/<?php echo $cat_all[$i]->image;?>" alt="picture for subcategory" height="48" width="80" />&nbsp;
        <?php
          } else  {?>
            <img src="./components/com_vehiclemanager/images/folder.png" alt="picture for subcategory"  />&nbsp;



Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»