Opened 16 years ago
Closed 13 years ago
#3147 closed Bug (invalid)
InsertSmiley link problem
Reported by: | livequake | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.6.4 |
Keywords: | Cc: | quake10@… |
Description
I use fckeditor to InsertSmiley,but in the source code the smiley src="localhost:xxxx/fckeditor/editor/images/smiley/msn/regular_smile.gif" I want it change to src="fckeditor/editor/images/smiley/msn/regular_smile.gif" I know this is because "FCK.InsertElement" but how can i change this "FCK.InsertElement" not to modify the link? I also found "FCK.InsertHtml" modify the link in some condition.
Change History (2)
comment:1 Changed 16 years ago by
Cc: | quake10@… added |
---|
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible since this issue is no longer a problem in current code base.
I just want to delete "localhost:xxxx/" how can it not add the string "localhost:xxxx/"?