• Статья
PHP INI Missing some things - How much is effected?

I'm on a managed wordpress host, WPMU, but I am thinking of adding XF 2.3 onto it, but during install it shows these:

Code:

Код:
Your server has disabled a core PHP function exec via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
Your server has disabled a core PHP function escapeshellarg via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
Your server has disabled a core PHP function proc_open via the...

Read more

Читать далее...

  • Статья
XFCoder :: Title Ladder Gems

gigipmc submitted a new resource:

XFCoder :: Title Ladder Gems - Visualize users position on the User Title Ladder using your selected images, a progress bar etc.

Visualizes the user's position on the User Title Ladder.

You can choose a default image for the ladder levels, as well as custom images for each level.

You can add custom CSS in the style properties so as to create a progress bar effect (example given in the add-on), or other effects of your choice.
Click to expand...
...

Read more

Читать далее...

  • Статья
Upgrading to R5 from R4

... stops with the following error:

RuntimeException: Unable to write to stream in src/vendor/guzzlehttp/psr7/src/Stream.php at line 260

Code:

Код:
GuzzleHttp\Psr7\Stream->write() in src/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php at line 144
GuzzleHttp\Psr7\LazyOpenStream->write() in src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php at line 414
GuzzleHttp\Handler\CurlFactory::GuzzleHttp\Handler\{closure}()
curl_exec() in...

Read more

Читать далее...

  • Статья
The bold function not working on formatted copied and pasted text

Pasting a piece of text copied from websites, for example, the title of a YouTube video (which has heading tags of h1,h2,h3... seen from the inspect element tool).
In the forum text box, it doesn't allow the copied text to be unbolded or rebolded.

Working locally via the inspect element tool, I was able to fix this issue by applying a style tag encompassing all heading tags h1-7 and changing the font-weight value to normal.

E.g:
<style> h1,h2,h3,h4,h5,h6,h7 {font-weight: normal} </style>...

Read more

Читать далее...

  • Статья
XenForo 2.3.0 & Add-ons Released

🚨 It's time to party like it's 2022 2023 2024! Today we are very pleased (and relieved) to announce the stable release of XenForo 2.3.0 and our official add-ons. It has been a long time coming so we thank you for your patience and support.

There are a myriad of new features and improvements. Here's a brief overview of our favourites:

Read more

Читать далее...

  • Статья
XF\Install\Data\AbstractMySql doesn't support return schema changes

XF\Install\Data\AbstractMySql is used for a new xf:repair-db CLI command.

However this doesn't support returning a list of table alters to create/recreate table changes which for addons is a very important part of extending core XF tables, which makes this command do less than expected.

Читать далее...

  • Статья
Style WGrid [Paid]

webtiryaki submitted a new resource:

Style WGrid - Style WGrid Xenforo Tehemes

View attachment 293293

DEMO
Stil WGrid Topluluğunuz için harika bir kullanıcı arayüzü oluşturmanın en basit ve en hızlı yolu. Güzel tasarlanmış temamız çözülebilir özel özellikler ile birlikte gelir.
  • Metin Logosu
  • Katlanabilir Kategoriler
  • Yapışkan Kenar Çubuğu
  • Katlanabilir Kenar Çubuğu...
Click to expand...

Read more about this resource...

Читать далее...

  • Статья
Kali Xenforo Theme [Paid]

webtiryaki submitted a new resource:

Kali Xenforo Theme - Kali Xenforo Theme

View attachment 293489

DEMO
Attract members with an elegant design, present your community and destinations in great detail, and have members enjoy the time.
Kali is a professional theme that is a great choice for XenForo users.
  • Collapsible Categories
  • Sticky Sidebar
  • Collapsible Sidebar
  • Collapsible...
Click to expand...

Read more about this resource...

Читать далее...

  • Статья
SenSai [Paid]

webtiryaki submitted a new resource:

SenSai - SenSai Xenforo Premium Themes

the SenSai theme. It’s a clean and simple style that fully supports the latest XenForo community software.

SenSai fully supports the following features:

  • Fully Responsive Layout
  • Clean Retina & HD display Support
  • Dark+ light mode
  • Guest Message
  • Collapsible Categories
  • Collapsible Sidebar
  • And more........
Dark+ light mode

View attachment 295875...
Click to expand...

Read more

Читать далее...

  • Статья
[OzzModz] Attachment PDF Lightbox

Ozzy47 submitted a new resource:

[OzzModz] Attachment PDF Lightbox - Allows to view PDF attachments in lightbox (instead of opening in new tab)

Requirements:
XF 2.2

Allows to view PDF attachments in lightbox (instead of opening in new tab)

Features:


View attachment 274758
Click to expand...

Read more about this resource...

Читать далее...

  • Статья
Приветствуем нового пользователя, securelinkz

@securelinkz, Добро пожаловать на наш форум! Территория возможностей 💥 😉

Зарегистрированный пользователь не может скачивать ресурсы ознакомившись с условиями на странице с повышениями групп или в личном профиле!


Описания платных групп:

  • Статья
Приветствуем нового пользователя, sdfjhgsdjh

@sdfjhgsdjh, Добро пожаловать на наш форум! Территория возможностей 💥 😉

Зарегистрированный пользователь не может скачивать ресурсы ознакомившись с условиями на странице с повышениями групп или в личном профиле!


Описания платных групп:

  • Статья
[TH] Holidays

ThemeHouse submitted a new resource:

[TH] Holidays - Spread the holiday cheer!

title-holiday.webp

Spread the holiday cheer!


This add-on allows you to show off many different holidays with just a few clicks. Add custom holiday graphics while setting a cron based timer for the holiday to be viewed based on start/stop dates.
Click to expand...

Read more about this resource...

Читать далее...

  • Статья
Improve XenForo 2.3.0 RC5 upgrade step2 performance

XF\Install\Upgrade\Version2030055::step2() takes roughly 30 minutes for 1.2 million attachment_data rows. Can't this step be simplified as follows?

Diff:

Код:
--- a/src/XF/Install/Upgrade/2030055-230rc5.php
+++ b/src/XF/Install/Upgrade/2030055-230rc5.php
@@ -20,44 +20,12 @@ class Version2030055 extends AbstractUpgrade
 		});
 	}
 
-	public function step2(int $position, array $stepData)
+	public function step2(): void
 	{
-		if (!isset($stepData['max']))
-		{
-			$stepData['max'] =...

Read more

Читать далее...

  • Статья
Using Postmark (or other) SMTP with xenForo: Transactional vs Broadcast stream

Is anyone using Postmark with xenforo?

I see that they say you have to use either a transactional server or a broadcast stream

Transactional must be single emails (not bulk) e.g. password reset, welcome email...

Broadcast must be bulk (not single) e.g. newsletter, (presumably) same text in email (e.g. alert notifications) sent to multiple users (e.g. watching a forum)

But each "stream" has its own smtp settings so how does this work on a forum when you can't know whether at any...

Read more

Читать далее...

  • Статья
RM 2.3 : weird behaviour when editing a resource (admin Vs mod)

When I edit a resource with an admin account or with a mod account, the attachments do not have the same behaviour. As an admin I see the full-size attachment but as a moderator I only see the BB code (the editor button [ ] is not activated) preventing me from accessing the settings of the image (position, size, etc.), Moreover, as a moderator, if I edit the resource and then save (without having changed anything) the photo loses its settings, particularly position (floating).

What...

Read more

Читать далее...

Фильтровать

Назад
Верх Низ