-
iCagenda
-
iCagenda - English
-
[TRICK] Custom CSS suffix for module
[TRICK] Custom CSS suffix for module
-
goncatin
-
Topic Author
-
New Member
-
Less
More
-
Posts: 4
-
Thank you received: 0
-
-
12 years 1 month ago - 12 years 1 month ago #1395
by 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)
Last edit: 12 years 1 month ago by Lyr!C. Reason: [TRICK]
Please Log in or Create an account to join the conversation.
-
regis
-
-
Premium Member
-
Less
More
-
Posts: 121
-
Thank you received: 11
-
-
-
-
-
12 years 1 month ago #1396
by 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
Please Log in or Create an account to join the conversation.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Less
More
-
Posts: 6780
-
Thank you received: 608
-
-
-
-
12 years 1 month ago #1413
by 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)
.
Please Log in or Create an account to join the conversation.
-
iCagenda
-
iCagenda - English
-
[TRICK] Custom CSS suffix for module
Time to create page: 0.132 seconds