Support Forums

Modification: Add star to featured ads in admin

This is a discussion on Modification: Add star to featured ads in admin within the Modules / Plugins / Modifications forums, part of the Developer Forums category; This is a little change to the admin template that will add a star to the featured listings before the ...


Go Back   68 Classifieds Forums > Developer Forums > Modules / Plugins / Modifications

Reply
 
Thread Tools Display Modes
Old 07-20-2008, 02:24 AM   #1
Senior Member
 
Join Date: Jun 2007
Posts: 110
Rep Power: 13
crystal is on a distinguished road
Default Modification: Add star to featured ads in admin

This is a little change to the admin template that will add a star to the featured listings before the title. I did this because there is currently no way to tell which ads are featured when viewing listings in rows. (In admin click the listings tab > manage listings). This will give the featured ads a little star so you can tell which are featured at a glance.

Save the image below to your administration/images folder as "star.gif"

(free icon courtesy of www.famfamfam.com)


Open administration/templates/default/listings/browse.tpl

Find this code (around line 42):

Code:
<td class="{cycle values="row1,row2" advance=false}" id="listing_{$entry.id}"><a href="listings.php?view={$entry.id}">{$entry.title}</a></td>
Replace with:

Code:
<td class="{cycle values="row1,row2" advance=false}" id="listing_{$entry.id}">{if $entry.featured == Y}<img src="images/star.gif"  border="0" align="absmiddle"/> {/if}<a href="listings.php?view={$entry.id}">{$entry.title}</a></td>
Note: You can use any icon, just name your icon star.gif and upload to your admin images folder. You could also change the name of the file in the line of code to a different icon.

Hope this little addition helps!
__________________
Crystal
v4.0.8 Dev

Last edited by crystal; 07-20-2008 at 02:32 AM.
crystal is offline   Reply With Quote
Old 07-20-2008, 05:23 AM   #2
Genius At Work
 
bowers01's Avatar
 
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 949
Rep Power: 25
bowers01 is on a distinguished road
Default

Thanks works great!
Nick
www.Truckandmachinery.com.au
bowers01 is offline   Reply With Quote
Old 07-20-2008, 05:32 AM   #3
Hunter Classifieds.com.au
 
 
Join Date: Mar 2008
Posts: 101
Rep Power: 10
newcastledirectory is on a distinguished road
Default great work crystal!

thanks works great!!!!!!!!!!!!!!!!!
sam
newcastledirectory is offline   Reply With Quote
Old 07-23-2008, 01:35 AM   #4
Junior Member
 
Join Date: May 2006
Posts: 25
Rep Power: 16
atom is on a distinguished road
Default Ditto :)

Thanks - works for me too

atom
atom is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Featured table louad v3.1 Questions & Support 5 02-06-2007 02:59 PM
Featured Ads Bucketman v3.1 Questions & Support 2 05-12-2006 05:51 AM
Seperating ads in Horizontal Featured from Vertical GSP v3.1 Questions & Support 19 05-04-2006 04:51 PM


All times are GMT -4. The time now is 02:54 PM.


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