[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!
Scam Warning
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

Re: [BETA] Board3 Portal 2.1.0-b1

Post by Marc »

Please check if you have more <div>s in your custom module block than you should have. It seems like this causes the portal-right column to be prematurely closed.
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 »

That was the problem. All fixed!

I had copied the code over from my current portal and have left a DIV in there for all 3 of them.
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 don't think this one is my fault.

I am trying to set the order of the modules on the LEFT and they don't save. No matter what I do they stay in the same order. Here is a screen recording of what I am seeing.


https://www.youtube.com/watch?v=z4y6dFHDoZo
I would watch at full size so you can see it better.

Notice in the video I am moving the PayPal module up a few spaces. But when I refresh the screen the PayPal module goes back to it's original spot. I can't seem to set the order that I want and have it stay that way.
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 »

The portal uses ajax to move modules up and down in the ACP.
Could you maybe check if and what the ajax queries return?
User avatar
draky
Registered User
Posts: 250
Joined: Tue Dec 10, 2002 2:04 pm
Location: France
Name: Gilles W.

Re: [BETA] Board3 Portal 2.1.0-b1

Post by draky »

Where do you upload files ?

/ext/marc/portal/ ?
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 »

draky wrote:Where do you upload files ?

/ext/marc/portal/ ?
ext/board3/portal ;) The download package already has that order, just upload the board3 file to ext file.
Dutch Translator | Looking for, Dutch extensions translations
User avatar
draky
Registered User
Posts: 250
Joined: Tue Dec 10, 2002 2:04 pm
Location: France
Name: Gilles W.

Re: [BETA] Board3 Portal 2.1.0-b1

Post by draky »

Thanks, usually, it's a "name" ;)
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 »

draky wrote:Thanks, usually, it's a "name" ;)
I know, this is the first extension that I know of that it is like this ;) What i mostly do if I'm not sure which maps I have to use, is checking the composer.json file.
Dutch Translator | Looking for, Dutch extensions translations
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 29002
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier

Re: [BETA] Board3 Portal 2.1.0-b1

Post by Paul »

watisnf.nl wrote:
draky wrote:Thanks, usually, it's a "name" ;)
I know, this is the first extension that I know of that it is like this ;) What i mostly do if I'm not sure which maps I have to use, is checking the composer.json file.
However, the way Marc packaged it, will be the requirement for the extension database later on :).
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 »

Marc wrote:The portal uses ajax to move modules up and down in the ACP.
Could you maybe check if and what the ajax queries return?
I was able to make the changes on my work computer.... So who knows what actually happened. Very strange.
User avatar
wintstar
Registered User
Posts: 395
Joined: Sat Mar 07, 2009 12:39 pm
Location: Central Hessen, close to the "heart of nature", Germany

Re: [BETA] Board3 Portal 2.1.0-b1

Post by wintstar »

https://github.com/board3/Board3-Portal/issues/320

Hide the phpBB menu on the portal page for the function I've found another solution that works well:
open root/ext/board3/portal/prosilver/template/portal/portal_body.html

find

Code: Select all

<!-- INCLUDE overall_header.html -->
add after

Code: Select all

<!-- IF not $S_IN_PORTAL or not S_DISPLAY_PHPBB_MENU -->
<style>.navbar {display: none;}</style>
<!-- ENDIF -->
marian0810
Former Team Member
Posts: 3011
Joined: Mon May 21, 2007 9:17 pm
Location: The Netherlands
Name: Marian

Re: [BETA] Board3 Portal 2.1.0-b1

Post by marian0810 »

It still requires me to upload the images for every style :( Will I break anything if I just change all the instances of {T_EXT_THEME_PATH} to prosilver in one go?
You and me, time and space. You watch us run!
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 »

The use of T_EXT_THEME_PATH will be replaced by CSS rules that properly support template inheritance in the next release.
marian0810
Former Team Member
Posts: 3011
Joined: Mon May 21, 2007 9:17 pm
Location: The Netherlands
Name: Marian

Re: [BETA] Board3 Portal 2.1.0-b1

Post by marian0810 »

Awesome, thank you :)
You and me, time and space. You watch us run!
User avatar
noth
Registered User
Posts: 2528
Joined: Fri Jan 07, 2005 7:10 pm
Location: North Surrey

Re: [BETA] Board3 Portal 2.1.0-b1

Post by noth »

I love Board3 Portal in 3.0 so will definitely enstall this in 3.1, thanks ! :P

Return to “Extensions in Development”