Search found 8 matches
- 31. January 2016 06:59
- Forum: Modification Requests
- Topic: mChat on Board3 Portal 2.1.0 phpbb 3.1.7 pl1
- Replies: 6
- Views: 17771
mChat on Board3 Portal 2.1.0 phpbb 3.1.7 pl1
Hi, I have been trying to get the older version that was created to work on the new releases of mChat, Board3 portal, phpbb 3.1.7 pl1 and have no luck getting it to work. I as well as several others would be most appreciative if someone with more coding knowledge then I would be kind enough to rewri...
- 29. January 2016 20:24
- Forum: Board3 Portal 2.1.x - English Support
- Topic: No Permissions to view portal in ACP after update to 3.1.7-
- Replies: 20
- Views: 58054
Re: No Permissions to view portal in ACP after update to 3.
Yeah I posted over on the phpbb board and they gave me the boot and told me to contact the extension author, Strange since it did not have any issues until the 3.1.7 update.
- 29. January 2016 19:17
- Forum: Board3 Portal 2.1.x - English Support
- Topic: No Permissions to view portal in ACP after update to 3.1.7-
- Replies: 20
- Views: 58054
Re: No Permissions to view portal in ACP after update to 3.
Thanks for the solution You can insert it so: static public function getSubscribedEvents() { return array( 'core.user_setup' => 'load_portal_language', 'core.viewonline_overwrite_location' => 'viewonline_page', 'core.page...
- 29. January 2016 07:58
- Forum: Board3 Portal 2.1.x - English Support
- Topic: No Permissions to view portal in ACP after update to 3.1.7-
- Replies: 20
- Views: 58054
Re: No Permissions to view portal in ACP after update to 3.
Ok update time. I was checking into this issue and here is my resolution without modifying any core phpbb files. You will have to edit the listener.php file located at ext/board3/portal/events/listener.php Open listener.php and find the following located near the top: static public function getSubsc...
- 24. January 2016 07:48
- Forum: Board3 Portal 2.1.x - English Support
- Topic: No Permissions to view portal in ACP after update to 3.1.7-
- Replies: 20
- Views: 58054
Re: No Permissions to view portal in ACP after update to 3.
Ok found the file and code that was causing the issue for me. includes/acp/auth.php. When I commented out the code below the "Can view the portal" option returned in 3.1.7 pl1. Checking the same file in 3.1.6 it does not have the same code listed below. if (!$phpbb_permissions->permission_...
- 24. January 2016 01:07
- Forum: Board3 Portal 2.1.x - English Support
- Topic: No Permissions to view portal in ACP after update to 3.1.7-
- Replies: 20
- Views: 58054
Re: No Permissions to view portal in ACP after update to 3.
Ok I installed a vanilla version of 3.1.6 and a vanilla version of 3.1.7 pl1 and installed board3 portal on both and the option in the ACP misc tab on 3.1.7 pl1 is missing compared to 3.1.6. I have installed 3.1.7 pl1 a total of three times and the same result each time. phpBB 3.1.6 http://www.norwe...
- 19. January 2016 06:05
- Forum: Board3 Portal 2.1.x - English Support
- Topic: No Permissions to view portal in ACP after update to 3.1.7-
- Replies: 20
- Views: 58054
Re: No Permissions to view portal in ACP
Just checked into this further and this was my solution to registered users not being able to see the portal. Admins and Guests could always see it but when a registered user logged in then it dis-appeared. ACP > Users And Groups > Group Permissions > Registered Users > Hit submit > Role= Standard F...
- 19. January 2016 05:32
- Forum: Board3 Portal 2.1.x - English Support
- Topic: No Permissions to view portal in ACP after update to 3.1.7-
- Replies: 20
- Views: 58054
Re: No Permissions to view portal in ACP
Any updates as to what exactly caused this issue?
Terry
Terry