Is compatible with Flexicontent ??

  • Womenalia
  • Autore della discussione
  • Offline
  • Nuovo Utente
  • Nuovo Utente
Di più
12 Anni 5 Giorni fa #717 da Womenalia
Is compatible with Flexicontent ?? è stato creato da Womenalia
The old version for Joomla 1.5 work with Flexicontent. The new versión of Custom Properties is compatible ?

- thanks -

Si prega Accesso o Crea un account a partecipare alla conversazione.

Di più
12 Anni 4 Giorni fa #719 da andrea_4g
Risposta da andrea_4g al 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();

Si prega Accesso o Crea un account a partecipare alla conversazione.

Tempo creazione pagina: 0.114 secondi