[MMO] Coin Widget

kick submitted a new resource:

[MMO] Coin Widget - Bitcoin and Litecoin Donation Buttons

Bitcoin and Litecoin donation buttons. A widget with details for donations of Bitcoin and Litecoin is added to the sidebar. For each of the systems, the number of donated funds and the balance are displayed. The wallet is specified in the add-on settings.
View attachment 224101
View attachment 224102
View attachment 224103
The project name is taken from the forum settings and leads to the main page...
Click to expand...

Read more

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

Auto GTranslate Widget [Paid]

themago submitted a new resource:

Auto GTranslate Widget - Adds a gtranslate widget to your forum to automatically translate

This will add the free version of gtranslate.io to your forum with all of the same options

  • Default language
  • Widget look
  • Place inside widget or floating
  • Flag style
  • Auto switch to browser language
  • Alternate Flags/Native language names
  • Include/exclude languages
Click to expand...

Read more about this resource...

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

[MMO] BbCode Tooltip

kick submitted a new resource:

[MMO] BbCode Tooltip - Add a tooltip on hover

For example, you need to insert a hint for a specific text, so this bb-code will help you. The tooltip will only appear when you hover over the text.
Syntax:
[tooltip="Here is a hint"]Here is the text[/tooltip]
View attachment 224099
Click to expand...

Read more about this resource...

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

"Customize album order" feature

Just like in XF1 version
2019-06-26_10-29-10.webp

Please bring this feature back, as this is very useful. This happens a lot that we release an album, and later, we add content to the middle of the album somewhere, so we add the new media to it and we need to move it to the middle where it belongs, not to the end of the album.

Thanks

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

Приветствуем нового пользователя, Emilia Getta

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

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


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

Non valid property : @_structItem-cellPaddingH

In structured_list.less template, the value of @_structItem-cellPaddingH is defined as:
Less:

@_structItem-cellPaddingH: ((@xf-paddingMedium + @xf-paddingLarge) / 2); // average

Further in the template we find:
Less:

Код:
&.structItem-cell--iconEnd
        {
            width: (@_structItem-avatarSizeEnd + @_structItem-cellPaddingH * 2);
            padding-left: @_structItem-cellPaddingH / 2;

This results in an invalid property value:

Capture d'écran 2024-10-25 084646.webp

It probably doesn't have any...

Read more

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

[Patch Included] Style variation chooser icons don't support non-default weight

js/xf/core.js
Code:

Код:
const newIcon = XF.createElementFromString(
    XF.Icon.getIcon('default', icon)
)
menuIcon.replaceWith(newIcon)

This code essentialy prevents using style variation switcher icons in a non-default weight as the runtime-generated icon HTML becomes invalid if a diffrent weight (fas, etc.) is specified.

It seems unnecessarily limiting and inconsistent with other parts of the software (like forum type icons) where it is possible to use non-default weights.

The...

Read more

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

Transform Your Designs with Custom Embroidery Digitizing

Transform your unique designs into stunning embroidered masterpieces with our custom embroidery digitizing service. We specialize in converting artwork into precise, machine-readable formats, ensuring vibrant and intricate embroidery on any fabric. Perfect for businesses and individuals seeking personalized, high-quality embroidery solutions. Trust our expertise to bring your vision to life with precision and excellence.

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

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

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

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


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

how to block: Account upgrades

Hi,

Is it possible to block the "Account upgrades" page for a specific group?
(partner member does not need to know and especially new members)

3 types of inconvenient people are registering (on the registration page it is very clear)
I have temporarily enabled Manual Approval, to help only 1 type of person

Regards

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

Number of Participants in the Message Group

I have a message group consisting of 100 users on my forum site. In this group, certain members chat in the group.

There are 3 main problems here

1. ERROR: When someone leaves the group, the total number of participants in the group does not decrease, it remains the same. For example, in my group of 100 people, I remove a member from the group to add the 101st person. However, when I remove someone from the group, the number does not decrease to 99. Therefore, I constantly have to...

Read more

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

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

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

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


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

Compressed images filling up server space in temp folder

Hello!

On one of my XF 2.3 forums, I've run the Rebuild cache option to Optimize attachments.

After a while I got: There are manual rebuild jobs awaiting completion. Continue running them.

I've added this command via terminal: php cmd.php xf:run-jobs --manual-only

The notification went off, but only for about 10-15 minutes. Then the notification reappeared. After that I went into phpMyAdmin and deleted the optimization task, so now I only have that...

Read more

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

Prefix FA Icons

Ben v2 güncelledik.Tamam.12'den v2.Bir tane.0 Beta 6

CSS:

Код:
/* duyuru ön eklere ait olan kod başı */
<xf:comment> DUYURU ONEK CSS Tanimi </xf:comment>
.rc_onek {
    color: rgba(255,255,255,0.8);
    border-radius: 2px;
    display: inline-block;
    position: relative;
    font-size: 90%;
    padding: 0 5px 0 32px;
    cursor: pointer;
    font-size: 80%;
    font-weight: normal;
    &:before {
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute...

Read more

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

Censoring add-on

I would like to create an add-on that would essentially disable the Censoring function for logged in members. So when a Unregistered / Unconfirmed visitor is viewing the forum, the Censoring will be in effect. If a logged in member is viewing the forum, the Censoring will not be in effect.

The part of the code that I need to override is located in the following file:

XF/App.php

The line of code that reads the censoring options is this:
PHP:

...

Read more

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

Aquarelle Xenforo Thema [Paid]

webtiryaki submitted a new resource:

Aquarelle Xenforo Thema - Powerful, creative, responsive multi-purpose xenForo Theme

View attachment 312916

DEMO

Enjoy the extreme customization power and a very big set of modern components, features and options. Users will love your site because it gives them a unique user experience clean, modern & beautiful design. You will be easily able to customize it for your needs.

RE-ME Framework Features List...
Click to expand...

Read more

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

Can't post to some nodes, server errors

Getting a lot of these timeout errors in the admin console. How do I find and kill the offending process in phpMyAdmin?

  • XF\Db\Exception: MySQL query error [1205]: Lock wait timeout exceeded; try restarting transaction

    Code:

    Код:
    Stack trace            SELECT *
                FROM xf_thread
                WHERE thread_id = ?
                FOR UPDATE
            
    ------------
    
    #0 src/XF/Db/Mysqli/Statement.php(198): XF\Db\AbstractStatement->getException('MySQL query err...', 1205, 'HY000')
    #1...

Read more

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

Фильтровать

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