[DEV] Introduciator : extension in phpBB 3.2.x

Discussion forum for Extension Writers regarding Extension Development.
User avatar
Feneck91
Registered User
Posts: 115
Joined: Mon May 20, 2013 9:47 am
Name: Stéphane Château
Contact:

Re: [DEV] Introduciator : extension in phpBB 3.2.x

Post by Feneck91 »

I call user->setup once, I hope nobody else has call it before.
My GitHub repo has been updated, it seem's to work fine (for all I develop for the moment).
Tomorrow I'll look at your link to make event asking.
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: [DEV] Introduciator : extenqsion in phpBB 3.2.x

Post by Paul »

You shouls never call user->setup in your extension
User avatar
Feneck91
Registered User
Posts: 115
Joined: Mon May 20, 2013 9:47 am
Name: Stéphane Château
Contact:

Re: [DEV] Introduciator : extension in phpBB 3.2.x

Post by Feneck91 »

Really ? Strange because if I not do it, when I redirect to some other page, the page is in english if I not call $user->setup(): it is configured in french for this user and without setup the forum stay in english. Wih setup the forum is in french.

Doesn't matter, for the moment I try to make code work, probably in the future some more experimented peaple will read code and help me.
User avatar
Feneck91
Registered User
Posts: 115
Joined: Mon May 20, 2013 9:47 am
Name: Stéphane Château
Contact:

Re: [DEV] Introduciator : extension in phpBB 3.2.x

Post by Feneck91 »

I have post a request : https://tracker.phpbb.com/browse/PHPBB3-15946

May be I need to do more think, or just waiting?
User avatar
Feneck91
Registered User
Posts: 115
Joined: Mon May 20, 2013 9:47 am
Name: Stéphane Château
Contact:

Re: [DEV] Introduciator : extension in phpBB 3.2.x

Post by Feneck91 »

Looking for peaple who are interested to translate it into several languages...
Already have French, translate by me in English (may be someone to just verify if it is ok).
Have an Italian translator.

Waiting german / chinese / spanish and others...
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: [DEV] Introduciator : extension in phpBB 3.2.x

Post by 3Di »

So, we are right in the forum where we discuss about phpBB compliant code to be applied for the development of extensions and before they are made available to the public to be tested.

I'm sorry to ruin the party, I understand the efforts due to the purpose, I'm part of it ... but here it seems to me the case to ask if first you have ever read the minimum set of instructions provided in order to be able to adhere to the minimum of the standard lines?

https://area51.phpbb.com/docs/dev/3.2.x ... index.html

The fact that an extension in project phase seems to work doesn't say anything about the fact of its potential validation, in your case, only having read one of the files from your repository, my judgment is negative I'm sorry... I hope you have the time and the will to review your project.

Note: I also spent some time to understand what "introduciator" meant and my research provided me with a result from the Spanish that in English would be "Introducer".
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
User avatar
Feneck91
Registered User
Posts: 115
Joined: Mon May 20, 2013 9:47 am
Name: Stéphane Château
Contact:

Re: [DEV] Introduciator : extension in phpBB 3.2.x

Post by Feneck91 »

I have a lot of work to make the code more clean, the extension was already validated few years ago when it was a MOD.
I know it's a big work to make it to the minimum of the standard lines.
User avatar
Feneck91
Registered User
Posts: 115
Joined: Mon May 20, 2013 9:47 am
Name: Stéphane Château
Contact:

Re: [DEV] Introduciator : extension in phpBB 3.2.x

Post by Feneck91 »

Lot of modification, hope to be on the good road...
Tarantino
Registered User
Posts: 874
Joined: Sat Feb 18, 2012 1:51 pm

Re: [DEV] Introduciator : extension in phpBB 3.2.x

Post by Tarantino »

Any news on this one?
User avatar
Feneck91
Registered User
Posts: 115
Joined: Mon May 20, 2013 9:47 am
Name: Stéphane Château
Contact:

Re: [DEV] Introduciator : extension in phpBB 3.2.x

Post by Feneck91 »

I must work on it and finished it...
I have tryed to make it better but it was nor working anymore. And I let this code die after so many hours working on it... :oops:
User avatar
Feneck91
Registered User
Posts: 115
Joined: Mon May 20, 2013 9:47 am
Name: Stéphane Château
Contact:

Re: [DEV] Introduciator : extension in phpBB 3.2.x

Post by Feneck91 »

New version was submitted again.
Post Reply

Return to “Extension Writers Discussion”