Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [RugalMKing] How to reduce the subject?

Quote Reply
Re: [RugalMKing] How to reduce the subject? In reply to
Hi.

Login to your Admin Interface.

Templates(Top Frame)>Globals (on left frame):

Select the Template that you are working with, say nessa (or brewt whichever is your template) from the drop down list.

Then scroll down and in the left hand empt box add some name for the global say:

display_truncate

In the right box by it's side add the code (perhaps taking it thru notepad as direct copy/paste from forum could cause errors) and then hit Save.

Now you have a global by name of display_truncate which can be used in templates. Go to Template From the Templates>Editor Menu and select the template that you are working with (and should be the same name template set where you have saved the above global).

Load the msgs_list_include.htm template and replace <%msgs_subject%> with <%display_truncate($msgs_subject, '20')%> and Save the template. In fact once you decide upon the limit (ie 20 or whatever) then you would need to similar replacements in all other templates wherever <%msgs_subject%> appears.

Hope this helps.

Anup

Last edited by:

anup123: Aug 14, 2004, 3:05 PM
Subject Author Views Date
Thread How to reduce the subject? RugalMKing 5547 Aug 13, 2004, 8:08 PM
Thread Re: [RugalMKing] How to reduce the subject?
Chaz 5452 Aug 13, 2004, 8:48 PM
Thread Re: [Chaz] How to reduce the subject?
RugalMKing 5456 Aug 14, 2004, 6:27 AM
Thread Re: [RugalMKing] How to reduce the subject?
Chaz 5444 Aug 14, 2004, 7:59 AM
Post Re: [Chaz] How to reduce the subject?
RugalMKing 5443 Aug 14, 2004, 9:45 AM
Thread Re: [RugalMKing] How to reduce the subject?
anup123 5436 Aug 14, 2004, 1:12 PM
Thread Re: [anup123] How to reduce the subject?
RugalMKing 5448 Aug 14, 2004, 2:46 PM
Thread Re: [RugalMKing] How to reduce the subject?
anup123 5432 Aug 14, 2004, 3:03 PM
Thread Re: [anup123] How to reduce the subject?
RugalMKing 5423 Aug 14, 2004, 3:27 PM
Thread Re: [RugalMKing] How to reduce the subject?
anup123 5428 Aug 14, 2004, 3:32 PM
Post Re: [anup123] How to reduce the subject?
RugalMKing 5410 Aug 17, 2004, 8:51 AM