Admin Editor Issue

More
11 years 7 months ago #28218 by orchid1
Admin Editor Issue was created by orchid1
Hello Flexicontent, I found a bug in the latest release
I have documented it here in this video on youtube.

Basically the editor in the item creation form doesn't recognize my preference. I have my preference set as JCE but it keeps returning back to Tiny MCE. I have checked the global setting its also set to JCE and I have set my users setting which is also set for JCE. Also Tiny MCE won't resize. This is an issue because the default size for tinymce is very small. Please check out the link in youtube I have shown the issue there very clearly.
Thanks for looking into it. I tried to debug it but I could not find it.

“Quality is never an accident; it is always the result of high intention, sincere effort, intelligent direction and skillful execution; it represents the wise choice of many alternatives.” William A. Foster - USMC

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #28221 by ggppdk
Replied by ggppdk on topic Admin Editor Issue
Please upgrade to r1465, it has a couple of important bug-fixes and new features.

The behavior you describe is strange, i cannot reproduce it. I don't see reason for this happening and only difference in the URLs

first edit has
cid[]=...
and second with tinymce has
cid=...

after saving, can you add [] to the URL cid and click enter?


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #28233 by orchid1
Replied by orchid1 on topic Admin Editor Issue
I upgraded to version 2.0 RC8 (r1465. Still not working. Odd

“Quality is never an accident; it is always the result of high intention, sincere effort, intelligent direction and skillful execution; it represents the wise choice of many alternatives.” William A. Foster - USMC

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #28234 by ggppdk
Replied by ggppdk on topic Admin Editor Issue
It could be a third party plugin that you have? that is interfering with the chosen editor?

You could send me a PM with admin login to review this


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #28295 by ggppdk
Replied by ggppdk on topic Admin Editor Issue
It seems that (is inside textarea.php plugin file):
Code:
$editor = & JFactory::getEditor();
will only use the default editor and disregard the user setting (this worked in J1.5 but it does not in J2.5)

But this will work correctly:
Code:
$app =& JFactory::getApplication(); $user = JFactory::getUser(); $editor_name = $user->getParam('editor', $app->getCfg('editor')); $editor = & JFactory::getEditor($editor_name);


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #28350 by orchid1
Replied by orchid1 on topic Admin Editor Issue
Thanks for looking into that, but can you tell me where I can put that code in Joomla 2.5? I tried putting it in the view but that didn't work because that line of code isnt used or needed.

“Quality is never an accident; it is always the result of high intention, sincere effort, intelligent direction and skillful execution; it represents the wise choice of many alternatives.” William A. Foster - USMC

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.279 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline