Discuss: phpBB 3.1.0-RC1 released

Do not post support requests, bug reports or feature requests. Discuss phpBB here. Non-phpBB related discussion goes in General Discussion!
Scam Warning
User avatar
Crizzo
Translations & International Support Teams Manager
Translations & International Support Teams Manager
Posts: 1757
Joined: Thu Apr 23, 2009 1:20 pm
Location: Stuttgart, Germany
Name: Christian

Re: Discuss: phpBB 3.1.0-RC1 released

Post by Crizzo »

Stoker 4.0 wrote:I have been looking for codechanges so i can update style and language.
Is it available?
What language do you want to update?

@Style:
Last days the style-code-changes were about 7 MiB, so i don't think this is useful for your. For myself i think, i will create my style new from the prosilver. There are so many changes and relating to responsive design, this should be the easier way. :)
My extensions for phpBB: CDB
German phpBB Support at www.phpbb.de
User avatar
Stoker 4.0
Registered User
Posts: 1548
Joined: Sun Feb 13, 2011 1:33 pm
Location: Funen, Denmark
Name: Ulrik Christensen

Re: Discuss: phpBB 3.1.0-RC1 released

Post by Stoker 4.0 »

Thanks
~ The greatest achievement in life is to inspire ~
Regards Stoker
Skhilled44
Registered User
Posts: 21
Joined: Wed Mar 26, 2014 12:29 pm

Re: Discuss: phpBB 3.1.0-RC1 released

Post by Skhilled44 »

Paul wrote:There is no such thing as MODs anymore, MODs are replaced with extensions, which just need to be uploaded into the right folder, and after that need to be enabled in your ACP.
So, for the end user, the process is still the same except the "install" part? And extension files and folders still need to be uploaded to their respective folders as before...pretty much the same process correct?

If there is a problem, i.e. a particular piece of code that was not installed because of imporper coding or conflict with another extension's code, will it still let you know so you can add the missing/problematic code manually?
nicofuma
3.2 Release Manager
3.2 Release Manager
Posts: 546
Joined: Sun Apr 13, 2014 1:47 am
Location: Grenoble - France

Re: Discuss: phpBB 3.1.0-RC1 released

Post by nicofuma »

Each extension uses its own directory (and only one): ext/<vendor>/<ext_name>/ all the files added by the extension must be in this directory (and so the extensions does not change any existing file).

=> we can't have any conflict to solve manually. Some extensions could be incompatible but it's not the same issue and it' very easy to solve: disable one of the extensions.
Member of phpBB Development-Team
No Support via PM
User avatar
Agent_K64
Registered User
Posts: 18
Joined: Fri May 26, 2006 5:32 am

Re: Discuss: phpBB 3.1.0-RC1 released

Post by Agent_K64 »

Congratulations on RC. :) The new features look great--can't wait to upgrade once the final release is available!
Korkel
Registered User
Posts: 391
Joined: Mon Jun 02, 2014 7:09 am
Location: ~/home/Liz/Desktop
Name: Liz Aalderink

Re: Discuss: phpBB 3.1.0-RC1 released

Post by Korkel »

Paul wrote:There is no such thing as MODs anymore, MODs are replaced with extensions, which just need to be uploaded into the right folder, and after that need to be enabled in your ACP.
Does it mean, no more code edits?
"If you lose your left arm, your right arm will be left."
“The most important property of a program is whether it accomplishes the intention of its user.”
Image
User avatar
Crizzo
Translations & International Support Teams Manager
Translations & International Support Teams Manager
Posts: 1757
Joined: Thu Apr 23, 2009 1:20 pm
Location: Stuttgart, Germany
Name: Christian

Re: Discuss: phpBB 3.1.0-RC1 released

Post by Crizzo »

Korkel wrote:
Paul wrote:There is no such thing as MODs anymore, MODs are replaced with extensions, which just need to be uploaded into the right folder, and after that need to be enabled in your ACP.
Does it mean, no more code edits?
The ideal case should be: never touch the phpbb-core files.

