Artisteer skins don't work properly with latest DNN (7.3.1)!


Author Message
arletty

Posted: 10/2/2014
Quote message 

I'm using DotNetNuke 7.03.02 and need to know what version of artisteer skin exports for DNN 7.03.02, please help
 
Terry

Posted: 11/27/2014
Quote message 

My site is also running DNN 07.03.02 and I created an Aritsteer skin and used the "extension wizard" as host but cannot select the SKIN for the site when using the SKIN wizard. I can only select the Artisteer skin from the site settings page.
 
Antonina
Artisteer Team

Posted: 11/27/2014
Quote message 

Hello,

Currently I failed to reproduce the issues with Artisteer 4.3 and DNN 07.03.02.
The skin was uploaded using Extension Wizard, in the way described at this link: http://www.artisteer.com/?p=help_dnn#dnn3 Then it can be selected from Admin -> Skins, in the Skin Editor, and applied to the website successfully.
Also no issues were noticed while editing module content - or I am missing the issue. In this case please provide some more details about it, if possible - please contact us directly via http://www.artisteer.com/?p=support. Thanks for this.


 
Carlain

Posted: 4/30/2015
Quote message 

Dear, how I can remove the login and register my website designed dotnetnuke Version: 07.04.00 (353).

Waiting for your prompt response.

greetings
 
TopCat

Posted: 5/19/2015
Quote message 

You can remove the Register link by logging in as Administrator or Host and going to the Admin/Site Settings menu. On the User Account Settings tab, change the User Registration to None.

You can also remove the Login link, but it is more complex. Once you remove the link, you will have to use a different method to login yourself. To remove the link, go to the (usually bottom of your) skin file: page.ascx and find the dnn:LOGIN tag

<dnn:LOGIN ID="LOGIN1" runat="server" />


Rremove that tag and any vertical bars near it that you want gone. Save it and update your site. The login link will be gone.

Now to login in, you will have to go to a login page. While DNN provides one, you can make your own, too. Once you do, tell your site where it is in the Advanced Settings tab of the Site Settings menu. Do that before you delete the login link on your skin.