I just wanted to say "Thank you"

I've run into a lot of obstacles when trying to fine tune things just the way I wanted to. Anytime I have a question someone is there to give me a concise answer that almost always solves my problems. Sometimes I feel like I ask too many questions but in the end I'm very grateful for all the help I've gotten from the community.

So thank you!

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

about us on horizontaal postbit of article thread types

Hi, I am just aware of this. And this is same here in official site. If thread is defined as article, postbit is horizontal and about us section of forum showing in this horizontal postbit. There is no about us on vertical postbits. This is terrible especially if users have a long about us section. I couldn't find any option to hide about us on horizontal postbit. Is this something might be developers miss?


1731621839140.webp

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

How to add a custom Group Badge to user info

I've been contacted twice recently via PM asking me how I added a custom Group Badge to the user info as seen on my website:

badge.webp

How to:

Go to: AdminCP > Appearance > Templates > and search for the "extra.less" file
Open the file and add this code (call it anything you want. In the example here, I called it ".mybadge" ):

.mybadge {
background-image: url('https://www.mywebsite.com/mybadge.png')...

Read more

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

Image search [Paid]

AndyB submitted a new resource:

Image search - Image search powered by Google.

Premium upgrade:

This XF2 add-on along with the entire collection can be purchased for $25.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

Note: all my XF1 add-ons are still 100% free and are supported by donations...
Click to expand...

Read more

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

Update .ZIP release name?

I'm sorry, I feel like I should know this. For context I'm very new to doing anything addon related and work within this scope VERY infrequently, so I basically have to relearn everything each time I touch an addon. So anyway, I have a stupidly simple addon I wrote two years ago and I made some changes to it today, so I wanted to build a new release. I went into addon.json and incremented the verion_id and string, but when I used xf-addon:build-release it zipped everything up under the OLD...

Read more

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

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

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

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


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

Приветствуем нового пользователя, Алексей3432433

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

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


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

How to show the topic id in special topic fields

Hello, I want to set up a website where I can track people. I will have 3 requests every time I open a new topic.
1) Can I make 2 titles when opening a topic (name, surname and phone number),
2) How to show the topic id in special topic fields.
3) How to add a phone number section to the special topic field.
Thank you in advance for your answers.

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

Discussion preview option for users

I've done a search with no joy, so far.

Some of my forum members don't like the pop-up Discussion Preview when hovering over a thread link.
(Personally, I like it!)

I know that the feature can be turned on / off at the ACP level:

1690640093012.png

What I'm wondering is if there is an add-on that would allow users to customize their experience by turning it off for their own "viewing pleasure."

Thanks!

Tagging @AndyB

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

Need a Print Thread option

I have had requests from several users who want a printer friendly option for printing a thread, however there is none. The "add this" thing only seems to print out 1 page of the thread.

So we need a "print thread" option under "thread tools" to allow a printer friendly version of the entire thread to be printed, just like VB3 had. I was really surprised that it wasn't included as default in XenForo.

I did a search with "print thread" specified and titles only and found nothing, thus the...

Read more

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

Boosting performance in XenForo 2.3

googlechrome.github.io_lighthouse_viewer_ (4).png
In today's 'Have you seen...?' entry for XenForo 2.3 we're going to look at how we've zeroed in on enhancing performance, ensuring your community has a swift and seamless experience. We're going to take a deep dive into the advancements we've made and how they stack up against various performance metrics.

But, before we get into the individual changes, let's take a quick look at the baseline - this is our current Performance score as calculated by Lighthouse for the XenForo...

Read more

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

Custom BBcode and extra line breaks

I have created a highlighter custom bbcode which is just a simple replacement html <span style> but no matter what I do if I add a button for it on the editor this is what happens for me and my users:

This is what happens when
[HILITE]applying the Highlighter[/HILITE]
custom bbcode via the button in the editor

It inserts a line break before the code and one after.

It also does this on two other simple bbcodes I've added.

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

Where can I find instructions to adding an array type option in my options page?

On my options page, I would like to add an array option,
A textbox, where each entry would be on a different line.
Each entry should contain a string and a number (string number).

How can I do this? (I'm open to other ideas, so feel free to suggest...)

Thanks!

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

vBulletin: User field choices keys may get mangled

XFI\Import\Importer\vBulletin::getProfileFieldChoices
PHP:

Код:
$choiceData = $this->decodeValue($field['data'], 'serialized-array');

[...]

foreach ($choiceData AS $key => $choice)
{
    if ($choiceId = $this->convertToId($choice, 23))

$field['data'] may contain data that is not UTF-8, so if this is passed to convertToId the string may get mangled ginving somewhat inconsistent results.

Changing this to
PHP:

if ($choiceId = $this->convertToId($this->convertToUtf8($choice)...

Read more

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

Is a mobile app better than a mobile-friendly website for my WooCommerce store?

While a mobile-friendly website is essential, a mobile app offers enhanced functionality that websites can’t match, such as push notifications, offline access, and faster loading times. Mobile apps are designed to leverage mobile device capabilities, providing a more intuitive and engaging user experience that encourages repeat usage. Apps also allow for more personalized interactions, which can improve customer retention.

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

How to understand and modify color codes?

Hi, I'm trying to modify theme colors in Basic colors, where specific XF coding is used, like "darken(@xf-textColor, 35%)". But when I click on it, I cannot see exact colors I would like to have, like #2d3037. Even the Picker is a lot of trial and error to get close to what I want. And then I can't save that to also use it elsewhere.

Is there a tutorial showing us how to create our own re-usable colors and save them as presets to be re-used?

Thanks! :)



colors9.webp

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

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

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

Фильтровать

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