-
iCagenda
-
iCagenda - English
-
[TRICK] Custom CSS suffix for module
[TRICK] Custom CSS suffix for module
-
goncatin
-
Autore della discussione
-
New Member
-
Riduci
Di più
-
Messaggi: 4
-
Ringraziamenti ricevuti 0
-
-
12 Anni 2 Settimane fa - 12 Anni 2 Settimane fa #1395
da goncatin
My solution for add a css suffix for the module:
Open modules/mod_iccalendar/mod_iccalendar.php
Locate the line
defined( '_JEXEC' ) or die( 'Restricted access' );
After this line add in a new line:
$moduleclass_sfx = $params->get('moduleclass_sfx','');
Now open modules/mod_iccalendar/mod_iccalendar.xml
Go to line 204 and add
<field name="moduleclass_sfx" type="text" label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" />
Now in advanced options tab you can find the new option.
Please, include this code in the new version of iCalendar.
(Sorry for my language, english isn´t my mother language)
Ultima Modifica 12 Anni 2 Settimane fa da Lyr!C. Motivo: [TRICK]
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
regis
-
-
Premium Member
-
Riduci
Di più
-
Messaggi: 121
-
Ringraziamenti ricevuti 11
-
-
-
-
-
12 Anni 2 Settimane fa #1396
da regis
Hi Crokan !
Css class suffix for the module will be integrated into the next version of iCagenda.
Thank you for your tip for those who do not want to wait.
- Si vous aimez iCagenda et son support, merci de poster un petit commentaire sur le JED
- If you like iCagenda and support, thank you to post a small comment on the JED
➯
♥ iCagenda on JED
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Riduci
Di più
-
Messaggi: 6777
-
Ringraziamenti ricevuti 606
-
-
-
-
12 Anni 2 Settimane fa #1413
da Lyr!C
And add suffix css in html file too : TEMPLATENAME_calendar.php
<div class="iccalendar<?php echo $params->get('moduleclass_sfx'); ?>">
Latest version : iCagenda 3.9.7
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
iCagenda
-
iCagenda - English
-
[TRICK] Custom CSS suffix for module
Tempo creazione pagina: 0.199 secondi