Search found 20 matches

by Oyabun1
Sun Nov 01, 2015 11:48 am
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-13933 - Update tokens' definitions in acp_bbcodes
Replies: 5
Views: 29198

Re: PHPBB3-13933 - Update tokens' definitions in acp_bbcodes

JoshyPHP wrote: Mon Jun 08, 2015 6:08 pm There's a bunch of new tokens in 3.2. I think that trying to list them all in acp_bbcodes would confuse users more than it would help them though.
If they aren't listed how does an admin know they exist or when to use them?
by Oyabun1
Sun Nov 01, 2015 10:10 am
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-13919 - Syntax highlighting in [code]
Replies: 27
Views: 106365

Re: PHPBB3-13919 - Syntax highlighting in [code]

Syntax highlighting is an often requested feature.

Maybe highlight.js could be set up to use automatic highlighting unless a class is specified in the BBCode, such as, [code=html]. That would allow correcting it if the wrong class was automatically selected.
by Oyabun1
Mon Oct 12, 2015 3:51 am
Forum: [3.2/Rhea] Merged RFCs
Topic: PHPBB3-14000 - Add support for emoji
Replies: 15
Views: 74005

Re: PHPBB3-14000 - Add support for emoji

I thought emojis required characters outside the Basic Multilingual Plane (BMP), (being 4 byte characters) and therefore in MySQL require the utf8mb4 character set, which isn't set by default, and is only available in versions >= 5.3.3. If that is correct would not a check on the database type, vers...
by Oyabun1
Tue May 19, 2015 10:35 pm
Forum: [3.2/Rhea] Merged RFCs
Topic: [RFC]Quote link to quoted message
Replies: 47
Views: 142975

Re: [RFC]Quote link to quoted message

Depending on the board or what is being discussed the date of the post quoted may be just as important as who made the original post. That's the first time I notice it (that's why it's not highlighted in the screenshot) and I take it as a sign of information overload. Or maybe it's just that you're ...
by Oyabun1
Tue May 27, 2014 12:49 am
Forum: General Development Discussion
Topic: JIRA needs better integration with phpbb.com
Replies: 17
Views: 25390

Re: JIRA needs better integration with phpbb.com

If you have a bug to report have a look at the phpBB Projects Tracker and you will see there is a section for the Issue trackers.
by Oyabun1
Mon May 26, 2014 11:20 pm
Forum: Chit Chat
Topic: Login without password
Replies: 24
Views: 69625

Re: Login without password

A couple of points. The article seems to assume people only have one email address. I don't think I know anyone that doesn't have multiple addresses. So, then it becomes a matter of remembering which particular address you used for a particular board. May not be much of an improvement. You may no lo...
by Oyabun1
Fri Nov 22, 2013 5:01 am
Forum: [3.x][Archive] RFCs
Topic: [RFC] Mass HTML email option in ACP
Replies: 72
Views: 75144

Re: [RFC] Mass HTML email option in ACP

My main concern about HTML in emails is that there doesn't seem to be a universal standard for handling it. Different email clients handle it differently, so not all users will see the the email consistently. But then again, that is probably true, to an extent, for plain text emails as well. Enablin...
by Oyabun1
Sat Jan 12, 2013 1:01 am
Forum: [3.x][Archive] RFCs
Topic: User Self Delete
Replies: 30
Views: 56071

Re: [RFC] User Self Delete

If the username is changed for a self deleted user ideally the shown username should be unique to each deleted user, something like, self-deleted_1, self-deleted_2. Otherwise, for boards that have more than one deleted user the topics my still be hard to follow, for example, if you have 2 or 3 diffe...
by Oyabun1
Wed Jul 25, 2012 1:19 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] validate topic view count using javascript
Replies: 22
Views: 34455

Re: [RFC] validate topic view count using javascript

Maybe, but unless someone is actually going to write those <5 lines it's not a solution for the OP.
by Oyabun1
Wed Jul 25, 2012 8:33 am
Forum: [3.x][Archive] RFCs
Topic: [RFC] validate topic view count using javascript
Replies: 22
Views: 34455

Re: [RFC] validate topic view count using javascript

But, just so it's clear for the OP, adding a hook (event) into the core code isn't going to achieve the feature requested. It may just make it cleaner for someone, at some stage in the future, to add the feature with an extension (MOD). (Although, whether MOD writers find events and listeners easy t...