###############################################################################
# ModList.pm #
# $Date: 01 Sep 2026 $ #
###############################################################################
# YaBB: Yet another Bulletin Board #
# Open-Source Community Software for Webmasters #
# Version: YaBBForum 3.2 #
# Packaged: 01 Sep 2026 #
# Distributed by: https://yabbforum.nz #
# =========================================================================== #
# Copyright (c) 2000-2026 YaBB (yabbforum.nz) - All Rights Reserved. #
# Software by: The YaBB Development Team #
# with assistance from the YaBB community. #
###############################################################################
# use strict;
use CGI::Carp qw(fatalsToBrowser);
our $VERSION = '3.2';
$modlistpmver = 'YaBBForum 3.2';
if ( $action eq 'detailedversion' ) { return 1; }
sub ListMods {
my @installed_mods = ();
# You need to list your mod in this file for full compliance.
# Add it in the following way:
# $my_mod = "Name of Mod|Author|Description|Version|Date Released";
# push @installed_mods, $my_mod;
# It is recommended that you do a "add before" on the end boardmod tag
# This preserves the installation order.
# Also note, you should pick a unique name instead of "$my_mod".
# If your mod is called "SuperMod For Doing Cool Things"
# You could use "$SuperMod_CoolThings"
### BOARDMOD ANCHOR ###
$styleswitch = q~Style Switcher for YaBBForum 3.2|Thomas Mueller (ThM) Andi Kanzler & Carsten|This mod allows a quick design change by using multiple template stylesheet in combination with a simple dropdown box. The last setting is save by a cookie. You can enable or disable these options and select to allow membergroups to use the Style Switcher in your admin center. This mod based on the AK108 YaBB 2.1 set template in url add-on. Thanks to him!|1.8|Jan 13, 2015~;
push @installed_mods, $styleswitch;
$like_mod = "Like_4_YaBB2612|Carsten, updated to 2.6.12 by Dandello|This mod adds a members 'Like' button to topics.|0.5|03/20/2016";
push @installed_mods, $like_mod;
## Who is Where Mod ##
$who_is_where = "Who is Where YaBB 2.6.1|XTC|- shows what a user is doing on the board
- shows a link or button to the online overview in the yabb menu
- shows the ips of the users to the admins and global moderators in the online overview
- admin actions can be hidden for all other users (also g-mods)
- user can send 'Direct Messages' to other users in the online overview
- members can hide 'direct messages icon' in his/her Profile, so it will not display in online overview
- admin can denable above 'direct messages icon' profile setting
Credits: original mod (YaBB 1.xx) by 'DaddyCool, dOCda S!, Gobalopper, Delrick'|beta 2|06/Dec/2014";
push (@installed_mods, "$who_is_where");
### END BOARDMOD ANCHOR ###
our ( $yymain, %mod_list, $imagesdir, $yytitle );
my ( $action_area, $mod_text_list, $full_description );
$total_mods = @installed_mods;
if ( !@installed_mods ) {
$yymain .= qq~
| $admin_img{'prefimg'} $mod_list{'5'} |
|
$mod_list{'8'} $mod_list{'9'}
|
| $admin_img{'prefimg'} $mod_displayname $mod_list{'4'}: $mod_version |
| $mod_list{'2'}: $mod_author |
| $mod_desc |
|
$mod_list{'3'}: $mod_date
|
| $admin_img{'prefimg'} $mod_list{'5'} ($total_mods) | ||
| $mod_list{'1'} | $mod_list{'2'} | $mod_list{'4'} |