[CDB] Board3 Portal 2.1.0-RC2

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Suggested Hosts
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5730
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc

[CDB] Board3 Portal 2.1.0-RC2

Post by Marc »

Extension Name: Board3 Portal
Author: Marc, nickvergessen

Extension Description::
Adds a portal with several modules to your forum. You can change the settings, move the modules, add new modules, and more in the ACP.
ImageImage
Extension Version:: 2.1.0-RC2
Required phpBB version:: 3.1.3

Features:
  • Moving, adding, deleting, and customizing modules in the ACP
  • Table-less prosilver layout
  • Unlimited custom blocks - you can add as many custom blocks in the ACP as you want
  • Responsive portal layout in prosilver
  • ...
Screenshots:
Board3 Portal @ Full HD
Image

Board3 Portal @ Nexus 4
Image


Demo URL: none yet

Extension Download:
https://www.phpbb.com/customise/db/exte ... ortal_ext/

Issue Tracker & Feature Tracker:
Board3 Portal Github issue tracker
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5730
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc

Re: [BETA] Board3 Portal 2.1.0-b1

Post by Marc »

Reserved
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11148
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

Re: [BETA] Board3 Portal 2.1.0-b1

Post by Raul [ThE KuKa] »

Nice work, and "Responsive" layout, very good. ;)

More translations... :mrgreen:
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
watisnf.nl
Registered User
Posts: 607
Joined: Sat Mar 13, 2010 12:53 pm
Location: The Netherlands
Name: David

Re: [BETA] Board3 Portal 2.1.0-b1

Post by watisnf.nl »

Nice, looks like I have some testing to do ;) Dutch translation will be made on Github, I will provide a link when we have done some work on it. Thanks for you time and efforts making this extension :D
Dutch Translator | Looking for, Dutch extensions translations
User avatar
PayBas
Former Team Member
Posts: 930
Joined: Thu May 25, 2006 12:37 am

Re: [BETA] Board3 Portal 2.1.0-b1

Post by PayBas »

I'd try to move away from using: <img src="{T_EXT_THEME_PATH}/images/portal/portal_user.png" width="16" height="16" alt="" />

First of all so that it's easier to replace icons without having to edit all the templates (simply assign a CSS class instead, and define the icons in portal.css

Secondly, because {T_EXT_THEME_PATH} doesn't really like template inheritance. If a style inherits from proSilver, it will try to look for files with {T_EXT_THEME_PATH} in the path inside the child's path. This is "good", but having to copy a single .css file to another ext style folder is easier than having to copy all the icons etc. as well.
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Re: [BETA] Board3 Portal 2.1.0-b1

Post by Peter77sx »

I think in responsive mode it could look more cleaner with 1 column and not more.
User avatar
watisnf.nl
Registered User
Posts: 607
Joined: Sat Mar 13, 2010 12:53 pm
Location: The Netherlands
Name: David

Re: [BETA] Board3 Portal 2.1.0-b1

Post by watisnf.nl »

PayBas wrote:I'd try to move away from using: <img src="{T_EXT_THEME_PATH}/images/portal/portal_user.png" width="16" height="16" alt="" />

First of all so that it's easier to replace icons without having to edit all the templates (simply assign a CSS class instead, and define the icons in portal.css

Secondly, because {T_EXT_THEME_PATH} doesn't really like template inheritance. If a style inherits from proSilver, it will try to look for files with {T_EXT_THEME_PATH} in the path inside the child's path. This is "good", but having to copy a single .css file to another ext style folder is easier than having to copy all the icons etc. as well.

That might be the reason this extension isn't working well on Prosilver Special Edition, I tried to add the map all and I add all the content of the map prosilver but it still has some issues ;)
Dutch Translator | Looking for, Dutch extensions translations
User avatar
PayBas
Former Team Member
Posts: 930
Joined: Thu May 25, 2006 12:37 am

Re: [BETA] Board3 Portal 2.1.0-b1

Post by PayBas »

watisnf.nl wrote:That might be the reason this extension isn't working well on Prosilver Special Edition
Exactly.
watisnf.nl wrote:I tried to add the map all and I add all the content of the map prosilver but it still has some issues ;)
You don't need to copy files to /all/, since prosilver SE inherits from prosilver. So the templates should work just fine. The problem is that assets (CSS, JS and images) are more difficult to inherit. That's why this ext could use some of the changes I suggested.
User avatar
watisnf.nl
Registered User
Posts: 607
Joined: Sat Mar 13, 2010 12:53 pm
Location: The Netherlands
Name: David

