Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Any examples of a basic css skin that uses divs instead of tables?Any examples of a basic css skin that uses divs instead of tables?
Previous
 
Next
New Post
3/3/2008 12:02 PM
 

I'm trying to figure out the best way to start trying to skin my dnn site.   I would like to design and code the skins in my external editor and lastly, add the code required by DNN to add containers and such.  Is this an ok way of going about this?  I bookmarked this site... http://www.thinkofdesign.com/resources/reference.html ...which has skin objects listed.   I'm not really sure where I'm supposed to put the TOKEN, and I think I just put the CONTROL within the div where I want it to be, correct?

When I have a html page and css file partially completed and want to test it, whats the easiest way to install the skin?  Once installed, is there an easy way to update it as I work on it?

Any help would be awesome, thanks

 

 
New Post
3/3/2008 1:21 PM
 

Read the skinning documentation and these questions should be answered.

Jeff

 
New Post
3/3/2008 4:07 PM
 

Well I downloaded the documentation, and it answered my question about using TOKENS.  But I can't seem to get my test skin uploaded using the directions in the documentation...

First I zipped my html and css file up...

On page 19 it says log on as host and go to the file manager, and click on the upload button.  it then shows a screenshot that shows a heading saying "Upload Skin Package" which mine does not say.  Mine has "Upload File" at the top.  I browsed to my file and then selected "Skins" from the dropdown below that.  I also checked the box that says "Decompress ZIP Files" which the documentation doesn't mention. 

When I hit upload I get an error that says "An Error Has Occurred When Attempting To Save The File c:\inetpub\wwwroot\DotNetNuke48\Portals\_default\Skins\grandview_skin.zip. Please Contact Your Hosting Provider To Ensure The Appropriate Security Settings Have Been Enabled On The Server."

All my permissions should be ok.  The zip file is copied over, but it isn't unzipped.  Any idea what I'm doing wrong?

 

 
New Post
3/3/2008 4:25 PM
 

ignore most of that up there, I found the "Upload Skins" link in the Skins section, sure wish the documentation would have said that.  I get an error when I try to change my portal to the new skin...

Could Not Load Skin: /Portals/_default//skins/grandview_skin/grandview_skin.ascx Error: The ID 'ContentPane' is already used by another control.

this is what my html file looks like, any idea why I'm getting this error...

<html>
<head>
<link id="skin" rel="stylesheet" type="text/css" href="grandview_skin.css" />
</head>
<body>
<div id="wholecontainer">
    <div id="header">[LOGIN]</div>
    <div id="leftcontent">[CONTENTPANE]</div>
    <div id="maincontent">[CONTENTPANE:1]</div>
</div>
</body>

 

 
New Post
3/3/2008 4:49 PM
 

I looked at the ascx file and noticed that when my html file was converted to an ascx file that the two content panes were given the same id even though I named them differently in the html file...any ideas why this happened?  i also noticed that my control panel is gone, any idea why?

<div id="wholecontainer">
    <div id="header"><dnn:LOGIN runat="server" id="dnnLOGIN" /></div>
    <div id="leftcontent"><div runat="server" id="ContentPane"></div></div>
    <div id="maincontent"><div runat="server" id="ContentPane"></div></div>
</div>

html...

<div id="wholecontainer">
    <div id="header">[LOGIN]</div>
    <div id="leftcontent">[CONTENTPANE]</div>
    <div id="maincontent">[CONTENTPANE:1]</div>
</div>
</body>

 

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Any examples of a basic css skin that uses divs instead of tables?Any examples of a basic css skin that uses divs instead of tables?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out