[Rt-devel] Advice sought on RT plugin development.

Bradley Bell bradleyb at uw.edu
Tue Nov 30 15:45:57 EST 2010


I made a similar mod on my local installation, adding the ability to
display any number of arbitrary RSS feeds on MyRT. I had to override
Prefs/MyRT.html, so I don't think there's any way to do it without a
patch.
One callback in Prefs/MyRT.html giving access to the @items array should do it.

-Brad

On Mon, Nov 29, 2010 at 8:40 PM, Todd Chapman <todd at chaka.net> wrote:
> Fellow RT Devs,
> I'm working on an RT plugin and running into some implementation challenges.
> 1. I'd like to dynamically add some components to the "RT at a glance"
> preferences pane, but don't see any callbacks to do so.
> 2. Even if I could do 1. above, or just manually edit the RT_SiteConfig.pm
> file, my components don't really exist. I would like to generate their
> output dynamically from a dhandler, but /Elements/MyRT uses $m->comp, which
> doesn't activate dhandlers.
> Can anyone think of solutions to these problems? Clearly I could submit a
> patch to add support in core RT for this but thought someone might suggest
> another solution.
> Thanks!
> -Todd
>
> _______________________________________________
> List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
>
>


More information about the rt-devel mailing list