ElkArte Community https://www.elkarte.net/community/index.php © 2026 ElkArte Community ElkArte 30 https://www.elkarte.net/community/themes/default/images/logos/logo.png ElkArte Community https://www.elkarte.net/community/index.php <![CDATA[[Addon] Custom Board Icons]]> https://www.elkarte.net/community/index.php?topic=6422.0 Custom Board Icons
Version: 1.0
Author: vbgamer45
Website: https://www.elkartemods.com
Compatible with: ElkArte 1.1 - 1.1.99

Description

Custom Board Icons allows forum administrators to upload a custom icon image for each board, replacing the default CSS status icons on the board index. Upload any image (JPG, PNG, GIF, WebP, or SVG) through a simple drag-and-drop interface on the board edit page.

When a board has a custom icon, a small animated badge dot can optionally overlay the icon to indicate new/unread posts. Boards without a custom icon continue to use the default ElkArte status icons.

Features

  • Per-board custom icon images on the board index
  • Drag-and-drop upload UI in Admin > Boards > Modify Board
  • AJAX upload with instant preview - no page reload needed
  • Optional new post badge overlay (green pulsing dot) on custom icons
  • Badge toggle in Admin > Configuration >Add-on Settings
  • Supports JPG, PNG, GIF, WebP, and SVG formats (max 512KB)
  • Clean uninstall removes all files and database changes

Installation

1. Upload the...]]>
https://www.elkarte.net/community/index.php?action=post;topic=6422.0 Sun, 01 Mar 2026 19:27:23 GMT https://www.elkarte.net/community/index.php?topic=6422.0 vbgamer45
<![CDATA[[Addon] Related Topics]]> https://www.elkarte.net/community/index.php?topic=6421.0
Related Topics 1.0 for ElkArte


Introduction
Related Topics displays a list of similar topics at the bottom of topic pages.
Topics are matched using MySQL fulltext search on subject lines.
Currently only MySQL is supported.

This is a port of Niko's Related Topics mod (v1.4) from SMF 2.0 to ElkArte 1.1.x.

Requirements
- ElkArte 1.1.x
- MySQL database (for fulltext search)

Installation
1. Use the package manager to install
2. Go to Admin > Configuration > Related Topics
3. Enable Related Topics and configure settings
4. Go to Methods tab, enable Fulltext method
5. Click "Rebuild Indexes" to build the initial index

Features
  • Displays related topics below topic view
  • Configurable number of related topics to show
  • Ability to ignore specific boards
  • Automatic indexing when new topics are created
  • Automatic cleanup when topics are deleted
  • Progressive index builder for large forums

Methods

Fulltext
- Related topics are determined by fulltext search on subject lines
- Uses MySQL MATCH...AGAINST for relevance scoring
- MySQL only

Changelog

1.0
-...]]>
https://www.elkarte.net/community/index.php?action=post;topic=6421.0 Sun, 01 Mar 2026 18:12:16 GMT https://www.elkarte.net/community/index.php?topic=6421.0 vbgamer45
<![CDATA[[Addon] SSO/Social Login - Google/Facebook]]> https://www.elkarte.net/community/index.php?topic=6420.0 Author: vbgamer45
Website: https://www.elkartemods.com/
Compatible with: ElkArte 1.1.0 - 1.1.99


Live on https://www.elkartemods.com/ with Google to use!
Download Link: https://www.elkartemods.com/index.php?topic=65.0

================================================================================
DESCRIPTION
================================================================================

SSO / Social Login adds OAuth 2.0 social login support to ElkArte. Users can
sign in or register with one click using their Google or Facebook account.
Buttons appear on the login and registration pages automatically.

Features:
- Sign in with Google
- Sign in with Facebook
- Auto-links existing accounts by matching email address
- Optional auto-registration for new users
- Extensible provider architecture (add new providers easily)
- Admin panel for managing settings and provider credentials
- Profile page showing linked SSO accounts with unlink option
- CSRF-protected OAuth flow with server-side token...]]>
https://www.elkarte.net/community/index.php?action=post;topic=6420.0 Fri, 27 Feb 2026 13:35:02 GMT https://www.elkarte.net/community/index.php?topic=6420.0 vbgamer45
<![CDATA[[Addon] Awesome Post Ratings]]> https://www.elkarte.net/community/index.php?topic=6419.0 Awesome Post Ratings
Developed by: vbgamer45
https://www.elkartemods.com

This is a port of my paid modification for SMF. I started this a long time ago for Elkarte finally fixed the last bugs I had.

Download: https://www.elkartemods.com/index.php?topic=64.0


Mod Information:
For Elkarte 1.1.x

Adds a way to rate posts based on various rating types!
You can customize and add your own ratings. Ajax based ratings.


Install Information:
Install via the Package Manager via upload package.

Icons by Fam Fam Fam Silk http://www.famfamfam.com/lab/icons/silk/]]>
https://www.elkarte.net/community/index.php?action=post;topic=6419.0 Fri, 27 Feb 2026 01:50:09 GMT https://www.elkarte.net/community/index.php?topic=6419.0 vbgamer45
<![CDATA[Tips for Bots]]> https://www.elkarte.net/community/index.php?topic=6418.0 Use cloudflare for geo blocking of countries/asn's works great. You can also challenge users instead of block if you are concerned.

(ip.src.country eq "CN") or (ip.src.country eq "HK") or (ip.src.country eq "VN") or (ip.src.country eq "BR") or (ip.src.country eq "AR") or (ip.src.country eq "EC") or (ip.src.country eq "UY") or (ip.src.country eq "IR") or (ip.src.country eq "SG") or (ip.src.country eq "IQ") or (ip.src.country eq "BD") or (ip.src.country eq "VE") or (ip.src.country eq "CL") or (ip.src.country eq "PY") or (ip.src.country eq "MX") or (ip.src.country eq "PA") or (ip.src.country eq "BG") or (ip.src.asnum eq 136907) or (ip.src.country eq "SN")


Block old chrome versions or challenge if using cloudflare and block empty user agents
For apache httpd.conf below

# Block empty user agents
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^$ [NC]
RewriteRule .* - [F,L]

# Block Chrome below 120
RewriteCond %{HTTP_USER_AGENT} Chrome/([1-9][0-9]|10[0-9]|11[0-9])\. [NC]
RewriteRule .* - [F,L]

Clouldflare...]]>
https://www.elkarte.net/community/index.php?action=post;topic=6418.0 Fri, 27 Feb 2026 00:56:48 GMT https://www.elkarte.net/community/index.php?topic=6418.0 vbgamer45