help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
rights management
- 19flashover69
- Topic Author
- Offline
- New Member
- Posts: 10
- Thanks: 2
rights management
8 years 1 month ago
Hello!
First congratulations to the new version - I've been looking for something like this for years!
I know that the module is further expanded (granting rights), etc.
I have only a small request - with us all users are registered - Is there a line in the components / com_jem / views / attendees / tmpl / default.php which I can delete so that all users see the participants?
best regards
First congratulations to the new version - I've been looking for something like this for years!
I know that the module is further expanded (granting rights), etc.
I have only a small request - with us all users are registered - Is there a line in the components / com_jem / views / attendees / tmpl / default.php which I can delete so that all users see the participants?
best regards
Please Log in or Create an account to join the conversation.
Re: rights management
8 years 1 month ago
You're right. The access of all participants to the list of participants is for me too a missing link, that should come very soon.
Please Log in or Create an account to join the conversation.
- 19flashover69
- Topic Author
- Offline
- New Member
- Posts: 10
- Thanks: 2
Re: rights management
8 years 1 month ago
Hello!
Found an unsightly solution!
File -> components/com_jem/models/attendees.php
Delete line 277 + 278
// then if the user is the owner of the event
$where[] = ' a.created_by = '.$this->_db->Quote($user->id);
The view is only canceled for the creator
File -> components/com_jem/views/event/tmpl/default_attendees.php
Replace line 20
Before
<?php $booked = (int)$this->item->booked; ?>
Afterwards
<a href="<?php echo $linkreg; ?>" title="<?php echo JText::_('COM_JEM_MYEVENT_MANAGEATTENDEES'); ?>"><?php echo $this->item->booked; ?></a>
Thus, at least all registered users can access the participant list
But do not assume liability!
best regards
Found an unsightly solution!
File -> components/com_jem/models/attendees.php
Delete line 277 + 278
// then if the user is the owner of the event
$where[] = ' a.created_by = '.$this->_db->Quote($user->id);
The view is only canceled for the creator
File -> components/com_jem/views/event/tmpl/default_attendees.php
Replace line 20
Before
<?php $booked = (int)$this->item->booked; ?>
Afterwards
<a href="<?php echo $linkreg; ?>" title="<?php echo JText::_('COM_JEM_MYEVENT_MANAGEATTENDEES'); ?>"><?php echo $this->item->booked; ?></a>
Thus, at least all registered users can access the participant list
But do not assume liability!
best regards
Please Log in or Create an account to join the conversation.
Re: rights management
8 years 1 month ago
Hi, thanks for this interesting hack. I tried.
But as registered user I had the possibility to delete attending users or to change them from attending to waitinglist and vice versa.
I hope our devs can use this and present soon an improvement more safe.
But as registered user I had the possibility to delete attending users or to change them from attending to waitinglist and vice versa.
I hope our devs can use this and present soon an improvement more safe.
Please Log in or Create an account to join the conversation.
- 19flashover69
- Topic Author
- Offline
- New Member
- Posts: 10
- Thanks: 2
Re: rights management
8 years 1 month ago
hello!
I have the things all removed in the frontend - I actually do everything in the backend - so it is in the frontend with me no longer possible to delete users or give them to the waiting list.
best regards
I have the things all removed in the frontend - I actually do everything in the backend - so it is in the frontend with me no longer possible to delete users or give them to the waiting list.
best regards
Please Log in or Create an account to join the conversation.
Time to create page: 0.476 seconds