Support Forums

Make Featured pictures come from another URL

This is a discussion on Make Featured pictures come from another URL within the Technical Support forums, part of the Technical Support Forums category; Hi, I have just set my sites up so they all use the same database and all the pics pull ...


Go Back   68 Classifieds Forums > Technical Support Forums > Technical Support

This topic is resolved.

If you have a similar issue that this thread does not address, open a new related support topic.

 
Thread Tools Display Modes
Old 10-18-2008, 09:24 PM   #1
Genius At Work
 
bowers01's Avatar
 
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 1,083
Rep Power: 33
bowers01 is on a distinguished road
Default Make Featured pictures come from another URL

Hi,
I have just set my sites up so they all use the same database and all the pics pull from my main domains truckandmachinery.com.au the only thing is i cant get the featured items to pull the picture from there.
The code currently is:
Code:
$output.="<a href='". $link ."'><img src='".$loop[$x][image]."' alt='".$loop[$x][title]."' /></a>
How can i make it pull the images from truckandmachinery.com.au?
Cheers,
Nick
__________________
Nick Bowers
68c v4.1.10 Developer Custom Template
bowers01 is offline  
Old 10-19-2008, 01:57 AM   #2
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,489
Rep Power: 133
Eric Barnes is just really nice Eric Barnes is just really nice
Default

I would recommend going up a few lines and finding this:
Code:
$image="thumbs/small_".$irs['image'];
Then change it to:
Code:
$image="http://truckandmachinery.com.au/thumbs/small_".$irs['image'];
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline  
Old 10-19-2008, 02:08 AM   #3
Genius At Work
 
bowers01's Avatar
 
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 1,083
Rep Power: 33
bowers01 is on a distinguished road
Default

That does the trick.
Thanks,
Nick
__________________
Nick Bowers
68c v4.1.10 Developer Custom Template
bowers01 is offline  
Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Watermarking pictures philoo Pre Sales Questions 9 08-31-2008 09:27 AM
Pictures not downloading ymac Technical Support 2 06-16-2008 12:51 PM
Make featured listings display first all the time cwp Modules / Plugins / Modifications 0 05-09-2008 12:51 AM


All times are GMT -4. The time now is 04:27 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0