Support Forums

Get rid of short descriptions

This is a discussion on Get rid of short descriptions within the Modules / Plugins / Modifications forums, part of the Developer Forums category; Open up showlistings.tpl or showlistings2.tpl and find Code: {$entry.shortDescription} and replace with: Code: {$entry.description|truncate:30:"...":true} Replace the number "30" with the ...


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

Reply
 
Thread Tools Display Modes
Old 05-14-2008, 03:40 AM   #1
Senior Member
 
cwp's Avatar
 
Join Date: Jun 2007
Posts: 296
Rep Power: 20
cwp is a jewel in the rough
Default Get rid of short descriptions

Open up showlistings.tpl or showlistings2.tpl and find

Code:
{$entry.shortDescription}
and replace with:

Code:
{$entry.description|truncate:30:"...":true}
Replace the number "30" with the number of characters you would like displayed in the showlistings template.

Go to http://smarty.activeventure.org/lang....truncate.html for additional options.

Now go into administration in checkout settings and select "no" for require short description and display short description field.

Credit goes to Suzkaw
__________________
Version 4.0.3 Developer
cwp is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remove and replace short description field Red Technical Support 7 05-14-2008 03:42 AM


All times are GMT -4. The time now is 07:14 AM.


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