This is a discussion on Get rid of short descriptions within the Module Release forums, part of the v4 Help & Support 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 ...
|
|||||||
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Open up showlistings.tpl or showlistings2.tpl and find
Code:
{$entry.shortDescription}
Code:
{$entry.description|truncate:30:"...":true}
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 |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remove and replace short description field | Red | v4 Questions & Support | 7 | 05-14-2008 03:42 AM |
| short description and description | Timeshareline | v3.1 Questions & Support | 10 | 02-07-2007 07:57 AM |
| Copy Paste Short Problem | CB | v3.1 Questions & Support | 1 | 01-17-2007 11:44 AM |
| Change short description field size | Winnie | v3.0 Questions & Support | 2 | 05-03-2006 10:10 AM |
| Adding HTML to Short & Long Descriptions | NJHomeGuide | v3.0 Questions & Support | 7 | 04-28-2006 03:43 PM |