This question has to deal with ModuleTitleControl and LiteralExtraMarkup. I understand the idea behind "LiteralExtraMakrup" is to add links or text after a title of a module, such as "Add Post". I think I am missing something. In version 2.3.8.9, I could use the following code and it would show links and texts for any role I selected. Under version 2.3.9.7, only the roles listed under "edit content" can see these links.
<portal:ModuleTitleControl runat="server" ID="TitleControl" />
TitleControl.LiteralExtraMarkup = "Some href tags and stuff";
Any ideas what I could be doing wrong?
Thanks!