Search found 13 matches

by skouat
Thu Nov 24, 2016 7:35 am
Forum: [3.x] Discussion
Topic: Prevent deletion of built-in permission roles
Replies: 3
Views: 10838

Prevent deletion of built-in permission roles

Hi all !

Although this is rare, admins can delete built-in permissions roles.
As some extension can use them during the installation process, if roles are no longer available, the extension installation failed.
by skouat
Fri Nov 04, 2016 9:20 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-14844 - BBcode on style inherit from prosilver
Replies: 38
Views: 110473

Re: PHPBB3-14844 - BBcode on style inherit from prosilver

Guys! Have you take only 5 minutes to make tests? Please, read the first post of this topic and... Damn! Install a board (3.1 or 3.2 as you wish), edit the description of a forum with the following text color inside b [b][color=#FF0000]Description of your first forum.[/color][/b] b inside color [col...
by skouat
Wed Nov 02, 2016 7:10 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-14844 - BBcode on style inherit from prosilver
Replies: 38
Views: 110473

Re: PHPBB3-14844 - BBcode on style inherit from prosilver

Hi, Quote from the tracker Strong/bold do not only change the look, but give more weight to the word. Crizzo is correct semantics of the tag matter for SEO. We know it. That what we say since the beginning. Bold => Text format. Strong => Give weight to the word. We all agree about this point. Our di...
by skouat
Tue Nov 01, 2016 12:45 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-14844 - BBcode on style inherit from prosilver
Replies: 38
Views: 110473

Re: BBcode and forum description on style inherit from prosilver

@hanakin:
It's the case when we used an inherited style. bbcode.php returns the code from bbcode.html. But the tag in the html file is not valid.
by skouat
Mon Oct 31, 2016 7:02 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-14844 - BBcode on style inherit from prosilver
Replies: 38
Views: 110473

Re: BBcode and forum description on style inherit from prosilver

Hi,

Same things for italic
in bbcode.html

Code: Select all

<!-- BEGIN i_open --><em><!-- END i_open -->
<!-- BEGIN i_close --></em><!-- END i_close -->
in bbcode.php

Code: Select all

'i_open'	=> '<span style="font-style: italic">',
'i_close'	=> '</span>',
by skouat
Fri May 01, 2015 10:01 am
Forum: General Development Discussion
Topic: Travis CI issue with MariaDB test
Replies: 2
Views: 8358

Re: Travis CI issue with MariaDB test

Hi,
It works again without needing to approve the PR.
A Travis issue?
by skouat
Thu Apr 30, 2015 11:12 am
Forum: General Development Discussion
Topic: Travis CI issue with MariaDB test
Replies: 2
Views: 8358

Travis CI issue with MariaDB test

Hi Guys! When we use Travis for exentions CI, the MariaDB test failed. travis_mariadb.png At first I thought that some settings were missing in my confi files, but after watching other Extension I saw that there was the same problem. I mainly the following stop. travisCI_mariabd_01.txt And once, I h...
by skouat
Mon Feb 09, 2015 10:39 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Limit the subforums in legend to 1 level.
Replies: 37
Views: 66578

Re: [RFC] Limit the subforums in legend to 1 level.

Hi,

I've seen your last PR regarding this RFC.

Maybe it's too late, but your idea is close to my MOD Subforums list in categories.

Maybe you could include/merge in your PR my MOD changes? :P

Regards.
by skouat
Sun Oct 05, 2014 7:18 pm
Forum: [3.x] Discussion
Topic: Unused Lang keys
Replies: 2
Views: 4926

Re: Unused Lang keys

I agree with the fact that it is difficult to know if a key is used or not. But it's not impossible. For us translators, it is difficult to translate without knowing the context of the use of language keys. That's why I open this topic. If some lang keys are not used, it would be better to remove or...