From: Ram P. <ra...@pa...> - 2003-01-04 10:07:15
|
Hi I tried the "anonymous posting from public website". When using the Richtext area, and using the form, the form does not render properly ( it does not load the images in the RichText box) and was throwing up Javascript errors. I checked the required files, and found that the script used "../misc/wysiwyg/" to reference the javascript and the images required to render the richtext box. This does not work fine when we use our custom forms to add records. So, I changed all the "../misc/wysiwyg/" to "/apc-aa/misc/wysiwyg/" and it started working fine. Now, 1) I would like to know if this is a feature or a bug 2) If bug, can we change the code to have "/apc-aa/misc/wysiwyg/" instead of "../misc/wysiwyg/" ( there could be a problem here: many may not be using apc-aa as their ActionApps directory.) - Ram |