DotNetNuke Skins and Resources by ThinkofDesign

Background: 0 1 2 3 4 5 | Easy links (Off) | Text Size: S M L X

Forums

Boxed4CSS - Only 1 That Gives Me Problems

boxed4css throws this message:


Could Not Load Container: /Portals/0/Containers/boxed4css/center.ascx
DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled error loading module. ---> System.IO.FileNotFoundException: C:\Inetpub\localgroupsca\Portals\0\Containers\boxed4css\center.ascx at System.Web.UI.TemplateParser.GetParserCacheItem() at System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.TemplateControlParser.GetCompiledType(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.UserControlParser.GetCompiledUserControlType(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.LoadContainer(String ContainerPath, Control objPane) --- End of inner exception stack trace ---

All your other skins install and work great. Oh, and they look great, too!
Well, the truth is that boxed4css is the most complicated skin from the scope of the way that has been developed... I 'll try to post a new version with the code more simplified.

You get this error because the containers for each pane have been preset in this skin... that's a cool DNN feature but needs attention. So the ContentPane looks like this:

< div runat="server" id="ContentPane" containertype="L" containername="boxed4css" containersrc="center.ascx" >< /div >

This part of the code:

containertype="L" containername="boxed4css" containersrc="center.ascx"

means that we preset the "Center" container for the ContentPane so DNN will look for the center.ascx file in the Containers/boxed4css/ folder. If you haven't installed the containers or you have delete them then you 'll get this error.

Also it's possible to get this error if you installed the skin and containers at Host level because in that case DNN puts the files in /Portals/default/ folder and not in a specific portal's folder like /Portals/0/ and then there is problem with the path.

So the solution is to check if all the files are in the right place and either put them by hand or install the containers again at Admin level.

Let me know if I haven't made something clear enough.

In any case I 'll try to post an updated version of this skin.

Cheers,

Vasilis
I have correctly installed the skin.

But now I am having some problem with text overflowing. I am up for any suggestions on trying to fix it.
My blog is where the problem is.

Thanks again for EVERYTHING!

_Vince
I forgot to note that it only overflows when the screen size is 800x600!
Hey,

You're doing really good job! Your blog looks really nice!

I see the issue only in IE and only when the browser window is 800px width as you said.

I think that there is an element in your page that cannot wrap when the window becomes small... that's why the skin brakes! Must be the "Welcome to the Vigil's blog site!" title but I'm not sure.

Try to be a little patient and I'll post a better version of this skin!

Again, well done with your blog!

Cheers,

Vasilis T.
I think it is funny also that it is only in the blog portion that this occurs in firefox. See Picture.

Also I just tried deleting the "Welcome to the Vigil's blog site!" and it still goofs up. IE is just shoving the whole Blog module down. See Picture. This makes me wonder if the blog module is to blame. I shall investigate this.








Oh I forgot to mention. Without you wonderful skin my blog would not look nearly as sweet! So thanks to you!

_Vince

Has anyone come up with a solution to this? The Boxed4Css is a great skin and I would like to be able to use it.




ActiveForums 3.7