|
Code Endeavors, LLC
border_tl border_tr
CodeEndeavors Forums Minimize
 
  Forum  Discussions  DotNetNuke Modu...  can't make it work
Previous Previous
 
Next Next
New Post 1/4/2008 7:50 AM
  bassel
1 posts
No Ranking


can't make it work 

Hi,

i followed the steps in the movie:
Codeendeavors-UsingTheCodeEndeavorsDotNetNukeTemplates745.wmv

on a new instance of DNN 4.7.0 the after i extract both zip files. CoreModifications.zip and WebControls.install.v2.0.107.0.zip , the top navigation menu stops working and non of the link work. i tried the steps twice on a fresh new DNN installation. and i tested the instance that its working perfectly. but it stops after extracting both zip files the core and the webcontrols. ...

note that i install DNN 4.7.0 based on its template startkit using Visual Studio 2008.

is there any missing steps ?

 
New Post 5/12/2008 8:05 PM
  jhenning
6 posts
No Ranking


gmail.gRe: can't make it work 

This is a known problem that I discovered in the beta of the control.  The fix for it is to modify the dnnmenu.js file's selectNode method.
 
     if (mNode.selected)
     {
      var sJS = this.defaultJS;
      if (mNode.js.length > 0)
       sJS = mNode.js;
           
      if (sJS.length > 0)
      {
          this.update(true);  //always save state possible posting back (module actions)
       if (eval(sJS) == false)
        return; //don't do postback if returns false
      }
     
      if (mNode.clickAction == dnn.controls.action.postback)
      {
          this.update(true);  //always save state when posting back
       eval(this.postBack.replace('[NODEID]', mNode.id));
   }
      else if (mNode.clickAction == dnn.controls.action.nav)
       dnn.dom.navigate(mNode.getUrl(this), mNode.target.length > 0 ? mNode.target : this.target);
     }

Please note, that you will need to update the js/debug folder to easily read the file. Simply copy the file to the js folder when updated.

Hopefully I can release a new beta soon.

 
Previous Previous
 
Next Next
  Forum  Discussions  DotNetNuke Modu...  can't make it work
SearchSearch  Forum HomeForum Home  PrintPrint  
Jon Henning





border_bl border_br
border_bl
border_br
Copyright 2007 by Code Endeavors Please consider supporting the on-going free offerings to the community.  Donate Today. Terms Of Use Privacy Statement