[ABD] Portal Extension for phpBB 3.1.x

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
User avatar
michaelo
Registered User
Posts: 1292
Joined: Thu Jun 13, 2002 3:49 am
Location: Dublin, Ireland
Name: Michael O'Toole
Contact:

Re: [DEV] Portal Extension for phpBB 3.1.x

Post by michaelo »

Necromancer wrote:Installed portal from the github on a fresh 3.1.9 installed phpbb, was smooth and the portal and blocks seem to work, but the ACP -> Portal tab doesn't load, instead spitting an error

any ideas how to fix that?
I've just installed Kiss Portal with 3.1.9 and have no issues... what git source did you use?

Image
Image
Contributions: Mods & Styles Extensions
(site is down): Kiss Portal Engine
Necromancer
Registered User
Posts: 31
Joined: Thu Mar 08, 2012 2:06 pm

Re: [DEV] Portal Extension for phpBB 3.1.x

Post by Necromancer »

i used this one
https://github.com/phpbbireland/portal
just clicked the "clone or download" button, and uploaded into the phpbb/ext/ directory as written.
that portal tab in your second picture doesn't load up for me.

Code: Select all

Fatal error: Uncaught exception 'phpbb\exception\runtime_exception' with message 'FSOCK_DISABLED' in /home/domain/public_html/phpBB3/phpbb/file_downloader.php:94 Stack trace: #0 /home/domain/public_html/phpBB3/includes/functions_admin.php(3232): phpbb\file_downloader->get('phpbbireland.co...', '/kiss2/updates', 'portal.xml', 80, 6) #1 /home/domain/public_html/phpBB3/ext/phpbbireland/portal/acp/config_module.php(116): get_remote_file('phpbbireland.co...', '/kiss2/updates', 'portal.xml', '', 0) #2 /home/domain/public_html/phpBB3/ext/phpbbireland/portal/acp/config_module.php(31): phpbbireland\portal\acp\config_module->check_version() #3 /home/domain/public_html/phpBB3/includes/functions_module.php(674): phpbbireland\portal\acp\config_module->main('\\phpbbireland\\p...', 'config_portal') #4 /home/domain/public_html/phpBB3/adm/index.php(81): p_master->load_active() #5 {main} thrown in /home/domain/public_html/phpBB3/phpbb/file_downloader.php on line 94
whats that
get_remote_file('phpbbireland.co...', '/kiss2/updates', 'portal.xml', '', 0)
/phpbb/file_downloader.php on line 94
Necromancer
Registered User
Posts: 31
Joined: Thu Mar 08, 2012 2:06 pm

Re: [DEV] Portal Extension for phpBB 3.1.x

Post by Necromancer »

fixed by going to
phpBB3/ext/phpbbireland/portal/acp/config_module.php
and commenting out line 31

Code: Select all

	//$data = $this->check_version();
seems there is a problem with permissions though.
not registered users can't even access the portal (redirected to the forum index page)
only signed users see the portal and blocks and changes made to it.
User avatar
michaelo
Registered User
Posts: 1292
Joined: Thu Jun 13, 2002 3:49 am
Location: Dublin, Ireland
Name: Michael O'Toole
Contact:

Re: [DEV] Portal Extension for phpBB 3.1.x

Post by michaelo »

I only set admin and registered group permissions...
Got to ACP > PERMISSIONS (tab), GLOBAL PERMISSIONS - Group Permissions and select guests in dropdown and click Submit...

Then Advanced Permissions... Portal Tab and check "Can view portal"... and apply
You might check the other groups too just in case...


As to the portal.xml on my server, it does exist but get_remote_file (which requires curl) has been depreciated and may require some updating... It does however work with the current code and 3.1.19 (testing with local server)... I will check for updates to this....

Just realised I have already updated this code to

Code: Select all

$file_downloader = $phpbb_container->get('file_downloader');
So the code should be perfect...
Mike
Contributions: Mods & Styles Extensions
(site is down): Kiss Portal Engine
Jabhi
Registered User
Posts: 572
Joined: Mon Feb 27, 2012 6:12 am

Re: [DEV] Portal Extension for phpBB 3.1.x

