Adding items to Admin Tool bar

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
9/15/2012 11:11:35 AM
Gravatar
Total Posts 4

Adding items to Admin Tool bar

Hi,

Couldn't find an explanation on adding items to the bottom admin toolbar.

i see it in the layout.Master, but where are the actual items generated,

like 

<portal:FileManagerLink id="lnkFileManager" runat="server" />

?

i would like to add a link to the system log for quick access. 

thanks

9/15/2012 12:51:41 PM
Gravatar
Total Posts 192

Re: Adding items to Admin Tool bar

if you just want to add a link, just add it ,it will show up there.

those other links are generated by corresponding user controls.

9/19/2012 11:50:38 AM
Gravatar
Total Posts 4

Re: Adding items to Admin Tool bar

thanks,

will i be able to assign access control to it just by using the link ? i want to limit it to admins only.

 

You must sign in to post in the forums. This thread is closed to new posts.