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

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorProblem with Image Maps and relative pathProblem with Image Maps and relative path
Previous
 
Next
New Post
1/3/2007 1:15 PM
 

What is the original document that you're linking from?  It must be rendered to the browser as /localhost.

If you look at the codebehind of the link on the client, does it have /localhost/ hardcoded or ../ hardcoded?  Have you tried following this link from another machine yet to see if it only resolves localhost when you're accessing it locally?

You might try using the address " ~/default.aspx?...", however this will only work if the code gets parsed as a server side control.  I can't remember if the ~/ shortcut is new to 2.0 or was available in 1.1 as well.

 
New Post
1/5/2007 1:46 PM
 

Unfortunately, the system does not resolve "~".  It leaves it as a part of the URL.

The original document is on my local testing machine.  It is a virtual directory on Localhost.  The correct path should be http://localhost/sitename/default.aspx?tabid=xxx.  The problem is that the link does not include the "sitename".

MK

 
New Post
1/5/2007 4:07 PM
 

MK

If you can send me a sample of that html an the steps to reporduce, I will take a look and see if the provider could help on something. If the provider can hanle that and it is a specific editor problem, then you must go to the FCKEditor forum.

Please send it to: locopon at tiendaboliviana dot com


Locopon
Free modules: E-commerce, Complete localization (Portal, page, module settings, skins, etc.), Secure Login, and more
http://dnn.tiendaboliviana.com
 
New Post
1/5/2007 4:18 PM
 

Hi locopon,

I will send you a sample later this afternoon.  I also posted a similar message on tiendabolivian.com forum that you can ignore.

Thanks,

MK

 
New Post
1/9/2007 4:26 AM
 

Hi,

Perhaps I misunderstood your problem, but I think this can solve.

I've got an APP that use FCKEditor, FCKEditor has his folder in /FCKEDITOR/. Well, for paths problems I used in the page that uses the component:

Control

if (ctl != null) {

FCKeditor txtBody = ctl as FCKeditor;

txtBody.BasePath = this.BaseUrl + "FCKeditor/";

}

 

where dvw is a DetailsView Control that contains the FCKEditor Control and BaseUrl is a abstact class method that retrieve: Request.ApplicationPath with the trailing "/".

HTH.

Gianluca Gravina

Etnoteam Analyst developer

ctl = dvwNews.FindControl("txtBody");
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorProblem with Image Maps and relative pathProblem with Image Maps and relative path


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