How to show message history link

  •  11-20-2006, 4:15 AM

    How to show message history link

    Hi Adam,
    I wish to show a link to open the Message History page but I only want to show the link to admin users.
    So basically, I want to show the link below to admin users only (in file ChatUI_IMMain.xml):
     

    <Class TypeName="InstantBottomMenu" BaseType="HtmlSource" Height="15" Align="Right">

    <XmlData>

    <a href="#" onclick="ChatUI_ShowMessageHistory();return false;">[[UI_MessageHistory]]</a>

    </XmlData>

    </Class>
     
    How can I do it please?
     
    Thanks,
    messenger
View Complete Thread