On Mon, Dec 15, 2008 at 14:40, [email protected]
<[email protected]> wrote:
> I already searched on google, wiki, etc.. and I could not figure out how to
> do it.
>
> I have to display a specific message every time someone from specific group
> logs in, the best way to have it, is to display it on the home page.
>
> For example I want to display the message "Escalation phone # 123-123-1234"
> on the top or on the left navigation bar.
>
> I'm sure that it should be possible to do that, but I don't know how to
> implement it.
For certain classes of message RT::Extension::ServiceUpdates could be useful,
but it's undocumented and seems to make some assumptions about what's a good
thing to do i.e; it prevents access when a message is in place.
Apache::Motd is a
more general solution, but it sounds like you want to create a nodelet:
Make a plugin with an html/Elements/PluginName:
<&|/Widgets/TitleBox,
title => loc("PluginName") &>
<div class="rtxtags">
... #Do stuff here
</div>
</&>
<%INIT>
... #or here, to check user group and display your message
</%INIT>
--
Cambridge Energy Alliance: Save money. Save the planet.
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com
Commercial support: [email protected]
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com