Re: [BETA] Board3 Portal 2.1.0-b1

Post by watisnf.nl »

Thanks for you explanation Paybas, I didn't no. I was under the assumption that my changes would fix it.

Marc, my 3.0 Board3 Portal is saying that it's outdated and that there is a new version available. It's redirecting to this extension (announcement on your board) please keep in mind that not every user knows that a extension isn't a modification. They might want to try and update it... ;)
Dutch Translator | Looking for, Dutch extensions translations
User avatar
Mess
Registered User
Posts: 985
Joined: Wed Jul 01, 2009 6:37 am
Name: Kim

Re: [BETA] Board3 Portal 2.1.0-b1

Post by Mess »

Great to see this will be ported aswell. Any hope for portalview in this new version :?:
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5730
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc

Re: [BETA] Board3 Portal 2.1.0-b1

Post by Marc »

PayBas wrote:I'd try to move away from using: <img src="{T_EXT_THEME_PATH}/images/portal/portal_user.png" width="16" height="16" alt="" />

First of all so that it's easier to replace icons without having to edit all the templates (simply assign a CSS class instead, and define the icons in portal.css

Secondly, because {T_EXT_THEME_PATH} doesn't really like template inheritance. If a style inherits from proSilver, it will try to look for files with {T_EXT_THEME_PATH} in the path inside the child's path. This is "good", but having to copy a single .css file to another ext style folder is easier than having to copy all the icons etc. as well.
I think this mainly still exists due to issues with theme paths we had in earlier versions of 3.1.
I'll try to get rid of this.
Peter77sx wrote:I think in responsive mode it could look more cleaner with 1 column and not more.
Derky has mentioned something similar here: https://github.com/board3/Board3-Portal/issues/243
I'll be glad to get more input though.
watisnf.nl wrote:Marc, my 3.0 Board3 Portal is saying that it's outdated and that there is a new version available. It's redirecting to this extension (announcement on your board) please keep in mind that not every user knows that a extension isn't a modification. They might want to try and update it... ;)
Thanks. I forgot that the this would change while updating the version check file. Anyway, more reasons to move to the new json format for RC1.
Mess wrote:Great to see this will be ported aswell. Any hope for portalview in this new version :?:
I first tried to get the portal up and running. There has been no final decision on portalview. I might be able to add it once the portal gets closer to a stable release. However, it might be another extension that requires this one.
User avatar
JupiterGPL
Registered User
Posts: 131
Joined: Thu Jun 08, 2006 4:52 pm

Re: [BETA] Board3 Portal 2.1.0-b1

Post by JupiterGPL »

Peter77sx wrote:I think in responsive mode it could look more cleaner with 1 column and not more.
I completely agree with this.

Is there a way that you could add some type of checkbox in the admin area to designate which modules could show up in a single column mobile mode?
User avatar
Mess
Registered User
Posts: 985
Joined: Wed Jul 01, 2009 6:37 am
Name: Kim

Re: [BETA] Board3 Portal 2.1.0-b1

Post by Mess »

I'm only using single column even in full width. :)
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Re: [BETA] Board3 Portal 2.1.0-b1

Post by Peter77sx »

Mess wrote:I'm only using single column even in full width. :)
I figured that was possible :) and that maybe not so much this extension fault. I think Prosilver is just aging in front of our eyes.
User avatar
JupiterGPL
Registered User
Posts: 131
Joined: Thu Jun 08, 2006 4:52 pm

Re: [BETA] Board3 Portal 2.1.0-b1

Post by JupiterGPL »

I have noticed that when I create more than 1 custom module in the RIGHT COLUMN. The 2nd and 3rd module is shown below everything as if it was put in to the BOTTOM AREA.

I have 3 custom twitter feeds in this spot. They are all listed in the RIGHT COLUMN. If I move one to the top that top one displays correctly, but the remaining 2 are moved to the BOTTOM. I just added the Calendar Module back in to the RIGHT COLUMN and it is also being moved to the BOTTOM.

See my test portal page here:
http://www.gopherpucklive.com/31testsit ... php/portal

Return to “Extensions in Development”