mmm... serious article problem
mmm... serious article problem
i have gone to add an article and the box for adding content and corresponding images do not appear.
all the images are broken and the text box is not there.
any ideas please????
all the images are broken and the text box is not there.
any ideas please????
-
Pappnase
http://moffstar.com/cms/include/inc_ext ... tb_cut.gif
that is the link...
oh, pasting that i can now see what the problem is
it has dropped the site directory - naughtycharlotte.com
so it should be
http://moffstar.com/naughtycharlotte.co ... tb_cut.gif
How do i change this so it links correctly.
that is the link...
oh, pasting that i can now see what the problem is
it has dropped the site directory - naughtycharlotte.com
so it should be
http://moffstar.com/naughtycharlotte.co ... tb_cut.gif
How do i change this so it links correctly.
Code: Select all
// other stuff
$phpwcms["wysiwyg_editor"] = 3; //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based, 4 = spaw-------------------------------
For FCKeditor, try changing this in in "/include/inc_lib/fckeditor.editor.inc.php"
FROM
Code: Select all
// The editor base path
// You have to update it with you web site configuration
$FCKeditorBasePath = "/".$phpwcms["root"]."include/inc_ext/FCKeditor/" ;Code: Select all
// The editor base path
// You have to update it with you web site configuration
$FCKeditorBasePath = $phpwcms["site"].$phpwcms["root"]."include/inc_ext/FCKeditor/" ;FROM
Code: Select all
// directory where spaw files are located
$spaw_dir = '/'.$phpwcms["root"].'include/inc_ext/spaw/';Code: Select all
// directory where spaw files are located
$spaw_dir = $phpwcms["site"].$phpwcms["root"].'include/inc_ext/spaw/';right i think that will solve my problems.
any ideas on whcih you would recommend. i would like to do some wysiwyg editing but mainly i will be cut & pasting from dreamweaver.
is there an editor which allows both html entry (code form) and preview (wysiwyg) like when you list an item on ebay. lol
i just pm you as when i looked no one had replied.....
any ideas on whcih you would recommend. i would like to do some wysiwyg editing but mainly i will be cut & pasting from dreamweaver.
is there an editor which allows both html entry (code form) and preview (wysiwyg) like when you list an item on ebay. lol
i just pm you as when i looked no one had replied.....
You're set up for spaw... It looks like. That has two tabs, one for Preview & entry... the other for HTML view. Actually, you should TRY them each out and pick the one that meets your need. Have you made the code change that I suggested:
For spaw, try changing this in "/include/inc_ext/spaw/config/spaw_control.config.php"
FROM
TO
For spaw, try changing this in "/include/inc_ext/spaw/config/spaw_control.config.php"
FROM
Code: Select all
// directory where spaw files are located
$spaw_dir = '/'.$phpwcms["root"].'include/inc_ext/spaw/'; Code: Select all
// directory where spaw files are located
$spaw_dir = $phpwcms["site"].$phpwcms["root"].'include/inc_ext/spaw/';