Support Forums

feature listing home page links

This is a discussion on feature listing home page links within the Technical Support forums, part of the Technical Support Forums category; Hi there, There is a link on each image in the feature listing coming from the file: includes/classes/smarty/plugins/function.feature_listings_horizontal.php I would ...


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 06-08-2009, 07:24 AM   #1
Customer
 
Join Date: Apr 2009
Location: South of Spain
Posts: 203
Rep Power: 11
magicosta is on a distinguished road
Default feature listing home page links

Hi there,

There is a link on each image in the feature listing coming from the file: includes/classes/smarty/plugins/function.feature_listings_horizontal.php

I would like to add a link now on each text, so I have found that code around line 160:

$output.=$loop[$x][title] ."<br />";

and replace it with:

$output.=<a href='". $link ."'>$loop[$x][title] ."</a><br />";

but it doesn't work!

Any idea?

Thank you

(v4.1.3 dev default template)
magicosta is offline  
Old 06-08-2009, 09:17 AM   #2
Genius At Work
 
bowers01's Avatar
 
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 1,073
Rep Power: 32
bowers01 is on a distinguished road
Default

$output.="<a href='". $link ."' class=\"showlistings\" style='text-decoration: none'>".$loop[$x][title] ."</a><br />";
is what i use.
Nick
__________________
Nick Bowers
68c v4.1.10 Developer Custom Template
bowers01 is offline  
Old 06-08-2009, 09:17 AM   #3
Staff
 
Join Date: Mar 2006
Posts: 492
Rep Power: 29
Blair will become famous soon enough
Default

Try this:

PHP Code:
$output.="<a href='"$link ."'>".$loop[$x][title]."</a><br />"
__________________
Blair
68C Staff

68C Downloads | Report a Bug | Knowledge Base
If you have a current support subscription, you can Submit a Support Ticket
Blair is offline  
Old 06-08-2009, 10:15 AM   #4
Customer
 
Join Date: Apr 2009
Location: South of Spain
Posts: 203
Rep Power: 11
magicosta is on a distinguished road
Default

Thank you very much, it's working now!
magicosta is offline  
Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
placing a video on my about us page or the home page?? apotrader Technical Support 4 11-04-2008 11:11 PM
Disable Price in the Featured Listing in the Home Page wcadmin Technical Support 1 10-20-2008 12:12 PM
How show up 12 featured listing in home page ? Marcelo Templates, HTML, CSS, and Design Help 2 05-01-2007 02:21 AM


All times are GMT -4. The time now is 12:38 AM.


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