Search found 384 matches

by JoshyPHP
Wed Apr 11, 2018 4:16 pm
Forum: [3.x] Tickets Discussion
Topic: Support for Emojis
Replies: 66
Views: 286297

Re: Support for Emojis

Personally I have no plans whatsoever. I do maintain the Noto fork but I have no plans for it either.

The only reliable emoji set that's on a public CDN is Twemoji and it uses a different naming scheme as the one used in s9e\TextFormatter. Switching to it would require some work.
by JoshyPHP
Thu Nov 23, 2017 1:21 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-13919 - Syntax highlighting in [code]
Replies: 27
Views: 109133

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

odf wrote: Wed Nov 22, 2017 8:24 am Hi JoshyPHP s9e/highlighter looks great, I installed it on a board run by phpBB 3.2 and tried it but does not seem to work! What might be a problem?
Hundreds, maybe thousands of things. If you post a link to your board that will narrow the scope.
by JoshyPHP
Wed Nov 22, 2017 12:50 am
Forum: [3.x] Tickets Discussion
Topic: Support for Emojis
Replies: 66
Views: 286297

Re: Support for Emojis

I'm considering forking either Twemoji or Noto with filenames that match Emojione for backward compatibility, but I need to check that it can be hosted by a free CDN such as cdnjs. Twemoji https://raw.githubusercontent.com/twitter/twemoji/gh-pages/2/72x72/1f600.png https://raw.githubusercontent.com...
by JoshyPHP
Sun Nov 12, 2017 5:14 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Login with email
Replies: 23
Views: 107698

Re: [RFC] Login with email

we hit a brick wall because someone thinks this is too much work or whatever. I'd like you to take a moment to ask yourself why you don't implement this feature, since you clearly want it. Even if you don't know PHP, it isn't a difficult language to learn. Could it be because it is too much work? A...
by JoshyPHP
Wed Nov 08, 2017 1:02 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-15444 - Merge duplicate BBCodes via a migration
Replies: 0
Views: 145755

PHPBB3-15444 - Merge duplicate BBCodes via a migration

Context: in 3.1, it was possible to create two BBCodes using the same name; One without an attribute and the other with. This was presumably to handle polymorphic BBCodes such as [url] or [quote] . In 3.2.1, it is still possible to create two BBCodes in the ACP but only one of them will effectively...
by JoshyPHP
Sat Jul 15, 2017 3:06 am
Forum: [3.x] Tickets Discussion
Topic: Support for Emojis
Replies: 66
Views: 286297

Re: Support for Emojis

Rawgit could work. jsDelivr is an option, too. Does anybody here know about free CDNs?
by JoshyPHP
Thu Jul 13, 2017 1:41 pm
Forum: [3.x] Tickets Discussion
Topic: Support for Emojis
Replies: 66
Views: 286297

Re: Support for Emojis

The issue with Noto is that the gradients make them look mushy at low resolution. Try resizing them to 18 × 18, the size of emoji here. I'm waiting for the SVGs to become available to see if it's much better than the resized PNGs.
by JoshyPHP
Wed Jul 12, 2017 9:06 pm
Forum: [3.x] Tickets Discussion
Topic: Support for Emojis
Replies: 66
Views: 286297

Re: Support for Emojis

I've got to say that while I don't think Emojione is evil for changing their business model, the sudden change is a huge pain in my ass. Mozilla's emoji are not actively maintained. As far as I know, the only two open source emoji sets being actively maintained are Twitter's Twemoji and Google's Not...
by JoshyPHP
Tue Jul 04, 2017 2:55 pm
Forum: [3.x] Discussion
Topic: BBcodes
Replies: 20
Views: 68410

Re: BBcodes

That's incorrect. BBCode definitions and default templates are stored in PHP files and style templates in pseudo-HTML files but they could just as well be stored in the database like any other BBCode.
by JoshyPHP
Fri Jun 30, 2017 1:58 am
Forum: [3.x] Discussion
Topic: BBcodes
Replies: 20
Views: 68410

Re: BBcodes

If you add too many BBCodes by default then you'll have another group of users asking for a way to delete them. There's no winning this. The correct way to deal with it is to treat the default BBCodes the same way as custom BBCodes and add an option to add more BBCodes from a list of predefined BBCo...