Add link to Content Workflow in Toolbar for Publishers?

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
8/23/2012 10:57:28 AM
Gravatar
Total Posts 49

Add link to Content Workflow in Toolbar for Publishers?

I'd like to add a link to the Content Workflow page in Admin for Content Publishers. I noticed that publishers do have access to that page if you go straight to it (/admin/contentworkflow.aspx).

So I'd like to add a link to the toolbar, but I can't find the logic to show or hide a link depending on user role. The existing links are portal tags (<portal:FileManagerLink ID="lnkFileManager" runat="server" />) that are assume are controlled in the code behind.

Can any on lend a hand on how I can go about this?

Thanks

Tim

8/25/2012 3:37:05 AM
Gravatar
Total Posts 537
feet planted firmly on the ground

Re: Add link to Content Workflow in Toolbar for Publishers?

The easy solution is to add this as a page in your site menu, and set the permissions so the page can only be seen by Content Publishers. Create a new page wherever you like in the site hierarchy, and change it's URL to

~/admin/contentworkflow.aspx

it will warn you about this, but you can ignore the warning, and set the security for the page.

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