Post by Jabhi »

Hi Mike!
Good day! I was busy and I didnt try the 3.1.x extensions. But I think in mobile mod, portal doesnt require left and right block. It will look good when placing in centre block by preference.
Just an opinion.
See you around.
Go phpBB go... Respected : Developers, Supporters.
ghost1313
Registered User
Posts: 80
Joined: Sat Aug 27, 2016 7:47 pm

Re: [DEV] Portal Extension for phpBB 3.1.x

Post by ghost1313 »

Sorry for this newbish question, is this just a customizable portal(overview) page that allows you to then go into your forum? I could set videos or customer ads in the blocks managed through ext tab (or another tab) fairly easily?

Seems like a slick ext, thanks for all the work and time put into it!
User avatar
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [DEV] Portal Extension for phpBB 3.1.x

Post by eunaumtenhoid »

pagination for news block ?
choose the forums q appear in the block category?

is possible?
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
User avatar
michaelo
Registered User
Posts: 1292
Joined: Thu Jun 13, 2002 3:49 am
Location: Dublin, Ireland
Name: Michael O'Toole
Contact:

Re: [DEV] Portal Extension for phpBB 3.1.x

Post by michaelo »

Need more details... but anything is possible...
Contributions: Mods & Styles Extensions
(site is down): Kiss Portal Engine
User avatar
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [DEV] Portal Extension for phpBB 3.1.x

Post by eunaumtenhoid »

michaelo wrote:Need more details... but anything is possible...
LIKE board portal

in block news dont have pagination
set id forum for categories block
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
User avatar
michaelo
Registered User
Posts: 1292
Joined: Thu Jun 13, 2002 3:49 am
Location: Dublin, Ireland
Name: Michael O'Toole
Contact:

Re: [DEV] Portal Extension for phpBB 3.1.x

Post by michaelo »

I haven't implemented the news block in 3.1, however phpBB 3.x may have added the option to have news items... if so a news block with pagination should be easy enough...

I would need to check my code but in 3.1 the news fetch should return nothing... are you showing results?
Contributions: Mods & Styles Extensions
(site is down): Kiss Portal Engine
Marshmellooo
Registered User
Posts: 16
Joined: Tue Aug 23, 2016 8:53 pm

Re: [DEV] Portal Extension for phpBB 3.1.x

Post by Marshmellooo »

Anybody tested this on PBtech style?
Is it working fine?


Thanks alot for this extension it seems to be awesome and useful :D


Regards
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: [DEV] Portal Extension for phpBB 3.1.x

Post by 3Di »

Marshmellooo wrote:Anybody tested this on PBtech style?
Is it working fine?
Installing an extension is just a matter of some minute, do it yourself, try it and...
.. in case, report the issues you got. If you are not satisfied you can simply disable it.
That's why the extensions have been made for., better than a demo. ;)
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
Marshmellooo
Registered User
Posts: 16
Joined: Tue Aug 23, 2016 8:53 pm

Re: [DEV] Portal Extension for phpBB 3.1.x

Post by Marshmellooo »

3Di wrote: Installing an extension is just a matter of some minute, do it yourself, try it and...
.. in case, report the issues you got. If you are not satisfied you can simply disable it.
That's why the extensions have been made for., better than a demo. ;)
Alright i will thanks anyways :D
BertWijman
Registered User
Posts: 4
Joined: Tue Oct 11, 2016 12:53 pm

Re: [DEV] Portal Extension for phpBB 3.1.x

Post by BertWijman »

Is it compatible with my phpbb3.1.9?

And if so, where can I download it?



Bert Wijman
The Netherlands
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: [DEV] Portal Extension for phpBB 3.1.x

Post by Lumpy Burgertushie »

BertWijman wrote:Is it compatible with my phpbb3.1.9?

And if so, where can I download it?



Bert Wijman
The Netherlands
most of the time all extensions will be compatible with all versions of 3.1
the way to find out is to install it and see if it works.
the download is in the first post of this topic. in this case it is a link to the github page for it.
keep in mind , this is still in development and it may or may not work properly etc.

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
Locked

Return to “Abandoned Extensions”