Skip to main content
Recent Posts
21
General ElkArte discussions / How to integrate ElkArte and fail2ban?
Last post by hannaconner -
Hi, are there anyone that tried to integrate ElkArte and fail2ban? I want to prevent someone bruteforcing the login page. While the forum will ban multiple failed login but it still get processed by php. I want to take it further that the bot is blocked at network level, so it doesn't affect performance badly. yesterday my wordpress blog login page got hammered, and i must disabled php-fpm to access my vps.
26
Addons / Re: Multi Tenancy - Multi Forums Via Various Domains In A Single Installation
Last post by Spuds -
Good place to start ...

I've been working on 2.0 Addons and have made several changes and added new features/functions to help addon authors.

The main updates (that I will push to Github this week) allow installing addons in the Addon directory instead of only the ElkArte directory.  This can help with organization.  It uses the Addon namespace, so you add a directory under Addons like Addons\MyStuff and then in MyStuff.php you would use namespace Addons\MyStuff; filenames and directories need to match for the autoloader to work properly.

Also added a several functions to help work with the new menu system, basically helpers like insertSubsection() and insertSection() which allow adding new menu items easily.
27
Addons / Re: [ADDON] Google Member Map
Last post by Spuds -
Another one that has been updated to work with 2.0 :D

I don't recall adding any new features, but did clean up the JS considerably since this version will only support 2.0.  Improved its performance when there are large numbers of pins.

I did remove the export of KML map data feature as unnecessary bloat.

No  package just yet.

28
Addons / Re: [ADDON] Fancybox
Last post by Spuds -
Just a quick bump .... I've done the updates so this will work with Elk 2.0 (no package yet)

Updated the Javascript so it is cleaner and works with 2.0

Kept the same fancybox version as previous release as that was the last one that had a compatible license.

Added the ability to show the thumbnail navigation below the image, previous versions only allowed it on the side (see pic)