default access group

More
12 years 3 months ago #25551 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: default access group

Websquirrel wrote: update: the issue appears in front-end only!

Creating new events in Backend: public.
Creating new events in Frontend: guest


Thanks for the information. I confirm the issue. You can fix it by editing the code alitle. Please follow the instructions below:

1. Open the file components/com_eventbooking/models/event.php

2. Find the code below:
Code:
$row->access = 0 ; $row->registration_access =0 ;

3. Change it to :
Code:
$row->access = 1 ; $row->registration_access = 1;

After that, it will work as expected.

Tuan
The following user(s) said Thank You: Matthias Blaß

Please Log in or Create an account to join the conversation.

  • Websquirrel
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
12 years 3 months ago #25552 by Websquirrel
Replied by Websquirrel on topic Re: default access group
Thank you! Works now :)

Will you fix this in next update or will the next update overwrite my fix again?

Please Log in or Create an account to join the conversation.

More
12 years 3 months ago #25553 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: default access group
It will be updated to download package soon. Just come back to office from new year holiday , so need to get something to eat first :D.

Tuan
The following user(s) said Thank You: Websquirrel

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc