Search found 293 matches
- Sat Apr 09, 2016 1:43 pm
- Forum: General Development Discussion
- Topic: Insert a function to replace the translated contents of any language into English (British)
- Replies: 5
- Views: 15929
Re: Insert a function to replace the translated contents of any language into English (British)
Discounting the inaccuracies related to using Google translate it will only translate a displayed page "on the fly" - for what you are asking you would need the Google Translate API which, unfortunately, is not a free service.
- Sat Apr 09, 2016 6:41 am
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.0-b2 released
- Replies: 148
- Views: 373523
Re: phpBB 3.2.0-b2 released
could someone please explain me like to a child what does that do in config.php?
@define('PHPBB_ENVIRONMENT', 'production');
Not sure if I can explain it simply but one new feature in 3.2 is the ability to have different environments. If you look in the cache folder straight after an install ...
- Sun Apr 03, 2016 6:54 am
- Forum: General Development Discussion
- Topic: [RFC] Refactoring phpbb_version_compare
- Replies: 9
- Views: 20904
Re: [RFC] Refactoring phpbb_version_compare
It basically says something about the board not meeting the requirements of the extension
The problem with that message is is that it is too generic - by using the ext file you can have multiple tests each with their own error message.
What would make life easier would be if an extension ...
- Fri Apr 01, 2016 6:07 pm
- Forum: [3.x] Discussion
- Topic: Complete redesign of the update process?
- Replies: 46
- Views: 93259
Re: Complete redesign of the update process?
Wouldn't that really be just an extension (sorry about the pun) of the Upload Extensions extension?CHItA wrote: Fri Apr 01, 2016 4:20 pm Also, it should be possible to write an extension for this in 3.2.x, if anyone wants to do that.
- Wed Mar 30, 2016 7:04 am
- Forum: General Development Discussion
- Topic: [RFC] Refactoring phpbb_version_compare
- Replies: 9
- Views: 20904
Re: [RFC] Refactoring phpbb_version_compare
I would agree with using the ext file for this - it can be customised to give more meaningful, and helpful, error messages to the user.
- Tue Mar 29, 2016 8:38 pm
- Forum: General Development Discussion
- Topic: [RFC] Language packs should have .cfg file
- Replies: 5
- Views: 12885
Re: [RFC] Language packs should have .cfg file
I can see the logic in the idea - in fact rather than having another file it could probably be a line in the common.php language file.
The only thing that would be of concern would be that it would not guarantee that all language files were version compatible (and thinking about it the same caveat ...
The only thing that would be of concern would be that it would not guarantee that all language files were version compatible (and thinking about it the same caveat ...
- Thu Mar 24, 2016 7:29 am
- Forum: [3.x] Tickets Discussion
- Topic: [PHPBB3-14556] Disapproving posts with notification causes postgreSQL error (> 4,000 characters)
- Replies: 8
- Views: 26126
Re: [PHPBB3-14556] Disapproving posts with notification causes postgreSQL error (> 4,000 characters)
In my view that is not the correct way to solve the problem. Increasing the size of the field means that the problem still exists, admittedly not for another 4k characters. If there is a size limit then it should be checked at the input stage and a controlled error given.
As an aside what are you ...
As an aside what are you ...
- Wed Mar 23, 2016 2:56 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.0-b2 released
- Replies: 148
- Views: 373523
Re: phpBB 3.2.0-b2 released
my hosting provider OVH doesn't support php 5.3 anymore since march 2015.
That's fair enough - but they must have been/are supporting some later version (5.6?) as PHP7 was only released at the end of last year.
So I would love that phpbb would be more oriented to the future than to the past
I ...
- Tue Mar 22, 2016 6:31 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.0-b2 released
- Replies: 148
- Views: 373523
Re: phpBB 3.2.0-b2 released
Nope - not at all in any way shape or form.
If you want to run phpBB under PHP7 then you will have to wait for phpBB 3.2
- Sat Mar 19, 2016 12:36 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.0-b2 released
- Replies: 148
- Views: 373523
Re: phpBB 3.2.0-b2 released
The same answer that you will always get - when it is ready.juliokr wrote: Sat Mar 19, 2016 12:29 pm Does anybody know when 3.2 final will be released ?
I'm waiting for it to be able to change my hosting to PHP7
Why the great rush to move to PHP7?