DNN V8 Support


Author Message
Mike Riley

Posted: 2/11/2016
Quote message 

In your container ASCX files, you'll need to remove the Register TagPrefix line that references the SolPartActions.ascx file. SOLPartActions has been REMOVED from DNN8. Removing the Register line will fix the problem.
 
Pavel Krystýnek

Posted: 2/22/2016
Quote message 

Mike,
do you mean this line?

<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>

Thanks, Pavel
 
Hanysoft

Posted: 3/21/2016
Quote message 

Quote Pavel Krystýnek:

Mike,
do you mean this line?

<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>

Thanks, Pavel

Jo Pavle, to pomohlo, ale u některých skinů mi to rozhazuje zarovnání.
 
John Jacobson

Posted: 7/26/2016
Quote message 

I've removed the reference to solpartmenu,

However like David Toohey the ControlBar menu doesn't work, and not much else does to be honest.

I was thinking I could just fix the artisteer generated skin in VS, but it just looks too hard.

I may have to simply create new skins from scratch.

Any one found another product like artisteer that creates DNN skins?