Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

Event on mobile phone: no choice for "maybe going"

8 years 5 months ago
  • Markus's Avatar
    Topic Author
  • Markus
  • Offline
  • Fresh Boarder
  • Posts: 63
  • Thank you received: 8
Licenses:
JomSocial Expired Socialize Expired

ISSUE SUMMARY:
with a browser on macbook (safari) or desktop pc (chrome, firefox) i have three choices for attending an event:
- going, maybe going, not going (see picture 1.png)

on mobile phone (iPhone 6, safari browser) i only have two choices:
- going, not going (see picture 2.png)

there is no "maybe going"

STEPS TO REPLICATE:
1
2
3
4
5
RESULT
EXPECTED RESULT - there should be a choice "maybe going" on mobile phones
BROWSER

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

Hi,

THis is valid bug.. we will fix it soon.

thank you!

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

for fixing this, please open this file components/com_community/templates/jomsocial/layouts/events/single.php, find this code :

['<?php echo COMMUNITY_EVENT_STATUS_ATTEND; ?>', '<?php echo JText::_('COM_COMMUNITY_EVENTS_RSVP_ATTEND', true); ?>'],
                         ['<?php echo COMMUNITY_EVENT_STATUS_WONTATTEND; ?>', '<?php echo JText::_('COM_COMMUNITY_EVENTS_RSVP_NOT_ATTEND', true); ?>']);">

replace to :
['<?php echo COMMUNITY_EVENT_STATUS_ATTEND; ?>', '<?php echo JText::_('COM_COMMUNITY_EVENTS_RSVP_ATTEND', true); ?>'],
                        ['<?php echo COMMUNITY_EVENT_STATUS_MAYBE; ?>', '<?php echo JText::_('COM_COMMUNITY_EVENTS_RSVP_MAYBE_ATTEND', true); ?>'],
                         ['<?php echo COMMUNITY_EVENT_STATUS_WONTATTEND; ?>', '<?php echo JText::_('COM_COMMUNITY_EVENTS_RSVP_NOT_ATTEND', true); ?>']);">

and find this code :
<?php echo JText::_('COM_COMMUNITY_EVENTS_RSVP_ATTEND'); ?>

replace to :
<?php echo JText::_('COM_COMMUNITY_EVENTS_RSVP_ATTEND'); ?>
                    <?php } else if ($event->getMemberStatus($my->id) >= COMMUNITY_EVENT_STATUS_MAYBE) { ?>
                    <span class="joms-icon__maybe-attending"></span>
                    <?php echo JText::_('COM_COMMUNITY_EVENTS_RSVP_MAYBE_ATTEND'); ?>

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