SandraCristovao
07-24-2006, 08:11 PM
Hi,
Thank you for an excellent (JA Submit) component!
I am experiencing several problems with the WysiwygPro.
a) it will not save any new submitted content, only images.
b) it exposes all the image folders to anyone submiting content.
My Setup:
Joomla! 1.0.10
jasubmit 2.1
HAS ANYONE HAD THIS ISSUE, SHOULD I RECOMMEND A REFUND on the PAID EDITOR? :confused:
This is a a post I put up on the WysiwygPro forums.
Hi,
Your editor does not work with the JA Submit component, it fails
to deliver the promised goods. It is a shortfall for any joomla website that requires such an important feature.
Problem A: WysiwygPro fails to parse the content, typed in the editor.
The content comes up blank, only images are shown.
Problem B: WysiwygPro editor exposes the image folder to anyone who is submitting content on the frontend.
I have tried to implement a suggested workaround found in this forum.
Maybe I am not following the thread correctly.
For example
"You'll need support in your account management code to create a unique directory when you add a user. A good name to use for the dir would be the username (as usernames are unique - or at least should be if you know what you are doing!). You'll need to ensure that the username is a legal unix filename - if needs be restrict usernames to being merely upper or lowercase characters, numbers and the following characters _-.
Now, in the page that actually houses the editor you need to make an addition to the code that sets it up, namely:"
***********************
*Code from the forum *
***********************
$path="/path/to/image/parent/dir/";
$editor->set_img_dir($path.$session->username);
So I assume the intructions require me to find the file that contains the code to start the editor.
In my case it is located in the file of ja_submit.html.php (JA Submit joomla component).
******************************
*Code that starts the editor *
******************************
Line 222
if (!(hasInit()&&$my->id)){
initEditor();
*********************************************
Is this correct
***********************
*Code from the forums *
***********************
Line 222
if (!(hasInit()&&$my->id)){
initEditor();
$path="/****/****/public_html/image/stories/users/";
$editor->set_img_dir($path.$session->username);
Result, the image is put into the user folder but not in the actual
named user.
What can i do? Is this a weakness in WysiwygPro in the frontend.
What is causing the content not being published ie javascript?
How do you stop your editor exposing your joomla image folders to everyone in the frontend?
What needs to be modified JA Submit code or WysiwygPro?
If no solutions can be found, can you get a refund on WysiwygPro?
No point of paying for something when the free options work!
Thanks
JC
Thank you for an excellent (JA Submit) component!
I am experiencing several problems with the WysiwygPro.
a) it will not save any new submitted content, only images.
b) it exposes all the image folders to anyone submiting content.
My Setup:
Joomla! 1.0.10
jasubmit 2.1
HAS ANYONE HAD THIS ISSUE, SHOULD I RECOMMEND A REFUND on the PAID EDITOR? :confused:
This is a a post I put up on the WysiwygPro forums.
Hi,
Your editor does not work with the JA Submit component, it fails
to deliver the promised goods. It is a shortfall for any joomla website that requires such an important feature.
Problem A: WysiwygPro fails to parse the content, typed in the editor.
The content comes up blank, only images are shown.
Problem B: WysiwygPro editor exposes the image folder to anyone who is submitting content on the frontend.
I have tried to implement a suggested workaround found in this forum.
Maybe I am not following the thread correctly.
For example
"You'll need support in your account management code to create a unique directory when you add a user. A good name to use for the dir would be the username (as usernames are unique - or at least should be if you know what you are doing!). You'll need to ensure that the username is a legal unix filename - if needs be restrict usernames to being merely upper or lowercase characters, numbers and the following characters _-.
Now, in the page that actually houses the editor you need to make an addition to the code that sets it up, namely:"
***********************
*Code from the forum *
***********************
$path="/path/to/image/parent/dir/";
$editor->set_img_dir($path.$session->username);
So I assume the intructions require me to find the file that contains the code to start the editor.
In my case it is located in the file of ja_submit.html.php (JA Submit joomla component).
******************************
*Code that starts the editor *
******************************
Line 222
if (!(hasInit()&&$my->id)){
initEditor();
*********************************************
Is this correct
***********************
*Code from the forums *
***********************
Line 222
if (!(hasInit()&&$my->id)){
initEditor();
$path="/****/****/public_html/image/stories/users/";
$editor->set_img_dir($path.$session->username);
Result, the image is put into the user folder but not in the actual
named user.
What can i do? Is this a weakness in WysiwygPro in the frontend.
What is causing the content not being published ie javascript?
How do you stop your editor exposing your joomla image folders to everyone in the frontend?
What needs to be modified JA Submit code or WysiwygPro?
If no solutions can be found, can you get a refund on WysiwygPro?
No point of paying for something when the free options work!
Thanks
JC