[3.0][3.1][3.2][TOOL] Mini Support Tool Kit Universal

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!
Ideas Centre
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
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: [2.0.0-b1][TOOL] Mini Support Tool Kit Universal

Post by 3Di »

HiFiKabin wrote::oops: I saw b1 in the v number of the toolkit so didn't look further :oops: :oops:

Updated my test forum to b2 and alls working as it should.

Many apologies and thanks for the update
No need to apologise.. ;) Thanks for feedback, have a nice day. :)
🆓 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
leschek
Registered User
Posts: 839
Joined: Tue Jul 18, 2006 12:49 pm
Contact:

Re: [2.0.0-b1][TOOL] Mini Support Tool Kit Universal

Post by leschek »

I found a small issue with names of languages containing non English characters. I my case it shows:
Languages installed: Čeština [neformální], British English but it should be:
Languages installed: Čeština [neformální­], British English
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: [2.0.0-b1][TOOL] Mini Support Tool Kit Universal

Post by 3Di »

* posted twice *
Last edited by 3Di on Mon Mar 28, 2016 3:25 pm, edited 1 time in total.
🆓 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
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: [2.0.0-b1][TOOL] Mini Support Tool Kit Universal

Post by 3Di »

leschek wrote:I found a small issue with names of languages containing non English characters. I my case it shows:
Languages installed: Čeština [neformální], British English but it should be:
Languages installed: Čeština [neformální­], British English
Yup, thanks for feedback :)

Find this line

Code: Select all

echo 'Languages installed: <font style="color:green">' . $langs_installed . '</font><br />';
and change it to be

Code: Select all

echo 'Languages installed: <font style="color:green">' . utf8_normalize_nfc($langs_installed) . '</font><br />';
Please report if that fixes the issue, I do not have so many languages installed.
🆓 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
leschek
Registered User
Posts: 839
Joined: Tue Jul 18, 2006 12:49 pm
Contact:

Re: [2.0.0-b1][TOOL] Mini Support Tool Kit Universal

Post by leschek »

3Di wrote:
leschek wrote:I found a small issue with names of languages containing non English characters. I my case it shows:
Languages installed: Čeština [neformální], British English but it should be:
Languages installed: Čeština [neformální­], British English
Yup, thanks for feedback :)

Find this line

Code: Select all

echo 'Languages installed: <font style="color:green">' . $langs_installed . '</font><br />';
and change it to be

Code: Select all

echo 'Languages installed: <font style="color:green">' . utf8_normalize_nfc($langs_installed) . '</font><br />';
Please report if that fixes the issue, I do not have so many languages installed.
Thank you, but it didn't solve the issue.
I also tried to translate the echo 'Languages installed into echo 'Nainstalované jazyky and there is the same problem as above with non English characters. But I'm not sure if the script could be translated...
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: [2.0.0-b1][TOOL] Mini Support Tool Kit Universal

Post by 3Di »

Please give to me the link where I can download this package so I can fix this issue.
No matter for which phpBB version is.
🆓 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
leschek
Registered User
Posts: 839
Joined: Tue Jul 18, 2006 12:49 pm
Contact:

Re: [2.0.0-b1][TOOL] Mini Support Tool Kit Universal

Post by leschek »

You can get it here (attachment).
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: [2.0.0-b1][TOOL] Mini Support Tool Kit Universal

Post by 3Di »

leschek wrote:You can get it here (attachment).
Next time please give to me a direct download link, thank you. ;)

Back in business, you can revert back the above proposed "fix" because there is no need of it.

I installed your package and used the tool as per its normal code, the tool it is translatable and everything seems to be working as it should, by my side at least.

Image

It could be a problem of DB collaction? You should investigate that. :)
My DB collaction is UTF8_bin.

Anyway thanks for feedback.
🆓 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
leschek
Registered User
Posts: 839
Joined: Tue Jul 18, 2006 12:49 pm
Contact:

