OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Link Photos in Top Listing Module (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

Link Photos in Top Listing Module

ftl (User)
America's #1 Virtual Dealership
Junior Boarder
Posts: 21
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Fast Track Leasing Location: Florida
Link Photos in Top Listing Module 11 Years, 5 Months ago
Karma: 0  
Question,

Is there a 'easy' way to make the images links. not just the title text in your top listings module: ordasoft.com/Download/View-document-deta...ule-version-2.0.html

Thanks,
Jon
Fast Track Leasing
www.fasttrackleasing.com
Logged Logged
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:Link Photos in Top Listing Module 11 Years, 5 Months ago
Karma: 101  
Hello,

In File mod_vehiclemanager_top.php

you need find code:
<img src="<?php echo $imageURL; ?>" alt="<?php echo $row->vtitle; ?>" hspace="2" vspace="2" border="0"
height="<?php echo $cover_height; ?>" />

and replace it to

<a href="<?php echo $link1; ?>"><img src="<?php echo $imageURL; ?>" alt="<?php echo $row->vtitle; ?>" hspace="2" vspace="2" border="0"
height="<?php echo $cover_height; ?>" /></a>

But first, please backup that file

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