Search found 164 matches
- Wed Aug 28, 2024 12:27 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.13-RC1 released
- Replies: 14
- Views: 955
Re: phpBB 3.3.13-RC1 released
I think I can reproduce the permission issue. I have a new user for testing called Robot. After reading about this issue I changed the permission "Can change password" to "Yes" and when I looked to trace permission, everything seemed to be fine. Then I changed the permission back...
- Wed May 30, 2018 8:31 am
- Forum: [3.x] Discussion
- Topic: ACP UX Improvements
- Replies: 36
- Views: 180654
Re: ACP UX Improvements
Good catch and bad example. I would never look for it on the same page. Here is (hopefully) better example: In “User registration settings” → “Account activation” is written: This determines whether users have immediate access to the board or if confirmation is required. You can also completely disa...
- Tue May 29, 2018 10:00 am
- Forum: [3.x] Discussion
- Topic: ACP UX Improvements
- Replies: 36
- Views: 180654
Re: ACP UX Improvements
Interesting reading. I like the "expert mode" idea. There is also one more thing not mentioned here, which would (probably) improve user experience in ACP - links to other pages mentioned in settings. There is for example in “Board features” - “Allow birthdays” this explanation: Allow birt...
- Sat Dec 24, 2016 9:44 am
- Forum: [3.x] Discussion
- Topic: phpBB 3.2 language problems
- Replies: 19
- Views: 71494
Re: phpBB 3.2 language problems
Thank you. Finally I understand it.
- Wed Dec 21, 2016 1:00 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2 language problems
- Replies: 19
- Views: 71494
Re: phpBB 3.2 language problems
Thank you for explanation. I still don't understand completely this:
Can I translate it as
'CLI_ERROR_INVALID_STABILITY' => '"%s" is not a valid stability.',
Can I translate it as
"%s" is not a valid value.
?- Wed Dec 21, 2016 11:12 am
- Forum: [3.x] Discussion
- Topic: phpBB 3.2 language problems
- Replies: 19
- Views: 71494
Re: phpBB 3.2 language problems
Yes it was reported and fixed a few hours after the release. Already in Bug Tracker - https://tracker.phpbb.com/browse/PHPBB3-14910 Oh, I'm sorry I didn't check bug tracker. I was trying to update my translation of 3.2 RC2 and here are a few lines I have problem to understand and can't translate: i...
- Mon Dec 19, 2016 12:31 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2 language problems
- Replies: 19
- Views: 71494
Re: phpBB 3.2 language problems
There is in phpBB 3.2 RC2 small typo in language file acp/extensions.php. On line 46 is:
'EXTENSION_NOT_INSTALLED' => 'The extension %s is not available. PLease check that you have installed it correctly.',
'EXTENSION_NOT_INSTALLED' => 'The extension %s is not available. PLease check that you have installed it correctly.',
- Fri Sep 09, 2016 8:15 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2 language problems
- Replies: 19
- Views: 71494
- Fri Sep 09, 2016 4:03 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2 language problems
- Replies: 19
- Views: 71494
Re: phpBB 3.2 language problems
Can I translate words between tags
Example:
EDIT: I guess it shouldn't be translated.
<info>--send-email</info>
(in this case --send-email
) in language file: language/xy/cli.php?Example:
To optionally send an email to the new user, use the <info>--send-email</info> option
EDIT: I guess it shouldn't be translated.
- Wed Jun 08, 2016 9:23 pm
- Forum: [3.x] Discussion
- Topic: [3.3.x][Feature] Topic description
- Replies: 42
- Views: 136995
Re: [3.3.x][Feature] Topic description
I personally think so too. Topic descriptions isn't that useful and I wouldn't really use it, I had it earlier in FM but I disliked it and users didn't quite fill it too. When I moved from phpBB 2.x with categories hierarchy to phpBB 3.0 I quite miss topic description feature. I learned how to live...