[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)
Locked
patito_loko
Registered User
Posts: 6
Joined: Tue Apr 22, 2008 2:00 am

Re: [BETA] Board3 Portal 2.1.0-b1

Post by patito_loko »

i' delete old folder and file. sorry.

now, im, log, and redirect here and showme " No route found for "GET /portal.php""
patito_loko
Registered User
Posts: 6
Joined: Tue Apr 22, 2008 2:00 am

Re: [BETA] Board3 Portal 2.1.0-b1

Post by patito_loko »

I have enabled the right column. But it is located below. which may be the problem? from to update everything as I told you marc, now the site is going well, but I have this problem with the right module that gets me down.

http://laplatapolitica.com.ar/portal
patito_loko
Registered User
Posts: 6
Joined: Tue Apr 22, 2008 2:00 am

Re: [BETA] Board3 Portal 2.1.0-b1

Post by patito_loko »

patito_loko wrote:I have enabled the right column. But it is located below. which may be the problem? from to update everything as I told you marc, now the site is going well, but I have this problem with the right module that gets me down.

http://laplatapolitica.com.ar/portal
portal_body file to remove the <! - INCLUDEJS portal / assets / jquery.getscrollbarwidth.js -> works again right column. but I wonder which part of code editing and serving this file in the assets folder with name jquery.getscrollbarwidth.js

Code: Select all

/*! Copyright (c) 2008 Brandon Aaron ([email protected] || http://brandonaaron.net)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) 
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 */

/**
 * Gets the width of the OS scrollbar
 */
(function($) {
	var scrollbarWidth = 0;
	$.getScrollbarWidth = function() {
		if ( !scrollbarWidth ) {
			var $div = $('<div />')
				.css({ width: 100, height: 100, overflow: 'auto', position: 'absolute', top: -1000, left: -1000 })
				.prependTo('body').append('<div />').find('div')
				.css({ width: '100%', height: 200 });
			scrollbarWidth = 100 - $div.width();
			$div.parent().remove();
		}
		return scrollbarWidth;
	};
})(jQuery);
User avatar
KlausiMaus
Registered User
Posts: 193
Joined: Sat Nov 15, 2014 4:55 pm

Re: [BETA] Board3 Portal 2.1.0-b1

Post by KlausiMaus »

Hi,
I just installed the Board3-Portal-develop-2.1.x I see it in ACP and activate it, but I have no idea how to get to the Portal.
My site is http://forum.kuhnert.ch/

Don't know if I have something forgotten do to install or enable.

Could you please help, show me the way to my portal (not to the next whisky bar :) )
Klaus (http://forum.kuhnert.ch/) :: Keep it simple, stupid :!:
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [BETA] Board3 Portal 2.1.0-b1

Post by Jessica »

KlausiMaus wrote:Hi,
I just installed the Board3-Portal-develop-2.1.x I see it in ACP and activate it, but I have no idea how to get to the Portal.
My site is http://forum.kuhnert.ch/

Don't know if I have something forgotten do to install or enable.

Could you please help, show me the way to my portal (not to the next whisky bar :) )
What is your extension path? It should be ext/board3/portal/

Then you can enable it in Manage Extensions
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
doenwenu
Registered User
Posts: 55
Joined: Sat Jul 27, 2013 6:16 am

Re: [BETA] Board3 Portal 2.1.0-b1

Post by doenwenu »

minimoibientot wrote:install successfully
;)

but ajax problem and impossible to remove modules and links
Here also. Ajay Error
Temperary unavailable
User avatar
Oroton
Registered User
Posts: 70
Joined: Wed Oct 17, 2012 10:40 am

Re: [BETA] Board3 Portal 2.1.0-b1

Post by Oroton »

how does this work with 3.0.x upgrade to 3.1.x? DB wise.

I was thinking of doing a vanilla install with phpbb 3.1 as I have a tonne of mods, and just use the DB, I already have this portal on my current board which is 3.0.12
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5657
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc
Contact:

Re: [BETA] Board3 Portal 2.1.0-b1

Post by Marc »

