RTFM access via SelfService access?

Much appreciation for the help on my earlier question, first.

I’m attempting to add RTFM into the SelfService view (as well as a few
additional tabs) and am running into a few issues.

I’d like to keep it fairly restricted, since we’ll be using the SelfService
page as an access point for external users, so the more limited the better.
In this regard, it’s already perfect, but what I’ve seen in examining the
differences between the full Tabs configuration used in the main RT/RTFM and
the SelfService config leads me to believe it’s structured a good bit
differently, and I’m just missing how to make it work.

What’s got me stuck is getting RTFM to work on the page without going for
broke, copying the config/code in the RT Tabs element, and using all the
callbacks, etc it allows. I’ve tried just setting up one callback in the
SelfService Tabs code, but I think I’m missing something crucial–and
probably blindingly obvious. As well, doing it without the callback, just
pointing it to /RTFM in a similar manner to the other links in the
SelfService Tabs config just does essentially nothing other than make an
attractive, nonfunctional link on the left side where I wanted it to go.

Anyone found a good way to do this without opening up the SelfService page
to the rest of the full RT functionality?

(Also, er… A link in the tab to redirect to an external site/other URL…
I did it once, deleted my changes, and now have no idea how I did it, since
what I thought it was clearly isn’t. I can get the tab, etc, etc, but I’ve
no idea anymore how I made it redirect like that. Pity on me, anyone?)

Daniel Porowski
dporowski@myrio.com
425-368-4426

i think this is one to watch for…

i was testing the email sending by trying to email myself in a cc list.

but it looks from the code like this email address will be removed from
the sending list.

so nothing gets sent!

i take it this is standard and there to prevent email loops.

thought i’d pass it on - kev

i was testing the email sending by trying to email myself in a cc list.

but it looks from the code like this email address will be removed from
the sending list.

Unless you change the NotifyActor setting in your RT_SiteConfig…

Andy Harrison