Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

JS Events Calendar on JS 4.1

8 years 7 months ago
  • florent's Avatar
    Topic Author
  • florent
  • Offline
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
Licenses:
JomSocial Active Socialize Expired

Hello,

JS Events Calendar on JS 4.1 doesn't seem to work
no calendar is displayed (ff, gc, ie...).

thx

8 years 7 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

Can you provide me more information in which section? I just checked on event form, and showing fine..




thank you

Attachments:
8 years 7 months ago
  • florent's Avatar
    Topic Author
  • florent
  • Offline
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
Licenses:
JomSocial Active Socialize Expired

sorry
i was talking about the JS Events Calendar MODULE.
you can see on the right:
cojogg.fr/search-with-component.html

thx

8 years 7 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

i see, this is valid bug, the double quote or FB link on your event make this issue happens

8 years 7 months ago
  • florent's Avatar
    Topic Author
  • florent
  • Offline
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
Licenses:
JomSocial Active Socialize Expired

uh ... what tables and what fields are affected?

Pending the correction, I could fix the database, if you give me some information.

And anyway, thx for your job ;)

8 years 7 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

that is caused by HTML code on your event desc, esspecially from FB url link, but well dont worry with this issue, I will let you know once this issue already fixed..

8 years 7 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

here is the patch, open this file modules/mod_community_eventscalendar/tmpl/default.php, find this code :

description: '<?php echo $event->description; ?>',
replace to :
description: '<?php echo preg_replace( "/\r?\n/", " ", $event->description ); ?>',

8 years 7 months ago
  • florent's Avatar
    Topic Author
  • florent
  • Offline
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
Licenses:
JomSocial Active Socialize Expired

well sorry but it seems we don't understand each other.

Can you see url : cojogg.fr/search-with-component.html
on the right side, JS EVENTS CALENDAR display nothing, not even a calendar
and one more thing, JS Nearby Events Search doesn't work...

thanks a lot

8 years 7 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

yes that is a bug, so for fixing it and make the JS event calendar works you should apply my code above.

regarding new issue related JS nearby events, please you create new topic..

thank you

8 years 7 months ago
  • florent's Avatar
    Topic Author
  • florent
  • Offline
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
Licenses:
JomSocial Active Socialize Expired

Of course, those changes have been done.
but JS Events Calendar still doesn't seem to work.
if i have try tagging the description line, but still nothing...
The calendar is still not displayed.
Any other idea ???
See attachments.

Thanks :)

Attachments:
8 years 7 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

aahh, another issue, now caused by single quote on event desc, thank you for this report anwyay :)

Attachments:
8 years 7 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

here is the new patch, on the same file find this :

title: '<?php echo $event->title ?>',
                    description: '<?php echo preg_replace( "/\r?\n/", " ", $event->description ); ?>',
title: '<?php echo str_replace("'", "\'", $event->title); ?>',
                    description: '<?php echo str_replace("'", "\'", preg_replace( "/\r?\n/", " ", $event->description )); ?>',

8 years 7 months ago
  • florent's Avatar
    Topic Author
  • florent
  • Offline
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
Licenses:
JomSocial Active Socialize Expired

well, it works a bit more.
Calendar is now displayed with current date selected.
but...

· Calendar uses english langage: how to change ?
· Lot of events are missing. Module param is set to "display settings = all events"
· is it a regular way? all events for a month are displayed! Clicking a date do not filter.

thanks ;)

8 years 7 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

I should to say the JS calendar event really still buggy, our developer is working on it..

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW