Thursday, 19 January 2017
  10 Replies
  1.5K Visits
0
Votes
Undo
hello.
since version jevents34_3.4.27, and also in 3.4.28 the diacritics don't work anymore in month view components/com_jevents/views/flat/month/calendar_cell.php was changed in latest versions.
i have to change some code in calendar_cell.php variables title and cellString used in 3.4.25 displayed correctly.
also when in month view if i have an event for 1 may 2016 till 20 february 2017 i click on the event displayed today 19 january 2017 and it displays the info about the event but then i click back on month view and it goes to month may 2016 and not january 2017.
Thursday, 19 January 2017 20:29
·
#181970
0
Votes
Undo
Hello,

I'm sorry to hear about your problems. In regards to diacritics we are looking into this as we speak and will update you as soon as possible.

In regards to the loss of month, this is down to the way the filtering is handled I'm afraid. You could always open JEvents event details in a new window or popups too?

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!

Friday, 20 January 2017 08:27
·
#181990
0
Votes
Undo
Please edit the file component/site/views/YOUR_JEVENTS_THEME/month/tmpl/calendar_cell.php and search for this code

$dom->loadHTML($cellString);

See https://github.com/JEvents/JEvents/commit/6b0e5d6e16b74dc511b6458f311865f44ff1ae13 for the relevant line numbers, and change it to

$dom->loadHTML('<html><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"></head><body>'.$cellString.'</body>');

This should resolve the issue with non-ascii characters in the tooltips. Once you have confirmed this resolves your issue I'll release JEvents 3.4.29 with the fix inculded.

For your returning to May 2016 issue - I would suggest you switch off the new SEF URLs in the JEvents config (SEF/Performance tab). This will include the day/month/year values in the event detail URL and may resolve this for you. This is not ideal for SEF purposes since it generates lots of very similar URLs for the same event detail page and makes the URLs less readable.

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, 20 January 2017 11:27
·
#182004
0
Votes
Undo
hello.
so your solution replacing $dom->loadHTML($cellString); works, but found a simpler one, with php function htmlentities()

$dom->loadHTML(htmlentities($cellString));


for the may 2016 issue, it's also in Year and Week the problem. i've switched off new SEF URLs, when going to the page with the calendar the url has the date in it 2017/01/20 but the url with the event has the date /icalrepeat.detail/2016/05/10/6/-/ so when going to that event when i want to return to year, month or week the url remains with 2016/05/10, you should replace the links with the clicked date, if i click on 15 january 2017 the variable should be 2017/01/15 or something like that...

you can test it here http://cjsuceava.ro/index.php/ro/evenimente/month.calendar/2017/01/20/-
Friday, 20 January 2017 11:41
·
#182005
0
Votes
Undo
HTML entities may not work with multi-byte strings e.g. Japanese/Chinese characters.

The problem with the date is that your event is a single event that starts in May 2016 - if you want to distinguish between each day's version of the event you would be better off with a daily repeating 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!

Friday, 20 January 2017 11:49
·
#182008
0
Votes
Undo
i see, so how to declare the repeating event daily, i've attached a capture but same thing happens.
Friday, 20 January 2017 14:48
·
#182022
0
Votes
Undo
Set both the start date and end date to be 10.05.2016 - its a one day event that is being repeated over a number of days. You have a 18 month long event repeating daily which will create a LOT of overlapping event repeats.

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, 25 January 2017 07:02
·
#182281
0
Votes
Undo
it works, updated to latest version, thanks for all your help.
Wednesday, 25 January 2017 09:12
·
#182287
0
Votes
Undo
Would it be possible to update your review at extensions.joomla.org to reflect the fix? Thanks.

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, 25 January 2017 10:02
·
#182303
0
Votes
Undo
i've deleted the review and wrote a new one.
if i modify some colors in events_css.css of template flat, after update is rewritten, how can i keep the changes?
Wednesday, 25 January 2017 14:16
·
#182317
0
Votes
Undo
Hello,

Thank you very much.

Yes they will all be lost on upgrading. We advise you override the CSS and add that css to: JEvents -> custom css.

Or override the whole CSS file with a template override see:
https://www.jevents.net/frequently-asked-questions/customising-layouts

More specifically the section:

More Advanced Changes

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!

  • Page :
  • 1
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.