Quote:
Originally Posted by theparentpack
I have installed, edited the two files, uploaded them. Then I edited the templates, and configured. Now when I try to view or add an event I get the permissions error. How can I fix this?:
Tina, you do not have permission to access this page. This could be due to one of several reasons:
1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
|
Quote:
Originally Posted by |Jordan|
I did all the edits but when a member of the group tries to post an event (Allow Members to Post Events is enabled in group options) they get a permission denied message. How do i fix this?
|
I managed to solve this problem.
- Go to template "socialgroups_events"
- Find the 4th line down, the code that starts with this <if condition="$show[new_event_button]"> and ends with |</if>
- Change it to this <if condition="$show[new_event_button]"><a id="add_event_link" class="smallfont" href="calendar.php?do=add&type=single&c=$calendari d">$vbphrase[new] $vbphrase[event]</a> |</if>
Woks fine for me on 3.8.5
Thanks Farcaster.