Search found 627 matches

by michaelo
Mon Dec 04, 2017 11:13 pm
Forum: Abandoned Extensions
Topic: [ABD] Portal Extension for phpBB 3.1.x
Replies: 236
Views: 86594

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

I can no longer support this due to life getting in the way and some other commitments. I can say however, I just tested with phpBB 3.2.1 on a new install and it's still working... One fix required for mysqi error/warning report... in ext/phpbbireland/portal/includes/func.php around line 226 Find: a...
by michaelo
Fri Mar 03, 2017 7:42 am
Forum: Abandoned Extensions
Topic: [ABD] Portal Extension for phpBB 3.1.x
Replies: 236
Views: 86594

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

Should be doable.. we use to have it...
Might take me a little while as my system had to be rebuilt after MB dying loosing my main hard-drive at the same time...

I'm now on Windows 10 but have to rebuild everything...
Mike
by michaelo
Wed Feb 15, 2017 4:30 pm
Forum: Abandoned Extensions
Topic: [ABD] Form Maker/Creator
Replies: 85
Views: 84879

Re: [3.2][DEV] Form Maker/Creator

I was wrong, it's new code... appears to be caused by posting_editor_message_after ... best ask dmzx...
A bit tricky by the looks of it...
by michaelo
Wed Feb 15, 2017 2:45 pm
Forum: Abandoned Extensions
Topic: [ABD] Form Maker/Creator
Replies: 85
Views: 84879

Re: [3.2][DEV] Form Maker/Creator

RMcGirr83 wrote: Sun Jan 22, 2017 1:08 pm why are you setting submit buttons to not display? It is conflicting with my contact admin extension (it hides the submit button).
The default submit button is hidden, else you have two copies... can't remember why but it's fixable...
by michaelo
Wed Feb 15, 2017 2:11 pm
Forum: Abandoned Extensions
Topic: [ABD] Form Maker/Creator
Replies: 85
Views: 84879

Re: [3.2][DEV] Form Maker/Creator

Originally I suspected it should be forum_id and form_id (which means the function call would also require updating), however... the forum ID should not be required... A quick test just using one form_id var in both the prototype and function call appears to work fine as per my original code... $thi...
by michaelo
Wed Feb 15, 2017 8:10 am
Forum: Abandoned Extensions
Topic: [ABD] Portal Extension for phpBB 3.1.x
Replies: 236
Views: 86594

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

I will install phpbb 3.2 and see if I can find any issues... Sorry for the late reply, unfortunately, health issues again... happens when you get on a bit... ... updated... I've installed with 3.2 and I have no issues... can you guys post showing errors and/or identify block problems... screenshot w...
by michaelo
Thu Feb 02, 2017 9:26 am
Forum: Abandoned Extensions
Topic: [ABD] Portal Extension for phpBB 3.1.x
Replies: 236
Views: 86594

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

Will check this out as soon as I get a chance...

Looks like a fix to the css is required but I don't know if php 3.x has a mobile specific switch to disable anything...

Mike

PS, your sample link looks like board3 portal not Kiss Portal extension?
by michaelo
Sun Jan 08, 2017 10:23 am
Forum: Abandoned Extensions
Topic: [ABD] Portal Extension for phpBB 3.1.x
Replies: 236
Views: 86594

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

Is there a possability to get content from my extension into a block of portal? Basically the answer is yes... Blocks have two parts... (1) The php file to process data (read/write) and (2) the HTML file to display this data... You can pass data to any block globally or via any function call using ...
by michaelo
Sun Nov 06, 2016 8:58 am
Forum: Abandoned Extensions
Topic: [ABD] Portal Extension for phpBB 3.1.x
Replies: 236
Views: 86594

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

Thanks for the feedback...

Haven't had much chance to work on the code this year but happy to know it's still working..
Mike
by michaelo
Sat Nov 05, 2016 9:56 am
Forum: Abandoned Extensions
Topic: [ABD] Portal Extension for phpBB 3.1.x
Replies: 236
Views: 86594

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

The small avatar size I use for blocks is set in the portal_common.css .small_avatar img { max-height: 16px; width: auto; } In the case of the top posters block I set the div class to: <div class="trow small_avatar" style="width:100%;"> to restrict the avatars size... this may be...
by michaelo
Fri Oct 14, 2016 1:46 pm
Forum: Abandoned Extensions
Topic: [ABD] Portal Extension for phpBB 3.1.x
Replies: 236
Views: 86594

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

The path should be.... ext/phpbbireland/portal ... The kiss_portal_engine_1_0_20 is for phpBB 2.x not for phpBB 3.x The phpBB 3.1 requires the portal-master.zip from the link below... The github link is: https://github.com/phpbbireland/portal Installing: Download the portal-master.zip and extract it...
by michaelo
Tue Oct 11, 2016 11:26 pm
Forum: Abandoned Extensions
Topic: [ABD] Portal Extension for phpBB 3.1.x
Replies: 236
Views: 86594

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

The portal should work with the latest phpBB but keep in mind, development is very slow as I am old and the world is getting faster... I can't keep up :mrgreen:
by michaelo
Tue Sep 20, 2016 6:34 pm
Forum: Abandoned Extensions
Topic: [ABD] Portal Extension for phpBB 3.1.x
Replies: 236
Views: 86594

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

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?
by michaelo
Mon Sep 19, 2016 2:44 pm
Forum: Abandoned Extensions
Topic: [ABD] Portal Extension for phpBB 3.1.x
Replies: 236
Views: 86594

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

Need more details... but anything is possible...
by michaelo
Tue Jul 26, 2016 6:24 pm
Forum: Abandoned Extensions
Topic: [ABD] Portal Extension for phpBB 3.1.x
Replies: 236
Views: 86594

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

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 to...

Go to advanced search