- Messaggi: 3
- Ringraziamenti ricevuti 0
Is compatible with Flexicontent ??
- Womenalia
- Autore della discussione
- Offline
- Nuovo Utente
Less
Di più
12 Anni 6 Mesi 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 -
- thanks -
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
12 Anni 6 Mesi 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
to
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();
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.147 secondi