User option to show toolbar below text box

Some of my members have asked if the the toolbar can be shown underneath the text input field. I know there are forums that have been customised to be like this so it makes sense that some people may get used to bbcode icon editor below the message field.

Perhaps something to consider for the new Tiptop editor?

Please vote for this, you know it makes sense;)

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

Template conditional question

I created an addon that displays pages using a custom template. Everything is fine except pagespeed insights says that some clickable elements are too close. It looks like those are links contact us, help etc. at the bottom. I want to remove them on my add-on pages.

Is there a condition I could use for that? Something like
Code:

<xf:if is="custom_template_name = my_template_name">

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

How to get rid of smileys?

There are forums where smileys can be extremely disruptive, and hardly anyone uses them. But every few days, someone comes along and posts a message filled with colorful icons. We don't want that anymore, and we're tired of having to delete them every time. Is there a way to completely remove the use of smileys from the forum?

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

Hide avatars from deleted notices for staff

MentaL submitted a new resource:

Hide avatars from deleted notices for staff - Hide avatars

I wasn't happy with how the avatars on deleted posts were displayed, especially since I had increased the default avatar size. By making the following changes, you can hide the avatars and reduce the amount of page scrolling, making it easier to navigate.

~BEFORE:

View attachment 311226

~AFTER:

View attachment 311227

Enjoy.
Click to expand...

Read more about this resource...

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

Participants leaving a conversation & removing them from one

When a participant leaves a conversation, his user name still appears to the other participants in the list. Is this a bug or is it as designed? I think the latter but wanted to be sure.

The suggestion is, I have conversations where I need to remove certain users I included when starting it. For example advertisers that stop advertising should no longer have access to a private conversation they once were a participant of.

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

Adding Social Media Icons to the Headar Section

HiddeNKinG submitted a new resource:

Adding Social Media Icons to the Headar Section - social media, xenforo

View attachment 251963

Add the following code into extra.less

CSS:

Код:
.social-network {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    padding: 10px 0;
    text-align: center;

    li {
        display: inline-block;
        vertical-align: text-top;
        font-size: 15px;
        line-height: 28px;
        letter-spacing: 0;
        padding: 0 4px...
Click to expand...

Read more

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

How can I use the function to convert bb to html?

I want to display a post on a custom page.

I first do a mysql query to get the post message
select message from xf_post where post_id=123456

Once I get the 'message', it's in bb format.

Is there a XF function that can easily change this to HTML?

Vbulletin had a bb2html type function.

Skimming through the developers document but I'm not finding it.

Thank you.

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

Плагин xF2 [Xen-Soluce] User Upgrade Duration

НетМеня обновил ресурс [Xen-Soluce] User Upgrade Duration новой записью:

2.1.2 Fix 3

Изменено :

Обновление 2.1.2 Исправлено 2​


Изменено :
  • Несовместимость плагина с подарочным дополнением от NixFifty.

Обновление 2.1.2 Исправлено 1​


Изменено :
  • Проблема в сочетании с купонами на...

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

МОДЫ xF2 [cXF] Customize ads after first post

Pokschubin разместил(а) новый ресурс:

[cXF] Customize ads after first post - Рекламная позиция после первого сообщения.

Посмотреть вложение 10436

Вы можете легко настроить свою рекламу (например, AdSense), добавив дополнительный код в свой HTML-блок при создании объявления.
Как вы можете видеть на экране выше, в объявлении будет отображаться сообщение "нравится" с аватаркой. Заголовок под аватаркой сформулирован, поэтому проверьте наличие фразы cxf_ads_after_first_post, чтобы отредактировать его.

Используйте этот код для получения вышеуказанного результата:
HTML:
<article class="message...

Посмотреть страницу этого ресурса...

МОДЫ xF2 [cXF] Node description only on hover

Pokschubin разместил(а) новый ресурс:

[cXF] Node description only on hover - Описание узла только при наведении с приятным переходом

Добавить модификаци шаблона extra.less:
Less:
@media (min-width: @xf-responsiveMedium) {
    .block--category .block-desc {
        float: right;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }
    .block--category:hover .block-desc {
        opacity: 1;
        color: #fff;
        float: right;
        padding-top: 6px;
        transition: all 0.5s ease-in-out;
    }
}
@media (max-width: @xf-responsiveMedium) {
    .block--category .block-desc {...

Посмотреть страницу этого ресурса...

МОДЫ xF2 [cXF] Buttons for Widget Homepage header position

Pokschubin разместил(а) новый ресурс:

[cXF] Buttons for Widget Homepage header position - Кнопки для размещения в заголовок главной страницы виджета

Для достижения этой цели создайте HTML-виджет и установите для него кнопки виджета. Для позиций отображения установите:

Посмотреть вложение 10434

В поле Условие отображения добавьте: $ xf.visitor.user_id

Это означает, что виджет будет отображаться только зарегистрированным пользователям.

В поле Шаблон добавьте это:
HTML:
<div class="wh-header-buttons-container">
    <a...

Посмотреть страницу этого ресурса...

МОДЫ xF2 [cXF] Thread prefix icons

Pokschubin разместил(а) новый ресурс:

[cXF] Thread prefix icons - Пошаговое руководство о том, как добавить значки префикса тем и настроить его.

Конечно, вы можете расширить его для своих нужд по своему усмотрению.

1. Создайте свой пользовательский префикс
В личном кабинете администратора перейдите на Форумы> Префиксы тем и нажмите кнопку Добавить префикс справа вверху.
Заполните форму следующим образом:

Посмотреть вложение 10428

Вы можете выбрать любое имя префикса, которое хотите, просто измените pack-a на желаемое имя.
* не забудьте выбрать соответствующие форумы внизу

2. Добавьте код в свой...

Посмотреть страницу этого ресурса...

AWS S3 Error after update

Hi all,

I tried searching on the forum and on google, but I only came up with issues about NextCloud.

I have just updated my site to xenforo 2.3 and it kinda works, but as usual I'm getting some errors with the AWS S3 integration.
This is the error I'm getting:
Code:

ErrorException: Fatal Error: Declaration of Aws\S3\ObjectUploader::promise() must be compatible with GuzzleHttp\Promise\PromisorInterface::promise(): GuzzleHttp\Promise\PromiseInterface...

Read more

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

Swap follow/ignore with Direct message (UX improvement)

I can do this myself, but I wonder how often fat finger double-tapping ignore happens.

Screenshot_20240920_004719_Chrome.webp

I accidentally ignored Mr Lucky because the popup was delayed and I fat fingered another tap, which hit ignore.

I would suggest swapping [Follow][Ignore] with [Send direct message] — it also makes more logical sense that you would want to contact them first, then see that you can follow and ignore later as we read left to right.

I know this is a small UX adjustment that will probably be overlooked...

Read more

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

embed.php missing

I've upgraded multiple sites now to XF2.3, and all of them are missing the new embed.php file that is mentioned in the HYS about embedding content.

Code:

Код:
public]# ll | grep php
-rw-r--r--  1 nginx nginx   319 Aug 12 10:03 admin.php
-rw-r--r--  1 nginx nginx   336 Aug 12 10:03 cmd.php
-rw-r--r--  1 nginx nginx  1993 Aug 12 10:03 connected_account.php
-rw-r--r--  1 nginx nginx   831 Aug 12 10:03 css.php
-rw-r--r--  1 nginx nginx   433 Aug 12 10:03 index.php
-rw-r--r--  1 nginx nginx  1359 Aug...

Read more

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

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

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

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


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

Фильтровать

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