unable to run elasticsearch

Hello.

I'm trying to get Elasticsearch v.8 to work but I'm getting the error:
[root@hst /usr/share/elasticsearch]$ bin/elasticsearch-cli
Exception in thread "main" java.lang.AssertionError: CliToolProvider [cli] not found, available names are [node, shard]
at org.elasticsearch.cli.CliToolProvider.load(CliToolProvider.java:69)
at org.elasticsearch.launcher.CliToolLauncher.main(CliToolLauncher.java:60)
Click to expand...

My elasticsearch.yml:
cluster.name: node-1
node.name: node-1...
Click to expand...

Read more

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

Addon to manage Resource Downloads and other stuff

Hello everybody!
I am looking for an add-on to add a "Resource download history" and modify resource manager to show all "Games" and view all "Mods" on the home page of our forum so users can find mods much more easily.
Another feature to improve our users' experience would be a games filter in the options so our users can filter mods by game.
The last needed feature of the add-on would be a way to limit the download speed of resources depnding on their user-group (permissions).

I'd be...

Read more

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

Passkey registration failed: invalid origin

Had a user try to set up a passkey and they are getting an error, the stacktrace is as follows src/XF/Error.php:82:

Code:

Код:
#0 src/XF.php(266): XF\Error->logError('Passkey registr...', false)
#1 src/XF/Service/Passkey/ManagerService.php(204): XF::logError('Passkey registr...')
#2 src/XF/Pub/Controller/AccountController.php(955): XF\Service\Passkey\ManagerService->create(Object(XF\Http\Request), NULL)
#3 src/XF/Mvc/Dispatcher.php(362)...

Read more

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

[MMO] Custom Ban Information

kick submitted a new resource:

[MMO] Custom Ban Information - Customize your ban page as you want

The add-on allows you to edit the lock page as you like. Of the options to configure the template, configure and specify the contacts that will be displayed for communication. In addition to all this, you can display a standard message as desired.
View attachment 224091
View attachment 224092
Click to expand...

Read more about this resource...

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

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

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

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


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

Setting up caching backend (I'm looking for paid help)

Hello,
I want to have a caching backend setup so that the plugin doesn't hit the Discord API too much.
Currently, my website opens in 6-10 seconds because of the widget of the plugin I use...
I made the settings in this link. Cache support | Manual | XenForo

Can anyone offer paid assistance with a solution?

You can learn the site address and plugin name via private message.

Send me PM please, Thank you.

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

BBCode "2.0" refresher

I have been racking my brain around how we can allow users to input more information into a BBCode tag without an add on to create it, and it seems that the methodology would be to finally give BBCode a refresher after all these years.

For starters, some BB codes don't require a closing tag. An example of this would be sharing media gallery items with:
Code:

[GALLERY=album, 100][/GALLERY]

Instead of having a closing tag, why not treat it with an opening tag only, like some HTML tags and XF syntax?
HTML:

<img src=""...

Read more

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

Change Post Date by Xon

Xon submitted a new resource:

Change Post Date by Xon - Change Post Date as an inline moderator option

Adds the in-line moderator option "Change Post Date".

New Permissions
  • Change Post Date
Performance impact

The actual post date change is very fast, and only causes the thread data to be re-indexed. However, if position counters in the thread are detected to be incorrect they will be rebuilt.

This ensures the end-user isn't impacted by...
Click to expand...

Read more

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

Public Usergroups

I use vB's Public Usergroups quite a bit on TAZ, and would really like to see them added to XenForo.
Public custom usergroups are custom usergroups that your users can request to join because you have enabled the "Public (Joinable) Custom Usergroups" option for those usergroups.
Click to expand...

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

Extending NotifierService::notifyCreate is complicated

\XF\Service\Report\NotifierService::notifyCreate is currently kinda monolithic which makes it somewhat difficult to extend.

Could this be made more modular, eg. smth. like

PHP:

Код:
protected function getCreateNotificationEmailParams(User $user): array
{
    $report = $this->report;
    $comment = $this->comment;

    return [
        'receiver' => $user,
        'reporter' => $comment->User,
        'comment' => $comment,
        'report' => $report,
        'message' =>...

Read more

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

Can't use modern MySQL / MariaDB collations

XenForo currently uses utf8_mb4_general_ci which treats usernames like Günther and Gunther as identical (which might not be desired).

This collation is kinda old and lacking proper support for many unicode characters.

MariaDB added support for more modern UCA 14 collations like uca1400_as_ci quite some time ago and made a UCU collation default in 11.6:

[MDEV-27009] Add UCA-14.0.0 collations - Jira

jira.mariadb.org
jira.mariadb.org

[MDEV-19123] Change default charset from latin1 to utf8mb4 - Jira

jira.mariadb.org
jira.mariadb.org

MySQL 8 at...

Read more

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

Reaction emojis not showing on profile post (view previous comments...)

Hello,
I'm running XF 2.3.3 (latest version as of October 18, 2024) and facing a strange issue.
The problem:
When I click on "View previous comments..." in profile posts, I'm unable to react to the messages that load after clicking "View previous comments...".
Please refer to the attached video for reference.

View attachment 20241018_132219.mp4

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

when clicking on a user profile pic it displays in full page?

Hello, this only happens if a user has uploaded their profile photo. if they do not upload a photo you can not click on it. but if you do have a profile photo uploaded you will get transferred to a single page of just the photo and also it happens while using mobile devices and that seems pretty aggravating as well.

here is an example
xenforo.com

Brogan

xenforo.com
xenforo.com
go this page and click on the profile pic...
it will take you to this link below in the same...

Read more

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

Nodes sometimes bolded but threads never are?

I'm hoping someone can paste the default code for this. I'm having an issue where randomly, some of the forums (on the main forum page) are bolded. I don't want this, and I've never seen it on forums I'm a member of.

Additionally, threads are never bold. This seems like a malfunction. IIRC a user is supposed to see bolded threads, until they click on that thread.

Could this be browser related? The randomly bolded nodes issue isn't happening on Firefox. But it's happening on Chrome and...

Read more

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

"Post as update" irrational compared to XenForo threads: Change post owner on update

There are members Adam and Bill. Adam is a member and Bill is a moderator (or housekeeper) for XFRM.

Adam adds a resource to XFRM and updates it as needed.

Bill notices an error in the resource. As Bill has permission to edit resources, he edits the resource; perhaps a date mentioned is incorrect or there is a spelling error, so he updates it.

Bill also "post(s) as update" that the date or spelling of something in the description of the resource is incorrect and has been changed to the...

Read more

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

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

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

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


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

Push notifications for reported posts and content pending approval

XenForo 2.3 (finally!) implemented E-Mail notifications for reported content and content pending approval.

While push notifications for those events were already "on the backlog" before 2.3.0 Beta 1 was released, it unfortunately still doesn't seem to be implemented.

XF 2.3 - Miscellaneous changes for XenForo 2.3
XF 2.3 - Miscellaneous changes for XenForo 2.3

So it would be nice...

Read more

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

Фильтровать

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