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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...DotNetNuke Consultant ProblemsDotNetNuke Consultant Problems
Previous
 
Next
New Post
4/8/2011 10:33 AM
 
Armand Datema wrote:
well next time you need a skin converted you can contct me I can do a mean conversion and have been here since the beginning and I do like to keep my good name in the community :)

 I just submitted the contact form on your web site with some information about my next project. 

 
New Post
4/8/2011 11:03 AM
 
Wes Tatters wrote:
FWIW - most of the markup errors seem to be related to lazy coding mistakes on the skin.

Changing the couple of lines in the skin will remove those errors - but to be honest they are not really affecting your site's appearance as such.

Westa

 Hey Wes, I don't do much coding at all, but I have worked on stuff before, mostly copy/paste with scripts and things like that, but I do know my way around markup and know or can look up what most tags are for.  With that said, I was hoping you or someone else could help guide me a bit to finding the code that needs to be tweaked.  Now, if I open the folders on the server where the portal resides (by the way, I run a data center that provides hosting services so I am accessing this stuff over a mapped network drive to the server that is hosting that web site) .....anyway this is a screen shot of %webroot%/portals/0/Skins/ZRLD:

Click Here to see the screenshot (New Window)

Should I assume that the code that needs to be fixed will be found on the files "Portal.ascx" and "inner.ascx?"

 
New Post
4/8/2011 3:32 PM
 
Ian Marlow wrote:

Oh Yes - forgot to mention
http://oliverhine.com/DotNetNuke/Modules/Keywordification.aspx

A free DNN module that lets you deal with all your sites meta data in one place.

Thanks for this Oliver. 

 
I don't know who Oliver is, but if you are reading this post, Oliver, THANK YOU THANK YOU THANK YOU THANK YOU!!!!!  That module is terrific!  I'm using it now and plan on donating to your cause!

 
New Post
4/8/2011 6:27 PM
 
Oliver is another one of those amazing people in the DNN community that give freely an amazing amount of code and clever modules back to DNN users.

Westa
 
New Post
4/8/2011 7:19 PM
 
Depending on how he has set up your skin it will most likely be in portal.ascx

have a look for this line of code 

<link href="skin.css" rel="stylesheet" type="text/css" />

It should be in the first couple of lines of the file -  it is an invalid link reference since dnn actually handles the injection of the skin.css stylesheet into the finished site.

It is not breaking your site in any way - but it does cause a small an additional overhead as the browser attempts to file the file.

Basically it should not really be there in the skin - the whole line can be deleted - for your production site - keep a copy of the file with it left in though as it makes it easier to edit the skin in tools that know how to show the information display layout from the stylesheet

Next - look for:

<td nowrap="nowrap"><a class="more" href="/Contact.aspx"><span>&nbsp;&nbsp;&nbsp;CONTACT&nbsp;&nbsp;</span></a></p></td>

it has a </p> near the end of the line that should not be there ...

<td nowrap="nowrap"><a class="more" href="/Contact.aspx"><span>&nbsp;&nbsp;&nbsp;CONTACT&nbsp;&nbsp;</span></a></td>

Next - look for:

<td nowrap="nowrap"><a class="more" href="/Directions.aspx"><span>DIRECTIONS</span></a></p></td>

same thing here remove </p>:

<td nowrap="nowrap"><a class="more" href="/Directions.aspx"><span>DIRECTIONS</span></a></td>

I would have to say however, that while the skin does work apart from this - it is not in a totally suitable format for future development - it uses the old <table layout methodology for its layout, instead of using the more recommended css <div based layout system.

Its not breaking anything as such - but have a read of this article some time - it talks about how things should really be done.

http://www.hotdesign.com/seybold/

Westa
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...DotNetNuke Consultant ProblemsDotNetNuke Consultant Problems


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