• Статья
PHP 8.4: PHP Deprecated: Constant E_STRICT is deprecated in /web/public_html/src/XF/Template/Templater.php

Solution:

Code:

Код:
        public function handleTemplateError($errorType, $errorString, $file, $line)
        {
                switch ($errorType)
                {
                        case E_NOTICE:
                        case E_USER_NOTICE:
                                // ignore these (generally accessing an invalid variable)
                                return;

//                      case E_STRICT:
                        case E_DEPRECATED:
                        case...

Read more

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

  • Статья
Add autocomplete [Paid]

AndyB submitted a new resource:

Add autocomplete - Adds autocomplete to several admin control panel templates.

Premium upgrade:

This XF2 add-on along with the entire collection can be purchased for $35.00 USD. Your Premium upgrade will allow you to download as many XF2 add-ons as you like for one year. Please see the entire collection located in the Resources area at this URL:

XF2 Addons

Description:

Adds autocomplete to...
Click to expand...

Read more

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

  • Статья
display template in overlay when returning view?

I have seen forum discussions about how to display a template as an overlay on clicking a link or using a form submit button with the OverlayTrigger class. However, what I want to do is display a template as an overlay conditional on some code in the _save method within a service, and have the server-side php load the template as an overlay. Is this possible?

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

  • Статья
Ad plugin for above breadcrumbs that can provide a display order?

Im looking for a plugin that can use that section to display banner ads in a display order. Or a plugin that can seperate that area into containers where I can add in code to display the banners. Tried using Siropu Ad plugin but it doesnt keep the display order.

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

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

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

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


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

  • Статья
Nimbus Hosting - For all your server needs. (A review)

So, I think its about time that I stick my money where my mouth is and do a write up on Nimbus. I think pretty much everyone whos been around these forums a while will at least know of them, so this is more for people who may be looking for hosting / server reccomendations.

Lets make it easy shall we for those looking for a quick review:

TLDR: Nimbus have so far been the best host I have ever used in all 15 years of my experience.

Now the full whack.


Over time here at...

Read more

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

  • Статья
Alerts drop-up on old iPad

This isn't that important for me or my users, but had it reported by two users thought you might want to know.

They both have an old iPad that can't see webp-images (that is not the problem), one with ios 12 I think.

If they scroll down a bit and clicks on the alerts icon in the sticky menu the drop down don't drop but becomes a drop-up that is hidden if I understand the explanation.
Can't test myself not having an old iPad.

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

  • Статья
Add units to all values to remove ambiguity

There are a few areas where i've seen this in the past, and it can be confusing.

Without units, the value is arbitrary and can have admins make poor decisions.

is it seconds? days?

or, since the title is 'length', perhaps it's rows? or megabytes? or gb? But then the long description says length of time.


I assume it's days but it's unclear. please add units to items like this in the admincp:

1728571853155.webp

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

  • Статья
"Are you sure you want to apply this reaction?" on Profile Post Comments are hidden behind "Previous Messages".

Since upgrading to XenForo 2.3 I have had several member complaints about out "Are you sure you want to apply this reaction?"

1728568467804.webp

This issue happens on any comment that is initially hidden by "View previous comments...". Once you click "View previous comments..." and all comments are visible, any that were previously hidden will ask you "Are you sure you want to apply this reaction?". There is no ability to choose a reaction other than "like", and you have to confirm that you...

Read more

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

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

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

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


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

  • Статья
Crypto payments for Xenforo renewal?

Hi, I see Stripe is the main payments processor for Xenforo subscriptions

I'd like to pay for my yearly renewal using crypto. Is this possible? I know stripe does have some crypto payment functions.

USD exchange is kinda heavy on my native country's currency right now and I have a few bucks worth of crypto that I could use

Thanks in advance for your feedback

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

  • Статья
edit the topic viewers bar

Hello ;

I'm using the User Activity Xon plugin and I'm trying to add an image to a marked field in the image. The line of code I am using is the code below, but it is not working. What am I doing wrong?

Code:

Код:
#uaThreadViewContainer .block-minorHeader::before {
    background-image: url(/styles/default/xenforo/kategorikucuklogo.webp);
    background-repeat: no-repeat;
    background-position: 99.5%;
    background-size: 8%;
}


Screenshot_1.webp

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

  • Статья
Unknown or bad timezone (Europe/Zaporozhye) when importing from Discourse

There should probably be a fallback to Europe/London for invalid time zones, similar to this fix: https://xenforo.com/community/threa...porter-discourse-php-613.198354/#post-1537130


PHP:

Код:
DateInvalidTimeZoneException: DateTimeZone::__construct(): Unknown or bad timezone (Europe/Zaporozhye) in src/addons/XFI/Import/Importer/Discourse.php at line 639

DateTimeZone->__construct() in...

Read more

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

  • Статья
Lightbox uses some hardcoded text

js/xf/lightbox.js


Code:

Код:
getLanguage ()
{
    return {
        CLOSE: XF.phrase('lightbox_close'),
        NEXT: XF.phrase('lightbox_next'),
        PREV: XF.phrase('lightbox_previous'),
        ERROR: XF.phrase('lightbox_error'),
        PLAY_START: XF.phrase('lightbox_start_slideshow'),
        PLAY_STOP: XF.phrase('lightbox_stop_slideshow'),
        FULL_SCREEN: XF.phrase('lightbox_full_screen'),
        THUMBS: XF.phrase('lightbox_thumbnails'),
        DOWNLOAD...

Read more

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

  • Статья
Page node menu, is-selected - How to?

Regarding this thread : XF 2.3 - .is-selected, how to?
I want to do the same kind of menu but with page nodes, i tried this but it does not work...
HTML:

<a href="/-/podcasts/" class="blockLink {{ $node.node_id == $page.node_id ? 'is-selected' : '' }}">page A</a>
I dumped vars and node_id is available...
I'm surely missing something.
Thanks for any help.

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

  • Статья
Santa Ana Divorce Attorneys for Comprehensive Legal Services

At Jos Family Law, we understand that divorce or any other family law matter can be uniquely challenging and overwhelming. Our Santa Ana divorce attorneys bring a comprehensive approach to each case. Leveraging 55 years of combined experience, our Santa Ana divorce attorneys provide Personalized support and guidance to clients during this difficult time. Blending expertise, knowledge, ethics, and diligence, we aim to protect your rights and create a better future than your present...

Read more

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

  • Статья
Can I get your opinion on a few things

It's best if I just number these. I would like your opinion on a few things, and I also have a technical question:

1. What are your thoughts on the default email frequency? Even just visiting a few threads and making a few replies, a user might get 8 (or more) emails from your forum in 1 week. I turn these off immediately because it begins to border on spam. How do you have it set up for your users? I don't like it when I sign up for some new site and I see 6 new emails from them in two...

Read more

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

  • Статья
XFMG media width 1200 [Paid]

AndyB submitted a new resource:

XFMG media width 1200 - Sets XFMG media width to 1200px.

Premium upgrade:

This XF2 add-on along with the entire collection can be purchased for $35.00 USD. Your Premium upgrade will allow you to download as many XF2 add-ons as you like for one year. Please see the entire collection located in the Resources area at this URL:

XF2 Addons

Description:

Sets XFMG media width to 1200px.

This add-on...
Click to expand...

Read more

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

  • Статья
No Folder for the API

Good evening, I have a problem with my API, after creating an API key the folder still does not appear in the main directory of the forum. in the folder of src/config.php it is also not deactivated. Forum is also already reinstalled.

Except my DB the following is in the config.php:


$config['fullUnicode'] = true;
$config['searchInnoDb'] = true;

In German:

Guten abend, Ich habe ein Problem mit meiner API, Nach erstellen eines API keys kommt der Ordner noch nicht im Hauptverzeichens vom...

Read more

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

  • Статья
CSS file goes missing a few times per day, so strange...

I THINK my CSS file is doing a disappearing act on me a few times per day.

The forum will randomly stop displaying the style correctly. Sometimes works, sometimes doesn't. We can't figure out what would cause this.

We're on CloudFlare Pro, latest XF, PHP 8.3.12, and don't have the CF add-on installed atm. This happened when we had the CF add-on, so turned it off to see what happens. Same thing, random vanishing act by the CSS.

And.... rocketloader is already disabled.

wtfffffff.webp

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

Плагин IPS Musicbox

НетМеня обновил ресурс Musicbox новой записью:

4.4.6

  • Исправлена проблема поиска с символами деванагари.
  • Исправлена ошибка, из-за которой создавалось много дубликатов исполнителей.

Посмотреть подробности об этом обновлении...

Фильтровать

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