Re: [rt-users] about signatures

2015-01-25 Thread Alex Peters
You can use RT templates to add custom signatures to outgoing mail.  The
template can read details for the user generating the mail, and output them
in any manner that you wish.

First, you would need to ensure that the necessary information is entered
into each user's account (Admin  Users  Select).

Second, you would need to create a template (or modify an existing one) to
call on various elements like:

{ $Transaction-CreatorObj-Name }
{ $Transaction-CreatorObj-WorkPhone }

You might want to include logic to omit the fields (and possibly log an
error to RT's log) if they are empty for a particular user.

Other methods on the CreatorObj are available here:

https://www.bestpractical.com/docs/rt/4.2/RT/User.html

I don't have an easy answer for moving the quoted text beneath the
signature.  As a desperate measure, your template could try to detect the
beginning of quoted text and truncate all content after it.  There might be
a big risk of truncating actual non-quoted content though.


On 21 January 2015 at 17:47, Eierschmalz, Bernhard 
bernhard.eierschm...@scheppach.com wrote:

  Hello,



 I have 2 questions about signatures.



 1.   For our “non-request-tracker”-mails I have a HTML-Template, to
 standardize all our outgoing email signatures (on the email server runs a
 program that attaches the template with filled in parameters for name phone
 number etc. to every email)
 is it possible to use a HTML-Template like this also for emails sent
 through request tracker? (the problem is, the software only sees one email
 address for each queue, so I need to generate the signature directly in RT.



 2.   In the moment our signatures are attached under the quoted text;
 many customers complain about this. Is it possible to place the signature
 between message and quoted text?





 By the way: we use RT 4.2.8







 Best regards,

 Bernhard



Re: [rt-users] Warning in the articles overview page

2015-01-25 Thread Guadagnino Cristiano
Hi Aaron.
I upgraded (IIRC) from 4.2.3. And yes, I have a few classes and topics too. We 
are not new to articles in RT.

Cris


On 23/01/2015 21:06, Aaron McCormack wrote:
Cris,

Which version did you upgrade from?

Have you created classes?  It sounds like that might be the underlying problem.

Classes are similar to queues for Tickets to organize the articles -- 
http://bestpractical.com/docs/rt/4.2/customizing/articles_introduction.html#Classes

Aaron



Re: [rt-users] Uploading image to Image CustomField via REST

2015-01-25 Thread andriusk
Bump



--
View this message in context: 
http://requesttracker.8502.n7.nabble.com/Uploading-image-to-Image-CustomField-via-REST-tp59382p59428.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.