OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Move gallery to below or beside main image (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

Move gallery to below or beside main image

stevenson (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Move gallery to below or beside main image 12 Years, 1 Month ago
Karma: 0  
In the view vehicle main tab, how can I move the thumbnail gallery from the bottom of the page to just below the main image or better again down the left hand side of the screen?
Logged Logged
Last Edit: 2012/02/21 21:42 By stevenson.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Move gallery to below or beside main image 12 Years, 1 Month ago
Karma: 101  
Hello,

How and what real need change for move car images gallery in yours Vehicle Manager soft - may say only designer yours site - who know yours site design and template.

In ours Vehicle manager component - car images gallery located in file:
{yours site}/components/com_vehiclemanager/vehiclemanager.html.php

function displayVehicle

car images gallery start with code:
Code:

            <table class="basictable">
<?php if (count($vehicle_photos) > 0) { ?>
                                    <tr>



car images gallery end with code:
Code:

        <?php
$t++;
        }
        ?>

                    </td>
                </tr>




So you need move car image gallery in this function to some other place

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