Ticket #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
comment:2 Changed 15 months ago by j.swiderski
- Status changed from new to closed
- Resolution set to invalid
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.
Note: See
TracTickets for help on using
tickets.

I just want to delete "localhost:xxxx/" how can it not add the string "localhost:xxxx/"?