Skip to main content
Recent Posts
2
Addons / Re: [ADDON] SimplePortal
Last post by Spuds -
I'll take a look and see what I can do ....

The missing icon is usually due to an install in a custom theme and the the themes/YOUR THEME/images/sp directory not getting written ... so just copy that over from the default theme
3
Support / Re: After changing the PHP version, thousands of time error messages are reported
Last post by Spuds -
Quote from: Mrs. Chaos – P.S.:  Is it already certain when version 1.1.10 will be released?
It will be released, but I don't have a current timeline.   I thought 1.1.9 would be the last 1.1 release but there were a few issues raised that I just don't feel right in not fixing.
Quote from: ahrasis – Only ElkArte version 1.1.9 fixes a lot of php 8.x problems, so unless you are upgrading to that stay with your older php.
:point_up_2:Truth !
5
Feature Discussion / Re: How To Implement This My Chess Forum?
Last post by Spuds -
Here is a shot at creating this ... upload the package and install it, there are no settings.

Some notes ....

-  it does NOT add a toolbar icon, so you have to enter the bbc code manually.
As an example [pgn]1. e4 e5 2. Nf3 Nc6 3. Bb5 a6 4. Ba4 Nf6 *[/pgn]
This will render as: board.png

- it expects you have uploaded the pgn4web files in a pgn4web directory that is off your forum root.  If it is elsewhere you need to edit the directory in the addon's JS file.



9
Addons / Re: [ADDON] ElkArte Ajax Chat
Last post by Spuds -
Quote from: Vector – When installing the latest version of the chat on the forum version 1.1.9, it gives an error - vsprintf(): Argument #2 ($values) must be of type array, string given
That seems like a PHP 8 error.

Doing a quick look at the addon, it utilizes AJAX-Chat (by Blueimp) which I did find on GitHub.  However it has not been updated in 7 years, so its unlikely to work with PHP 8. 

This addon is really a wrapper around that program, so until the AJAX-Chat author decides to update that code, this addon is not going to work.  Perhaps there is a fork of that project that has been updated that could be used here, I did not look into that.