Search found 71 matches
- Sat Mar 23, 2019 5:33 pm
- Forum: [3.x] Style Development
- Topic: ICONS - How to handle SVG explained
- Replies: 45
- Views: 207913
Re: ICONS - How to handle SVG explained
There some more post icons in the quick menu
- Sat Mar 23, 2019 4:56 pm
- Forum: [3.x] Style Development
- Topic: ICONS - How to handle SVG explained
- Replies: 45
- Views: 207913
Re: ICONS - How to handle SVG explained
I guess the small icon next to the username in a post:
- Sat Feb 09, 2019 8:37 pm
- Forum: General Development Discussion
- Topic: UX issue/conflict with topic subscription icon/menu
- Replies: 9
- Views: 32749
Re: UX issue/conflict with topic subscription icon/menu
For the german translations, your are welcome to participate in the official translation error topic on the german support board.
I agree that using a checked checkbox for a unsubscribed item and vice versa is not very intuitive - maybe in 3.3 there will be a different way to mark the action in the ...
I agree that using a checked checkbox for a unsubscribed item and vice versa is not very intuitive - maybe in 3.3 there will be a different way to mark the action in the ...
- Sat Dec 01, 2018 9:50 am
- Forum: General Development Discussion
- Topic: Moving developement discussion to Discord
- Replies: 54
- Views: 651106
Re: Moving developement discussion to Discord
I'm canonknipser#8184
- Thu May 03, 2018 8:18 pm
- Forum: [3.x] Discussion
- Topic: EU-DSGVO or GDPR Aspects on Development
- Replies: 13
- Views: 38755
Re: EU-DSGVO or GDPR Aspects on Development
That correct for a vanilla phpBB. But there are other cookies set by extensions (check the official collapsible categories extension as an example), so how is that case handled? Do extension author need to implement a own opt-in for those cookies?
- Fri Mar 02, 2018 7:57 am
- Forum: [3.x] Tickets Discussion
- Topic: [PHPBB3-15544] I cannot understand the content in the ticket
- Replies: 1
- Views: 16009
Re: [PHPBB3-15544] I cannot understand the content in the ticket
Hi,
Thanks for picking the ticket.
Because I'm not active on area51 on a daily base, it would have been better to leave a message in the ticket. That way I get a message from jira.
So, for the translation /description of the topics, I'll give you a summary:
In both cases there has been an update ...
Thanks for picking the ticket.
Because I'm not active on area51 on a daily base, it would have been better to leave a message in the ticket. That way I get a message from jira.
So, for the translation /description of the topics, I'll give you a summary:
In both cases there has been an update ...
- Tue Jan 30, 2018 8:17 am
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.2-RC1 released
- Replies: 7
- Views: 22658
Re: phpBB 3.2.2-RC1 released
long time reported and fixed, will be merged in next revision-> https://www.phpbb.com/community/viewtop ... &t=2453846 and https://tracker.phpbb.com/browse/PHPBB3-15506
- Tue Jan 16, 2018 5:25 am
- Forum: [3.x] Tickets Discussion
- Topic: Multiple attachment bug (v3.2.2)
- Replies: 2
- Views: 15477
Re: Multiple attachment bug (v3.2.2)
It's resolved 4 days ago ...
https://tracker.phpbb.com/browse/PHPBB3-15506
https://tracker.phpbb.com/browse/PHPBB3-15506
- Sat Jan 13, 2018 10:56 pm
- Forum: [3.x] Discussion
- Topic: easy-to-read numbers
- Replies: 10
- Views: 41127
Re: easy-to-read numbers
Just re-read a topic on the german support board. Should be a mostly simple change, as in most cases there are only integers to display: https://www.phpbb.de/community/viewtopic.php?f=145&t=240458#p1375107
And using the four parameter number_format function you can set a decimal delimiter and a ...
And using the four parameter number_format function you can set a decimal delimiter and a ...
- Thu Jan 11, 2018 8:59 pm
- Forum: [3.x] Discussion
- Topic: easy-to-read numbers
- Replies: 10
- Views: 41127
Re: easy-to-read numbers
On huge numbers, you have formatting in "real live". In german, we put a dot as a thousands delimiter, eg 1000000 (a million) can easier be read when formatted 1.000.000 . If I remember correctly in american (and maybe british also) english it is done with a comma in between -> 1,000,000
Makes big ...
Makes big ...