You need to Register for free and Login to post a message in the forum.

Forum

Subject: Default Events Module XHTML
Prev Next
You are not authorized to post a reply.

Author Messages
emedia
Nuke Newbie
Nuke Newbie
Posts:2

21 May 2008 6:46 PM  
Hey guys,

I'm new to DNN and have been trying to make a specific install of DNN XHTML compliant.  Generally this has been fairly straight foward, especially using the XHTML tutorial here at DNN creative.  However the default Events Module of DNN (free one) is causing me a problem with 3 specific errors that I can't seem to isolate - I know how to fix them - but can not find the place to edit these in the code. 

The first two just need type="text/javascript" in them while the last one possibly just needs to be moved up the page (althrough not totally sure on this).  My problem is that for the Events Module I can't find the place in the DNN source code to make thsee changes, it may be in a DLL I'm not sure.  If anybody can tell me were/how to make these chanegs or could offer any help that would be much appriciated.

Thanks,
Chris

  1. Error Line 18, Column 95: required attribute "type" not specified.
    …pt>[script removed]
    <P class=helpwanted><A title="Suggest improvements on this error message through our feedback channels" href="http://validator.w3.org/feedback.html?uri=http%3A%2F%2Fqldc.dnnvalid.emedia.net.nz%2FQLDCEvents%2Ftabid%2F108%2FDefault.aspx;errmsg_id=127#errormsg"></A> </P>
    <DIV class="ve mid-127">
    <P>The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element. </P>
    <P>Typical values for <CODE>type
    are
    type="text/css"
    for
    <style>
    and
    type="text/javascript"
    for
    [script removed]
    <LI class=msg_err><SPAN class=err_type><IMG title=Error alt=Error src="http://validator.w3.org/images/info_icons/error.png"></SPAN> <EM>Line 18, Column 152</EM>: <SPAN class=msg>required attribute "type" not specified</SPAN>.<PRE><CODE class=input>…c="/DesktopModules/Events/tooltip.js"<STRONG title="Position where error was detected.">></STRONG>[script removed]

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for

    type
    are
    type="text/css"
    for
    <style>
    and
    type="text/javascript"
    for
    [script removed]
    <LI class=msg_err><SPAN class=err_type><IMG title=Error alt=Error src="http://validator.w3.org/images/info_icons/error.png"></SPAN> <EM>Line 40, Column 97</EM>: <SPAN class=msg>document type does not allow element "link" here</SPAN>.<PRE><CODE class=input>…s" type="text/css" rel="stylesheet" /<STRONG title="Position where error was detected.">></STRONG>

    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

emedia
Nuke Newbie
Nuke Newbie
Posts:2

22 May 2008 3:48 AM  

I can't seem to locate the Visual Studio Solution file for the Events Module, I know most modules normally have a Visual Studio Solution file in the zip file but the Events one doesn't seem to contain this.  If somebody could point me to where the VS Solution File for the Events Module is that would be great.  Any help much appriciated.  I am refering to the latest version that is 03.03.08

leesykes
Nuke Master II
Nuke Master II
Posts:2806

23 May 2008 8:16 AM  
Checkout:

RC3 of events module

events and visual studio 2008

where is events source?


Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts
You are not authorized to post a reply.
Forums > DotNetNuke® > Modules > Default Events Module XHTML



ActiveForums 3.7

Latest Forum Posts

Missing subscriber access by stefanheskjaer
I subscribed on 07-01-2008 and received my confirmation from PayPal. Still unable to access the vid...
Define Style by Vereen84
A style sheet is a free-flowing document that can either be referenced by, or included into a HTML d...
Tell a Distribution List Module by greenglow
We're looking for a DNN Tell a Friend module that allows people to forward the page to a distributio...
XML settings for Feedback Module by saintX
Hello,I don't want the help (blue question marks) to be dispalayed besides the fields of the feed ba...
shadowmu by gunitshadow
Server Info:XP: 100xDB: FreshDrop: 85%Version: S3 Episode1 PremiumShops: FULLSpots: FULLUptime: 24/7...
RE: Calendar Strobe? by leesykes
Hello,Welcome to th forum, when I hover over a link in IE7, IE6 they display just the same as FF2 - ...
RE: Custom HTML Skin - link module center overridden with left align by leesykes
Not sure what is happening here, I tested again in FF2 in view mode and the links are centered.I hav...
RE: HouseMenu doesnt work by leesykes
Hello,Check out this forum post for some quick tips with HouseMenu
RE: Issue 34 New Skins and House Menu by leesykes
Thanks, hopefully this will be useful to other readers,
RE: Open menu links in new window? by leesykes
Hello,If you attach the code in a zip file to your forum post we can have a look, thanks,
RE: File Manager with Limited Access by leesykes
Hello,I have just tested this and have the same problem. Perhaps it would be worth looking for docum...
RE: how to develop skins in dotnetnuke by leesykes
Hello,If you go to the main tutorials page and scroll to the bottom you will see a big list of skinn...
RE: deploy developed wedsite by leesykes
Hello,You may find these tutorials useful,How to transfer a localhost DotNetNuke installation to a l...
RE: Please help me in choosing web hosting by leesykes
I would recommend you view the comments on hosting providers in the hosting section of this forumI w...
RE: Is posible creating multiple website (portal) in a single DNN installation? by leesykes
You can do that approach, if it is a localhost installation, you may find it quicker to create child...
how to develop skins in dotnetnuke by rao_babu24
how to develope skins for dotnetnuke  thanks advance
deploy developed wedsite by rao_babu24
how to  deploy developed wedsite thanks advane
Please help me in choosing web hosting by 0xyGen
Hi everyone,I am sorry for possible offtopic, but I need your help in find new web hosting provider ...
RE: Is posible creating multiple website (portal) in a single DNN installation? by aravinthkula
Thanks for your reply. Actually we followed a approach like created different portal like portal1 a...
File Manager with Limited Access by tds_softwaredev
Hi Everyone, I was hoping someone might have a solution for a little problem I have run into. I w...
AppTheory
RSS Feeds