Announcements • Intermediate fix for emoji loading issues

Новости и актуализации около форумната система phpBB.
Публикувай отговор
Аватар
Forum Bot
Forum Bot
Forum Bot
Мнения: 49
Регистриран на: 10 Сеп 2021, 16:47

Announcements • Intermediate fix for emoji loading issues

Мнение от Forum Bot »

Hi all,

We have noticed that the CDN that provides loading of emojis in phpBB has stopped working.
While a new version that takes care of this is already in the works, you will most likely notice issues with pages taking longer to load and issues with the display of emojis (see e.g. here: viewtopic.php?t=2634321).

Until the next version of phpBB is released, you can resolve this issue by applying the following fix that will be included in the next release:

Open phpbb/textformatter/s9e/factory.php

Find (~ line 359):

Код: Избери целия код

<img alt="{.}" class="emoji" draggable="false" src="//twemoji.maxcdn.com/2/svg/{@tseq}.svg"/>
Replace with:

Код: Избери целия код

<img alt="{.}" class="emoji" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/{@tseq}.svg"/>
Find (~ line 362):

Код: Избери целия код

<img alt="{.}" class="emoji" draggable="false" src="https://cdn.jsdelivr.net/gh/s9e/[email protected]/dist/svgz/{@seq}.svgz"/>
Replace with:

Код: Избери целия код

<img alt="{.}" class="emoji" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/{@seq}.svg"/>
Afterward, go to the ACP and purge the cache.

Once the next version of phpBB is released, you should be able to overwrite this file again simply. Preparations for the next release are already underway and it will be published as soon as possible.

- The phpBB Team

Statistics: Posted by Marc — Mon Jan 09, 2023 9:08 pm

Source: https://www.phpbb.com/community/viewtop ... #p15917676
Публикувай отговор

Създайте акаунт или влезте, за да се присъедините към дискусията

Трябва да сте член, за да публикувате отговор

Създайте акаунт

Не сте член? Регистрирайте се, за да се присъедините към нашата общност
Членовете могат да стартират свои теми и да се абонират за теми
Безплатно е и отнема само минутка

Регистрация

Влезте

Обратно към “Новини и актуализации”