Tuesday, 11 October 2016
  27 Replies
  3.4K Visits
Friday, 18 November 2016 09:49
·
#178946
Accepted Answer
0
Votes
Undo
The 'site details' tab below is private and can only be viewed by the JEvents site admin users.

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Wednesday, 12 October 2016 10:20
·
#176879
0
Votes
Undo
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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Thursday, 27 October 2016 16:23
·
#177767
0
Votes
Undo
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
Saturday, 29 October 2016 07:02
·
#177902
0
Votes
Undo
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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Sunday, 30 October 2016 10:09
·
#177917
0
Votes
Undo
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");

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Monday, 31 October 2016 15:31
·
#178004
0
Votes
Undo
is possible show the month events like the attach image ...wiht icon or picture in the day event?
Monday, 31 October 2016 15:49
·
#178009
0
Votes
Undo
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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Friday, 11 November 2016 16:57
·
#178625
0
Votes
Undo
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
·
#178626
0
Votes
Undo
seee more screen shots
Monday, 14 November 2016 09:22
·
#178659
0
Votes
Undo
In your last but one screenshot - notice that your customised layout has not been published

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Monday, 14 November 2016 14:44
·
#178689
0
Votes
Undo
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 15:41
·
#178697
0
Votes
Undo
the problem is you've placed the image inside the href attribute of the link to the event.

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Monday, 14 November 2016 19:28
·
#178718
0
Votes
Undo
tks..how and were "placed the image inside the href attribute of the link to the event. "? I don't uderstand, sorry
Tuesday, 15 November 2016 08:09
·
#178748
0
Votes
Undo
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="/http://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="/http://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>

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Tuesday, 15 November 2016 20:29
·
#178829
0
Votes
Undo
when i try to access your link, have this error:
https://www.jevents.net/discussions?controller=attachment&;;task=thumbnail&tmpl=component&id=3980
Wednesday, 16 November 2016 10:07
·
#178843
0
Votes
Undo
Hello,

remove the ; from the attachment&;

in the url (the forum software annoyingly adds it in by itself!)

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Wednesday, 16 November 2016 14:32
·
#178856
0
Votes
Undo
I don' t have access to JEVENTS CLUB FORUMS , tks
Wednesday, 16 November 2016 14:34
·
#178857
0
Votes
Undo
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
Thursday, 17 November 2016 08:48
·
#178881
0
Votes
Undo
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.

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Thursday, 17 November 2016 15:29
·
#178920
0
Votes
Undo
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
Friday, 18 November 2016 09:49
·
#178946
Accepted Answer
0
Votes
Undo
The 'site details' tab below is private and can only be viewed by the JEvents site admin users.

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

  • Page :
  • 1
  • 2
There are no replies made for this post yet.

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.