Search found 676 matches

by MattF
Mon Sep 12, 2016 4:17 pm
Forum: [3.x] Tickets Discussion
Topic: [PHPBB3-14775] Enable Media Embedding in posts (via s9e TextFormatter)
Replies: 18
Views: 61045

Re: [PHPBB3-14775] Enable Media Embedding in posts (via s9e TextFormatter)


About duplicate tags/BBCodes, that can happen because BBCodes and media sites share the same namespace. I don't know what the best solution is.


I think this may be the best solution for now (is working for me):
bbcode.php
So users of existing bbcodes can continue to use them. Media Embed won ...
by MattF
Sun Sep 11, 2016 10:56 pm
Forum: [3.x] Tickets Discussion
Topic: [PHPBB3-14775] Enable Media Embedding in posts (via s9e TextFormatter)
Replies: 18
Views: 61045

Re: [PHPBB3-14775] Enable Media Embedding in posts (via s9e TextFormatter)


@VSE Is there something in particular you need help with? Otherwise it's as you said, just enable the plugin and add all the sites you want. That's how I do it in my extension :


$configurator = $event['configurator'];
foreach ($configurator->MediaEmbed->defaultSites->getIds() as $siteId ...
by MattF
Sun Sep 11, 2016 8:14 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] Override Language via URL
Replies: 34
Views: 112997

Re: [RFC] Override Language via URL

It works...Only for guests obviously. ?language=xx
by MattF
Sun Sep 11, 2016 8:06 am
Forum: [3.x] Tickets Discussion
Topic: [PHPBB3-14775] Enable Media Embedding in posts (via s9e TextFormatter)
Replies: 18
Views: 61045

Re: [PHPBB3-14775] Enable Media Embedding in posts (via s9e TextFormatter)



how complex is such an extension actually going to be for that line?

As complex as you want it to be, I guess? If you enable it by default though, someone will ask for a switch to disable it. If you disable it, you'll need to clear the cache with $phpbb_container->get('text_formatter.cache ...
by MattF
Thu Sep 08, 2016 3:53 pm
Forum: [3.x] Tickets Discussion
Topic: [PHPBB3-14775] Enable Media Embedding in posts (via s9e TextFormatter)
Replies: 18
Views: 61045

Re: [PHPBB3-14775] Enable Media Embedding in posts (via s9e TextFormatter)


By the way, there is already an extension made by Joshy: https://github.com/s9e/phpbb-ext-mediaembed




Right, but as I said, it's time this be native, not an extension. The extension is for 3.1, which is a more complicated implementation because 3.1 does not have textformatter.

But in 3.2/3.3 ...
by MattF
Wed Sep 07, 2016 4:13 pm
Forum: [3.x] Tickets Discussion
Topic: [PHPBB3-14775] Enable Media Embedding in posts (via s9e TextFormatter)
Replies: 18
Views: 61045

[PHPBB3-14775] Enable Media Embedding in posts (via s9e TextFormatter)

Now that we use s9e Text Formatter, I think it would be good to enable the use of its Media Embed plugin:
http://s9etextformatter.readthedocs.io/Plugins/MediaEmbed/Synopsis/

At this point I think it's safe to say the ability to post embedded video or adio content is no longer something we can ...
by MattF
Thu Aug 04, 2016 9:55 pm
Forum: [3.x] Discussion
Topic: Retina-friendly
Replies: 11
Views: 22234

Re: Retina-friendly

Rebecka is correct. Retina screens are 2x the resolution they display at... A 4k screen's native resolution is approx 4000 pixels wide, but that makes evrything microscopic, so they scale it up 2x, for a resolution in normal ranges like 1920x1080, or 2560x1200.

For images that means on "retina ...
by MattF
Fri Jul 08, 2016 6:43 am
Forum: General Development Discussion
Topic: A different take on phpBB for 2016 (style)
Replies: 18
Views: 55423

Re: A different take on phpBB for 2016 (style)

You should release that as a Style for phpBB. Obviously it's not right for phpBB's base/default style, but it is a well made style that a lot of people would like to be able to use, if it's right for their type of board.
by MattF
Sat Jun 18, 2016 4:37 pm
Forum: [3.x] Style Development
Topic: New Style for phpBB 3.3 ?
Replies: 115
Views: 359836

Re: New Style for phpBB 3.3 ?


Does that mean we have to learn a bit of SASS and compile everytime we edit something in this theme? That doesn't sound good to me.


In a development environment, SASS would be compiled at runtime in the browser. For distribution, SASS would be pre-compiled so a normal CSS file can be ...
by MattF
Tue May 31, 2016 11:51 pm
Forum: [3.x] Discussion
Topic: [3.3.x][Feature] Topic description
Replies: 42
Views: 137341

Re: [3.3.x][Feature] Topic description

I'm of the school of thought where, if you feel you need to write a topic description, you're topic title must not be very good.