Login/Register Button position


Author Message
Zurasson

Posted: 4/29/2011
Quote message 

Hi folks,

Importing a skin to DNN installation places the Login/Register buttons next to other topmenu items. Couldn't find an option to move them out from there... Sure it can be done by manually updating the skin files in VS, but is there such a possibility in Artisteer to move the 2 buttons away?

Thanks!
- Z
 
Steven Webster

Posted: 4/29/2011
Quote message 

When you export the skin open the options. In there you can exclude the User and Login from the export.
 
Doug

Posted: 1/7/2012
Quote message 

This does not work for DNN V6. The options are grayed out. How do I remove the login button from the menu on DNN v6?
 
Daniel Comp

Posted: 1/22/2012
Quote message 

I cut them out of the page.ascx file and then also added back the DNN logo:

<div id="Logo">
<dnn:LOGO runat="server" ID="dnnLOGO" CssClass="LOGO_object" />
</div>