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, ...Assign skin to portal aliasAssign skin to portal alias
Previous
 
Next
New Post
7/3/2007 6:06 AM
 

Hi,

I have the same problem and the solution is to add this line into a "div" or into a "table" at the begining of the "skin portal switcher"

<div id="ControlPanel" runat="server" />

Because when you connect with host or admin he must have in the skin this id "ControlPanel"

BR

 

 

 
New Post
7/3/2007 2:20 PM
 

That's a good idea michelS.  I'l add it to the other post.


DotNetNuke Modules from Snapsis.com
 
New Post
7/5/2007 10:29 AM
 

Hi john,

There is a another problem with the htmlmodule.ascx. When I want use the ajax feature for editing my Title or my html content I receive a 404 error "control not found" when I press the update button.

I find 2 Solutions not good not bad:

First solution  the best in my mind is to disable the ajax html edit feature.

In htmlmodule.ascx.vb in Event Handlers region

comment this line       'lblContent.EditEnabled = Me.IsEditable
and add this line          lblContent.EditEnabled = False
In title.ascx change to false EditEnabled="True"
Second solution is to change the javascript code in dnn.xmlhttp.js like this so he make the update and you don't see the + sStatusDesc);
    }

*/

If someone have a better solution ... just tell me :)

 
New Post
7/6/2007 3:24 AM
 

michelS wrote

Hi john,

There is a another problem with the htmlmodule.ascx. When I want use the ajax feature for editing my Title or my html content I receive a 404 error "control not found" when I press the update button.

I find 2 Solutions not good not bad:

First solution  the best in my mind is to disable the ajax html edit feature.

 

In htmlmodule.ascx.vb in Event Handlers region

comment this line       'lblContent.EditEnabled = Me.IsEditable
and add this line          lblContent.EditEnabled = False
In title.ascx change to false EditEnabled="True"
Second solution is to change the javascript code in dnn.xmlhttp.js (see below) so he make the update and you don't see the error message.

dnn_xmlhttp.prototype.XmlHttpRequest.prototype.complete = function (sRes)
{
var sStatusCode = this.getResponseHeader('__DNNCAPISCSI');
    this.completed=true;

this.successFunc(sRes, this.context, this);    //1.3

/*
    if (sStatusCode == '200')   
        this.successFunc(sRes, this.context, this);    //1.3
    else
    {
        var sStatusDesc = this.getResponseHeader('__DNNCAPISCSDI');
        if (this.failureFunc != null)
            this.failureFunc(sStatusCode + ' - ' + sStatusDesc, this.context, this); //1.3
        else
            + sStatusDesc);
    }

*/

}

 

If someone have a better solution ... just tell me :)

 
New Post
9/22/2007 12:51 AM
 

michelS wrote

Hi,

I have the same problem and the solution is to add this line into a "div" or into a "table" at the begining of the "skin portal switcher"

 

 

 

Because when you connect with host or admin he must have in the skin this id "ControlPanel"

BR

 

 

 

I added this code on top but it still gives me error when logged in as Admin or Host. If logged out the skin seems to work fine.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Assign skin to portal aliasAssign skin to portal alias


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