Updates from the phpBB 3.0.12 version of the portal to the 3.1 versions are unfortunately not supported. We decided against supporting it after the experience we had with conversions from Board3 Portal 1.0.6 to 2.0.x.
User avatar
franki_63
Registered User
Posts: 15
Joined: Wed Mar 28, 2012 2:26 pm
Location: Geldern-Walbeck(Germany)
Contact:

Re: [BETA] Board3 Portal 2.1.0-b1

Post by franki_63 »

Hallo Marc

There is also apparently a problem with the team block.
It shows in the 'Enhanced team block' only 3-4 members or it shows only
Administrators and moderators but not self-created groups.
The Testboard is a new phpbb3.1.1 with updatet DB from phpbb3.0.12 (without Mods).
LG franki_63 (Das Ahnenforum)
Sorry for my English (Google Translator)
User avatar
KlausiMaus
Registered User
Posts: 193
Joined: Sat Nov 15, 2014 4:55 pm

Re: [BETA] Board3 Portal 2.1.0-b1

Post by KlausiMaus »

Jessica wrote: What is your extension path? It should be ext/board3/portal/
Then you can enable it in Manage Extensions
Thanks, works now, but how to get the side to start with the Portal?
Klaus (http://forum.kuhnert.ch/) :: Keep it simple, stupid :!:
stragami
Registered User
Posts: 20
Joined: Thu Dec 06, 2012 5:48 am

Re: [BETA] Board3 Portal 2.1.0-b1

Post by stragami »

KlausiMaus wrote:
Jessica wrote: What is your extension path? It should be ext/board3/portal/
Then you can enable it in Manage Extensions
Thanks, works now, but how to get the side to start with the Portal?
Open: root/.htaccess
Add this to the end of the file:

Code: Select all

DirectoryIndex app.php index.php index.html index.htm
User avatar
Mathieu M.
Registered User
Posts: 181
Joined: Tue Nov 02, 2010 11:42 am
Location: France 🇫🇷
Name: Mathieu

Re: [BETA] Board3 Portal 2.1.0-b1

Post by Mathieu M. »

Hello,

I don't know if it has already been reported here there's no issue opened in Github), but when I disable left column, the right column is put under content...

Is it an already known bug ?


Thanks.
😄😄😍😄😄
User avatar
KlausiMaus
Registered User
Posts: 193
Joined: Sat Nov 15, 2014 4:55 pm

Re: [BETA] Board3 Portal 2.1.0-b1

Post by KlausiMaus »

stragami wrote: Open: root/.htaccess
Add this to the end of the file:

Code: Select all

DirectoryIndex app.php index.php index.html index.htm
No, that's not working, forum and portal are on a Windows Server hosted
Last edited by Marc on Mon Nov 17, 2014 1:50 pm, edited 1 time in total.
Klaus (http://forum.kuhnert.ch/) :: Keep it simple, stupid :!:
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5657
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc
Contact:

Re: [BETA] Board3 Portal 2.1.0-b1

Post by Marc »

Mathieu M. wrote:Hello,

I don't know if it has already been reported here there's no issue opened in Github), but when I disable left column, the right column is put under content...

Is it an already known bug ?


Thanks.
I haven't seen this but the alignment of the columns has been changed in the current development version so this might be fixed already.
KlausiMaus wrote:
stragami wrote: Open: root/.htaccess
Add this to the end of the file:

Code: Select all

DirectoryIndex app.php index.php index.html index.htm
No, that's not working, forum and portal are on a Windows Server hosted
Unfortunately, I have no idea how this can be done on an IIS server.
User avatar
Mathieu M.
Registered User
Posts: 181
Joined: Tue Nov 02, 2010 11:42 am
Location: France 🇫🇷
Name: Mathieu

Re: [BETA] Board3 Portal 2.1.0-b1

Post by Mathieu M. »

Marc wrote:
Mathieu M. wrote:Hello,

I don't know if it has already been reported here there's no issue opened in Github), but when I disable left column, the right column is put under content...

Is it an already known bug ?


Thanks.
I haven't seen this but the alignment of the columns has been changed in the current development version so this might be fixed already.
I've just downloaded the extension 2 hours ago, is it the newest version, isn't it ?
😄😄😍😄😄
Locked

Return to “Extensions in Development”