By Guest on Tuesday, 11 October 2016
Replies 27
Likes 0
Views 3.4K
Votes 0
How make to show icons or pictures in montly display jevents?
Please see the attach example

mi url :
http://www.mgi.co.cr/index.php/acerca-de-mgi/test-eventos/monthcalendar/2016/10/48.html
The 'site details' tab below is private and can only be viewed by the JEvents site admin users.
·
Friday, 18 November 2016 09:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

It depends how you are planning on setting the site up. But as an example you could create categories and set a category image as that images required. Assign a single category to each event then in the calendar view you can edit the custom layout in:

JEvents -> Custom Layouts -> Monthly Calendar Cell

And include the category image between a link start and link end tags from the right hand dropbox.

Many thanks
Tony
·
Wednesday, 12 October 2016 10:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Tks, I don't know how make this process. I have 3 categories, and the image name of each category are: "sentir_002.png" / "oir.png" / "ver_002.png". Each category have 1 image or icon

And this is the custom layout:
{{Category:CATEGORY}}<div class="jevtt_title" style = "color:{{Event foreground color:FGCOLOUR}};background-color:{{Event background color:COLOUR}};" ontouchend="javascript:document.location='{{Link:LINK}}';">{{Title:TITLE}}</div>
<div class="jevtt_text" ontouchend="javascript:document.location='{{Link:LINK}}';">
{{Tooltip time:TTTIME}}
<hr class="jev-click-to-open" />
<small class="jev-click-to-open"><a href="{{Link:LINK}}" title="Click to open event" >Click to open event</a></small>
</div>

Link test:
http://www.mgi.co.cr/index.php/acerca-de-mgi/test-eventos.html
·
Thursday, 27 October 2016 16:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Sorry the category image isn't available at present in the cell view.

I'll have a chat with the team about adding it.

Thanks
Tony
·
Saturday, 29 October 2016 07:02
·
0 Likes
·
0 Votes
·
0 Comments
·
I'll add it for the next released - in the meantime add this cdoe

defaultsEditorPlugin.node(optgroup , "<?php echo JText::_("JEV_FIELD_CATEGORY_IMAGE",true);?>", "CATEGORYIMG");
defaultsEditorPlugin.node(optgroup , "<?php echo JText::_("JEV_FIELD_CATEGORY_IMAGES",true);?>", "CATEGORYIMGS");

at line c. 58 of administrator/components/com_jevents/views/defaults/tmpl/edit_month.calendar_cell.php after

defaultsEditorPlugin.node(optgroup , "<?php echo JText::_("JEV_FIELD_CATEGORY_LINK",true);?>", "CATEGORYLNK");
·
Sunday, 30 October 2016 10:09
·
0 Likes
·
0 Votes
·
0 Comments
·
is possible show the month events like the attach image ...wiht icon or picture in the day event?
·
Monday, 31 October 2016 15:31
·
0 Likes
·
0 Votes
·
0 Comments
·
After you make the change in the code I describe edit the calendar cell in the layout editor (https://www.jevents.net/docs/jevents/item/layout-editing-for-monthly-calendar) and include {{Category Image:CATEGORYIMG}} in the appropriate place
·
Monday, 31 October 2016 15:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello I make the proccess but not work..please see the attachs screens

Link with the calendar:
http://www.alianzafrancesacostarica.com/index.php/contactos/calendario-eventos/eventospormes/2016/11/-.html
·
Friday, 11 November 2016 16:57
·
0 Likes
·
0 Votes
·
0 Comments
·
seee more screen shots
·
Friday, 11 November 2016 16:57
·
0 Likes
·
0 Votes
·
0 Comments
·
In your last but one screenshot - notice that your customised layout has not been published
·
Monday, 14 November 2016 09:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello, thank you for your help, I publish the customised layout but not show the icons in the calendar

http://www.alianzafrancesacostarica.com/index.php/contactos/calendario-eventos/eventospormes/2016/11/-.html
·
Monday, 14 November 2016 14:44
·
0 Likes
·
0 Votes
·
0 Comments
·
the problem is you've placed the image inside the href attribute of the link to the event.
·
Monday, 14 November 2016 15:41
·
0 Likes
·
0 Votes
·
0 Comments
·
tks..how and were "placed the image inside the href attribute of the link to the event. "? I don't uderstand, sorry
·
Monday, 14 November 2016 19:28
·
0 Likes
·
0 Votes
·
0 Comments
·
See https://www.jevents.net/discussions?controller=attachment&task=thumbnail&tmpl=component&id=3980 - you have

href="{xxx}{yyy}" where {yyy} is the image - it should be outside the <a> tag completely.

As a result the HTML on your webpage looks like

<a class="cal_titlelink" href="/index.php/contactos/calendario-eventos/eventodetalle/1/-/evento-1-sentir.html<img src = 'http://www.alianzafrancesacostarica.com/images/calendario/sentir_002.png' class='catimage' alt='Sentir' ></a> ">08:00am Evento 1-Sentir</a>

where it should look like

<a class="cal_titlelink" href="/index.php/contactos/calendario-eventos/eventodetalle/1/-/evento-1-sentir.html"><img src='http://www.alianzafrancesacostarica.com/images/calendario/sentir_002.png' class='catimage' alt='Sentir' />08:00am Evento 1-Sentir</a>
·
Tuesday, 15 November 2016 08:09
·
0 Likes
·
0 Votes
·
0 Comments
·
when i try to access your link, have this error:
https://www.jevents.net/discussions?controller=attachment&;task=thumbnail&tmpl=component&id=3980
·
Tuesday, 15 November 2016 20:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

remove the ; from the attachment&;

in the url (the forum software annoyingly adds it in by itself!)
·
Wednesday, 16 November 2016 10:07
·
0 Likes
·
0 Votes
·
0 Comments
·
I don' t have access to JEVENTS CLUB FORUMS , tks
·
Wednesday, 16 November 2016 14:32
·
0 Likes
·
0 Votes
·
0 Comments
·
anyway I make the changes you send me in the css, customised layout and not work. I go to search another calendar software solution, tks
·
Wednesday, 16 November 2016 14:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Did you make the change I recommended here https://www.jevents.net/discussions/how-make-to-show-icons-or-pictures-in-montly-display-jevents#reply-178748 ?

If you give us the HTML layout of your calendar cell we can fix it for you - please provide the actual HTML not a screenshot.
·
Thursday, 17 November 2016 08:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello, thank you for your help, please give your email to send you the joomla admin access and ftp access to fix, regards.
My email is: vinicio.mgi@gmail.com
·
Thursday, 17 November 2016 15:29
·
0 Likes
·
0 Votes
·
0 Comments
·
ok tks, this is the access:
·
Friday, 18 November 2016 14:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post