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
DNN Creative Magazine Subscriber
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
DNN Creative Magazine Subscriber
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
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3112

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

News&Articles Module by gabrieleseven
Hello, I've created a Portal for news and info about the world of music. I need a module that allow ...
RE: Install DNN.4 on Win 2003 and SQL2000 by jncraig
1. Add a portalalias for your new site's URL before you do anything. 2. Make a backup of your dat...
RE: Custom Module Development by jncraig
I would recommend adefwebserver.com for good information on writing modules. Without looking over...
RE: Dynamic page navigation by jncraig
I take it that you have developed 10 separate pages? Are these pages with a custom module or with c...
RE: Pop up window by jncraig
I believe that ZLDNN (zldnn.com) has a module that will pop up a page or a module. I've not tried i...
Dynamic page navigation by coder247
Hi all,          We are developing a web app using DNN and we've a requirement like this. There are ...
Custom Module Development by neenu
I created my own module using DAL,by adding 4 class files in app_code directory, say alistinfo.vb,al...
Pop up window by yerann
Whenever a page loads in DNN i would like a pop up window to display.  This pop window ask the user ...
RE: Customise registration page by nichord
Thanks Rob... I would have never found this one on my own.And many thanks to you Lee... My print com...
Install DNN.4 on Win 2003 and SQL2000 by amine97
Hi all,I will be working on creating a website on my development server Windows 2003 and SQL Server ...
RE: Dynamically Add modules by jncraig
You can include a module on multiple pages within a portal by selecting "add existing module" on the...
music player, music charts by mrvorazan
hey,i havev to create a music portal, so i need a module to upload music files by users, they have t...
Dynamically Add modules by UmaRam
Hi, Please advice how to add an existing module in a page to another page in the same portal and ...
Dynamically add module by UmaRam
Hi, Please advice how to add an existing module in a page to another page in the same portal and ...
RE: VWD 2008 & SQL Express 2008? by rc_kemal
It is very difficult to convert the database from sql2008 express to sql2005 express. To answer my o...
RE: User Registration Questions by jncraig
I would recommend that you NOT begin your DotNetNuke life by starting to modify any of the code. Ye...
RE: Dotted Lines Around Navigation by HUGHD37IUOE
Here it is: http://www.iuoe.org
RE: Installing on XP Home by nexduke
Hi Yes, I'm using SQL Server Express 2005, what would you suggest I do if it is a configuaration ...
RE: Exporting and transferring Modules. by ollep
Thanks Lee! Yes I will check out the Forum – and the hosts before I sign up.   I expect to see an...
User Registration Questions by stevennestler
Hi.I'm new to DNN, and just watched my first set of videos on this site, for customizing registratio...
AppTheory
RSS Feeds