Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
Support
Last post
Fri, 06/17/2005 - 10:21
#1
grantbb
Joined:
11/05/2005
Posts:
1
I want the image whit absolute path.
Tue, 06/14/2005 - 22:36
#2
jafo232
Joined:
14/06/2005
Posts:
1
RE: I want the image whit absolute path.
This is very easy to do, took me a while to find it though.
Open fckconfig.js and find this line:
FCKConfig.SmileyPath = FCKConfig.BasePath + 'images/smiley/msn/' ;
Change to:
FCKConfig.SmileyPath = FCKConfig.FullBasePath + 'images/smiley/msn/' ;
Fri, 06/17/2005 - 10:21
#3
dablake
Joined:
11/06/2005
Posts:
11
RE: I want the image whit absolute path.
mmhh,
sure that is right?!
i guess that smileyPath means PATH to smileys...
btw: / is a wildcard for for docroot so that path above is already absolute not relative (put it anywhere else and it will still point to the same spot...)
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
RE: I want the image whit absolute path.
Open fckconfig.js and find this line:
FCKConfig.SmileyPath = FCKConfig.BasePath + 'images/smiley/msn/' ;
Change to:
FCKConfig.SmileyPath = FCKConfig.FullBasePath + 'images/smiley/msn/' ;
RE: I want the image whit absolute path.
sure that is right?!
i guess that smileyPath means PATH to smileys...
btw: / is a wildcard for for docroot so that path above is already absolute not relative (put it anywhere else and it will still point to the same spot...)