Is compatible with Flexicontent ??

  • Womenalia
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 11 months ago #717 by Womenalia
Is compatible with Flexicontent ?? was created by Womenalia
The old version for Joomla 1.5 work with Flexicontent. The new versión of Custom Properties is compatible ?

- thanks -

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

More
11 years 11 months ago #719 by andrea_4g
Replied by andrea_4g on topic Re: Is compatible with Flexicontent ??
We weren't even aware CP was compatible with Flexicontent.
We just gave it a try to be sure: yes, it works! (because Flexicontent's wise developers decided to write data into the standard content table)
Anyway, if you want the CPTags button to show up under the editor, a little tweaking is required:
Edit file plugins/editors-xtd/cptags/cptags.php
change lines 50-51 from
Code:
$option = JRequest::getCmd('option',''); $ces = CpContentElements::getInstance();
to
Code:
$option = JRequest::getCmd('option',''); if($option == 'com_flexicontent') $option = 'com_content'; $ces = CpContentElements::getInstance();

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

Time to create page: 0.153 seconds