Re: [2.0.0-b1][TOOL] Mini Support Tool Kit Universal

Post by leschek »

Thank you for your help and sorry for the link.
3Di wrote:Back in business, you can revert back the above proposed "fix" because there is no need of it.
I will do it.
3Di wrote:It could be a problem of DB collaction? You should investigate that. :)
My DB collaction is UTF8_bin.
Collation on my board is latin1_swedish_ci. I installed the testing board where I'm using your script with QuickInstall and didn't change anything in database, because until now everything worked just fine.

EDIT: Changing collation didn't help, but when I converted your script in Notepad++ into UTF-8 (from UTF-8 without BOM) everything is OK.
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: [2.0.0-b1][TOOL] Mini Support Tool Kit Universal

Post by 3Di »

The 3.0.14 board I am using for testing this code is under the quick install tool, everything works also there. I really do not know where the issue lies by your side. Is it in ACP (where usually you install a language pack) the name correctly shown? More than this I can't help you out, it is also beyond the scope of this topic.
🆓 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
leschek
Registered User
Posts: 839
Joined: Tue Jul 18, 2006 12:49 pm
Contact:

Re: [2.0.0-b1][TOOL] Mini Support Tool Kit Universal

Post by leschek »

3Di wrote:Is it in ACP (where usually you install a language pack) the name correctly shown?
Yes, it is.
I checked it also on live board (not localhost) and I had the same issue as I reported above, but changing the script encoding to UTF-8 helped.
3Di wrote:More than this I can't help you out, it is also beyond the scope of this topic.
No worries. It seems it's working on my boards now. Thank you for your help.
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: [2.0.0-b1][TOOL] Mini Support Tool Kit Universal

Post by 3Di »

leschek wrote:
3Di wrote:Is it in ACP (where usually you install a language pack) the name correctly shown?
Yes, it is.
I checked it also on live board (not localhost) and I had the same issue as I reported above, but changing the script encoding to UTF-8 helped.
3Di wrote:More than this I can't help you out, it is also beyond the scope of this topic.
No worries. It seems it's working on my boards now. Thank you for your help.
Were you saving not in UTF-8 encoding?
I thought about that but I didn't say because I did assume you knew.

Anytime. :)
🆓 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
leschek
Registered User
Posts: 839
Joined: Tue Jul 18, 2006 12:49 pm
Contact:

Re: [2.0.0-b1][TOOL] Mini Support Tool Kit Universal

Post by leschek »

3Di wrote:Were you saving not in UTF-8 encoding?
I thought about that but I didn't say because I did assume you knew.
Well, I downloaded it from Github (there is button "Download ZIP") and it was in UTF-8 (without BOM) as other php files so I thought it was right encoding, but it didn't work.
Then I converted it into UTF-8 encoding and it works...
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: [2.0.0-b1][TOOL] Mini Support Tool Kit Universal

Post by 3Di »

leschek wrote:
3Di wrote:Were you saving not in UTF-8 encoding?
I thought about that but I didn't say because I did assume you knew.
Well, I downloaded it from Github (there is button "Download ZIP") and it was in UTF-8 (without BOM) as other php files so I thought it was right encoding, but it didn't work.
Then I converted it into UTF-8 encoding and it works...
UTF-8 (without BOM) is correct. That's how I am always saving files, must be, also.

Anyway, thanks for feedback.
🆓 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
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: [2.0.0-b1][TOOL] Mini Support Tool Kit Universal

Post by 3Di »

Forgot to mention that at the present time the version 2.0.0-b1 (actual) of this tool works on Olympus since the version>= 3.0.10-RC1, because the phpBB function phpbb_version_compare has been introduced since that version.

I already have in my localweb the full implementation of this absence but I am still testing it together with other things I coded, to make it short this long story: the next version will cover also this and many more. :)

Calling testers, though. 8-)
🆓 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
Post Reply

Return to “Extensions in Development”