MODs in red are not yet online because I recently did a clean re-install of the board.
last post topic title
Modification name: last post topic title
Author: nickvergessen
Modification description: With this MOD you can display the title of the last post or topic on the forumlist
Modification version: 1.2.9
http://www.phpbb.com/community/viewtopi ... 9&t=871075
[BETA] Custom Title MOD
Modification name: Custom Title MOD
Author: Aexoden
Modification description: Displays the subject of LAST POST posted in a forum.
Modification version: 2.0 Beta 1
http://www.phpbb.com/community/viewtopi ... 0&t=574342
ACP Add User MOD
Modification name: ACP Add User MOD
Author: Highway of Life
Modification description: Adds a new Module that enables an Administrator to create a new user account through the Administration Control Panel
Adds an extra permission to allow administrator to create a new user account.
Gives the administrator the ability to instantly approve a new member after creation.
http://www.phpbb.com/community/viewtopi ... 9&t=580108
Admins and Moderators can ignore and be ignored
Not an official MOD. It's a simple change suggested by eviL<3 on the phpBB support board here: http://www.phpbb.com/community/viewtopi ... 5#p7653655
eviL<3 wrote:In includes/ucp/ucp_zebra.php there is the following check:
- Code: Select all
if ($mode == 'foes')
{
$perms = array();
foreach ($auth->acl_get_list($user_id_ary, array('a_', 'm_')) as $forum_id => $forum_ary)
{
foreach ($forum_ary as $auth_option => $user_ary)
{
$perms = array_merge($perms, $user_ary);
}
}
$perms = array_unique($perms);
if (sizeof($perms))
{
$error[] = $user->lang['NOT_ADDED_FOES_MOD_ADMIN'];
}
// This may not be right ... it may yield true when perms equate to deny
$user_id_ary = array_diff($user_id_ary, $perms);
unset($perms);
}
Basically, if you remove the whole block you should be able to add admins and moderators as foes.
[Beta] AJAX Chat/Shoutbox MOD 2.0.0 Beta 9
Modification name: AJAX Chat
Author: Handyman
Modification description: This Mod Adds AJAX Chat to your forum.
Modification version: 2.0.0 Beta 9
http://startrekguide.com/community/view ... 127&t=8675
Modification name: Advanced Visual Anti Bot
Author: lsjames
Modification description: Advanced Visual Anti Bot is an effective solution for preventing spambot. It replace the default visual confirmation background with a random picture. So spambot can not check them out by OCR. The background pictures are replaceable. Advanced Visual Anti Bot does not require any database modifications or admin panel configuration.
Modification version: 1.0.2
http://www.phpbb.com/community/viewtopi ... &t=1545695
[RC1] Prime Anti-bot - Anti-spambot Text Verification
Modification name: Prime Anti-bot
Author: primehalo
Modification description: Implements a text-based human validation system in order to verify that a form submitter is human and not a SPAM robot. It will remember a successful validation so the user won't have to re-validate each time. The validation phrases/questions and responses are fully customizable; you can put as many or as few as you want (one is picked from the list at random each time it's needed). Can be configured to validate on new registrations and guest postings.
Modification version: RC1
http://www.phpbb.com/community/viewtopi ... 0&t=570929
---------------------------------------------------------------------------------
Information about other MODs that are available:
Threads about MODs that have been tested and released can be seen here: http://www.phpbb.com/community/viewforum.php?f=69
Threads about MODs that are in development can be seen here: http://www.phpbb.com/community/viewforum.php?f=70
This message is edited as necessary.
The other sticky threads I created about various MODs have long since been un-stickied.
("MOD" as an abreviation for modification is capitalized to distinguish it from "mod" as an abreviation for moderator.)




---

