This is a discussion on Link for Featured Listings within the HTML, CSS, and Design Help forums, part of the General category; I have the images disabled for the site. The only problem is the links on the home page for the ...
|
|||||||
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I have the images disabled for the site.
The only problem is the links on the home page for the featured Listings comes from the picture. So now with the picture removed you can see the featured listings and price, but there is not a link to the ad anymore. Does anyone know where to edit the code and what code to ad to make it so you can click the Featured Listings. Thanks for the help. Eric |
|
#2
|
||||
|
||||
|
The featured listings on the home page comes from this file:
includes/classes/smarty/plugins/function.feature_listings_horizontal.php So to add a link find this: $output.=$loop[$x][title] ."<br />"; Then replace with: $output.=<a href='". $link ."'>$loop[$x][title] ."</a><br />";
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | Twitter |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Featured Listings (again) | tdisraeli | v4 Questions & Support | 3 | 09-16-2008 09:27 PM |
| V4.0.3 featured listings bug!! | Tim_A | v4 Questions & Support | 4 | 05-30-2008 09:49 AM |
| Featured Listings | versatility | v3.1 Questions & Support | 1 | 08-09-2006 12:43 PM |
| Solution: Specify the age of ads for the link New Listings | pat01 | v3.1 Modules & Modifications | 1 | 07-26-2006 08:44 AM |
| adding link to featured listings text | NJHomeGuide | v3.0 Questions & Support | 0 | 05-07-2006 04:21 PM |