Removing tabs completely

Hello,
I would like to know how I can completely get rid of tabs for a
specific user. I greated a user “guest” who only has rights to view RTFM
articles. The reason I would like to get rid of the tabs is from a
different website, I would like to link to articles or tickets or
whatever. After automatically logging in, I come to the article but the
tabs are there and the user can then search or view history and use the
tabs. I just want to see the pure article without the tabs. I figure I
need to modify the /rt/local/html/RTFM/Elements/Tabs but I don’t know
much perl. So if the user is “guest” I don’t want any tabs to show at
all. All replies are appreciated.

From,
Kyle Balling
SCI Institute
University of Utah

Kyle Balling wrote:

Hello,
I would like to know how I can completely get rid of tabs for a
specific user. I greated a user “guest” who only has rights to view RTFM
articles. The reason I would like to get rid of the tabs is from a
different website, I would like to link to articles or tickets or
whatever. After automatically logging in, I come to the article but the
tabs are there and the user can then search or view history and use the
tabs. I just want to see the pure article without the tabs. I figure I
need to modify the /rt/local/html/RTFM/Elements/Tabs but I don’t know
much perl. So if the user is “guest” I don’t want any tabs to show at
all. All replies are appreciated.
If you remove tabs it doesn’t mean user couldn’t use direct links.

IMHO right thing to do: write something like SelfService for RTFM, some
special readonly web interface.