• Статья
Can you trigger two events with data-xf-click?

Is it possible to trigger two (or more) different data-xf-click events at once?

One is already there to count link clicks, but I want to trigger an overlay prior to going to the link such as a "You are leaving this site..." type of one.

Would I need to first do an overlay and then trigger the link click counter on the 2nd link when they actually visit the site?

Or, can I do something like data-xf-click="overlay linkcounter"?

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

  • Статья
Users are double-posting

Nearly every time when the users reply to a thread, they get an error and click on reply again, resulting in a double post. I see this in the logs:
  • InvalidArgumentException: DOMXPath::query(): Invalid expression in selector >> body << in /home/hotrodcraft/public_html/theGarage/src/vendor/pelago/emogrifier/Classes/Emogrifier.php on line 370
  • src/vendor/pelago/emogrifier/Classes/Emogrifier.php:1532
  • Generated by: Tom
  • Nov 14, 2024 at 12:20 AM

Stack trace​

#0...

Read more

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

  • Статья
User Essentials [Paid]

Xon submitted a new resource:

User Essentials - Provide your members with additional username, thread, and post functions.

About:
This add-on provides useful user functions and options. Provide your members with additional username, thread, and post functions.
Changing usernames has never been this easy!

Feature List:
  • Delete Poll. Moderators and poll creators (when no votes have been cast) can delete a poll via a simple link...
Click to expand...

Read more

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

  • Статья
Report watch manager [Paid]

AndyB submitted a new resource:

Report watch manager - Manages watch state of Send reports into forum.

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:

Manages watch state of Send reports...
Click to expand...

Read more

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

  • Статья
Friendly Urls

Good day everyone,

Let me explain my problem:

My Friendly Urls option is enabled (XF 2.2.15) and working fine.

What edits should be done so for example my forum and thread link would be like:

localhost/forums/main-forum.2/ -> localhost/forums/2/
localhost/xf/threads/test.1/ -> localhost/threads/14482/

Thank you.

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

  • Статья
Second style variation menu causes issues

We like having the style variation menu in other places outside of the footer navigation area. Some areas we've done have been the user dropdown, off-canvas, next to the search icon in the nav. I've realized though the JS appears to really only properly work if the footer one is completely removed from PAGE_CONTAINER.

  • Menu won't auto close when a new variation is selected
  • The "is-selected" won't toggle for each variation


Guessing it's to do with the approach on the JS...

Read more

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

  • Статья
HTML to bbcode [Paid]

AndyB submitted a new resource:

HTML to bbcode - Updates post with HTML to BBCode.

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:

Updates post with HTML to BBCode.

(Example of HTML to...
Click to expand...

Read more

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

  • Статья
[XenCustomize] News Publisher: Home Page, Portal & CMS [Paid]

Veer submitted a new resource:

[XenCustomize] News Publisher - A powerful news CMS for XenForo with unique layouts, modern design, and categorized news on index.

XenCustomize News Publisher for XenForo!​

Introducing the XenCustomize News Publisher for XenForo! This powerful, feature-rich addon creates a dynamic news section within your XenForo forum. At the heart of this addon is the innovative Categorized News Index, offering a clean, organized, and user-friendly way to...
Click to expand...

Read more

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

  • Статья
Carousel body show 4 won't be displayed

I tried changing from show2 to show4 at widget_featured_content


Before:
Code:

<ul class="carousel-body carousel-body--show2" data-xf-init="carousel">


After:
Code:

<ul class="carousel-body carousel-body--show4" data-xf-init="carousel">

It shows just one grid (carousel-body--show4)
1721584453941.webp

Two grid (carousel-body--show2) ( This is unchanged and default by XenForo template...

Read more

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

  • Статья
XenCentral Multisite System 2 [Paid]

XCentral submitted a new resource:

XenCentral Multisite System 2 - XC Multisite System allows to build fully customized communities on a single XenForo installation.

XenCentral Multisite System 2 is a fully-featured multisite solution for XenForo 2 that allows to create unlimited completely customized communities on a single XenForo installation. Product allows to customize almost any aspect of XenForo for unlimited domains and subdomains. Multisite System makes it...
Click to expand...

Read more

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

  • Статья
Font awesome icons 2.3 - categories, nodes, prefixes, phrases, templates etc...

Mr Lucky submitted a new resource:

Font awesome icons 2.3 - A general guide to using Font Awesome icons in xenforo 2.3

Introduction​

There are two main situations where you might use font awesome (or other ) icons.

Pseudo elements (before &/or after text)​

In this case you specify via CSS code that an icon appears before or after some text, e.g. a node title, prefix, or navigation item. This is usually done by adding some CSS code to the extra.less...
Click to expand...

Read more

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

  • Статья
[Liam W] (RIP) Post Count Rebuild

Liam W submitted a new resource:

Post Count Rebuild - Correct those post counts!

This is a simple add-on that adds a rebuilder to the 'Rebuild caches' page to rebuild your boards users message counts.

This takes into account whether or not the forum counts posts to the post count.
Click to expand...

Read more about this resource...

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

  • Статья
Moderation status icon is shown 3 times for article preview

post_article_macros::article_preview

Code:

Код:
<xf:if is="$thread.discussion_state == 'moderated'">
    <xf:fa icon="fa-shield" class="structItem-status--moderated" aria-hidden="true" title="{{ phrase('awaiting_approval')|for_attr }}" />

[...]

<div class="articlePreview-links">
    <ul class="articlePreview-statuses">
    [...]

        <xf:extension id="status_state">
            <xf:if is="$thread.discussion_state == 'moderated'">
                <li>
                    <i...

Read more

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

  • Статья
How to get payment fee in completePurchase(XF\Payment\CallbackState $state)?

After digging into PayPalRest.php code and doing some research, I think this might work: $state->resource['purchase_units'][0]['payments']['captures'][0]['seller_receivable_breakdown']['paypal_fee']['value']

What about Stripe and other providers?

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

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

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

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


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

  • Статья
Forum name in header problem

It seems like such a simple thing...

I set up my community about a year and a half ago, and thought I did a stellar job of documenting all of the committed changes. One that seems to be missing is how I got the forum name into the header, next to the logo. Here it shows inside of the red ellipse:

header title issue.webp

The theme is Xenfocus Dimension, but all of this seems pretty consistent across all of them. I have no issues finding and replacing the logo. I have no issues changing the...

Read more

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

  • Статья
[XenConcept] HowTo forum [Paid]

XenConcept submitted a new resource:

HowTo forum - This addon allow users to create how to ideas step by step.

This addon allow users to create how to ideas step by step.

You can add attachments in steps.

View demo

Overview:

View attachment 294922

Discussion view:

View attachment 294921
Click to expand...

Read more about this resource...

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

  • Статья
[XenConcept] Site Review [Paid]

XenConcept submitted a new resource:

[XenConcept] Site Review - This add-on allows your members to leave reviews of your site.

This add-on allows your members to leave reviews of your site.

View attachment 181095

You can create unlimited rating criteria. This will allow the members to evaluate the services you provide.

Several permissions were set up to better exploit the add-on

The members can liked your reviews and for each appreciation, you will receive an alert!

Features...
Click to expand...

Read more

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

Фильтровать

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