s9e Media Sites

s9e Media Sites 2.16.8

No permission to download
newimage updated s9e Media Sites with a new update entry:

2.7.4

The handling of line breaks around media embeds has been changed to match the text layout more closely and be more consistent with XenForo's default media sites:
  • When two BBCodes are on the same line, the two embeds are on the same line.
  • When two BBCodes are on consecutive lines, the two embeds are on consecutive lines.
  • When two BBCodes are separated by a blank line, the two embeds are separated by a blank line.

The default behaviour in XenForo is similar, with the...

Read the rest of this update entry...
 
newimage updated s9e Media Sites with a new update entry:

2.7.7

TikTok and WSHH have been updated.
Experimental support for Guzzle has been added, disabled by default.

Guzzle is a PHP library used by XenForo to retrieve data from external sources. This add-on uses native cURL calls for the same purpose. If this means anything to you and you want this add-on to use the same Guzzle client as XenForo, you can add the following to your config.php file:
Code:
PHP:
$config['http']['s9e.client'] = 'guzzle';

Future versions of this add-on may...

Read the rest of this update entry...
 
jessy updated s9e Media Sites with a new update entry:

2.7.11

A number of improvements have been made to the lazy loader. The goal is to generally improve efficiency and make dynamically-sized embeds such as tweets as nondisruptive as possible.
  • The size of dynamically-sized embeds (e.g. tweets) is cached locally in the browser. This will improve the user experience on repeat viewing or when the same embed is shown multiple times on a page.

  • Visible embeds are loaded as soon as possible. Previously, the lazy loader waited a tiny fraction...

Read the rest of this update entry...
 
Top