Always use a extension for your stuff.

So: Download Extension --> upload the extension per ftp to his directory --> acp --> enable --> done ;)
My extensions for phpBB: CDB
German phpBB Support at www.phpbb.de
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Re: Discuss: phpBB 3.1.0-RC1 released

Post by Peter77sx »

Shouldn't have to hack into the core anymore. I personally will. its quicker to just add one line of code without having to figure out how to write an ext for as i'm not so code savvy :)
Skhilled44
Registered User
Posts: 21
Joined: Wed Mar 26, 2014 12:29 pm

Re: Discuss: phpBB 3.1.0-RC1 released

Post by Skhilled44 »

Ok, I understand more clearly but still wish they would be uploaded via the ACP as well as styles. It would make things easier for people who are new to forums. Personally, I know quite a few people who shy away from phpBB and other such software because of this. The reasoning is it takes longer for them to get their forum going the way they want because it is a steeper learning curve for them. If they uploaded via the ACP, they could get the forum going and then learn manual uploading and manual editing at their leisure.

Well, maybe in the near future...
User avatar
Crizzo
Translations & International Support Teams Manager
Translations & International Support Teams Manager
Posts: 1757
Joined: Thu Apr 23, 2009 1:20 pm
Location: Stuttgart, Germany
Name: Christian

Re: Discuss: phpBB 3.1.0-RC1 released

Post by Crizzo »

@Skhilled44:
Could be a feature for 3.2. The step is not to big, i think, when we already have an extensions system like this.
My extensions for phpBB: CDB
German phpBB Support at www.phpbb.de
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18490
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón

Re: Discuss: phpBB 3.1.0-RC1 released

Post by DavidIQ »

Yes you are correct the step is not too big. We are making plans to update our Customisations Database (Titania) to allow for the phpBB software to connect to it remotely, download, and unpackage extensions and styles to their destination location. Then the administrator would go trough the enabling of them, although this part is not really set in stone on how it will be done.
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
Pony99CA
Registered User
Posts: 4783
Joined: Thu Sep 30, 2004 3:13 pm
Location: Hollister, CA
Name: Steve

Re: Discuss: phpBB 3.1.0-RC1 released

Post by Pony99CA »

Skhilled44 wrote:I know quite a few people who shy away from phpBB and other such software because of this. The reasoning is it takes longer for them to get their forum going the way they want because it is a steeper learning curve for them.
Is it really that much steeper. If they install the forum software the preferred way (in other words, not using "one-step installers" that aren't supported), they still have to upload the phpBB files and run the installation process.

If they can do that, I would think that uploading and installing extensions would be a piece of cake.

Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 6067
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: Discuss: phpBB 3.1.0-RC1 released

Post by MattF »

Installing extensions is 1000 times easier than MODs. You simply upload via FTP the extension to the ext/ directory in phpBB. Then enable it in the ACP.

Now, since 3.1 is still only a Release Candidate, we do not yet have an official Validated Extensions Database/Repository here on phpBB.com. So all current extensions are available directly from their authors.

That means it is up to the author to instruct you, the user, what the extension's vendor_name/package_name should be when uploaded to the ext/ directory.

But by the time we are validating/releasing extensions officially, we should have some sort of system in place to make it as easy as possible for you to install extensions without having to "figure out" the vendor_name/package_name on your own. Ideally, the downloaded zip file would unzip to the vendor_name/package_name format.

And as DavidIQ mentioned, a little further down the road, we'd like to have an ACP-based interface for downloading and installing extensions with just a click (or two).
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
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: Discuss: phpBB 3.1.0-RC1 released

Post by Raul [ThE KuKa] »

Extensions are the future, a future easier... ;)
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
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: Discuss: phpBB 3.1.0-RC1 released

Post by keith10456 »

Good work team ;)

Return to “phpBB Discussion”