News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

My mods that don't work for RC2?

Started by Grudge, January 09, 2006, 06:27:17 AM

Previous topic - Next topic

Grudge

Sorry, I haven't time to go through all my mods topics, can people please point out which of my mods don't work on RC2? I'm struggling to find the time to update them at the moment, but if I can have a list of which bits don't work I may try this weekend. Note I won't be making the message icon or buddy list mods 1.1 compatible as this functionality exists in 1.1 already.
I'm only a half geek really...

kezayah

Huh ??? You abort your mod (topic description also ???:'(

RomanyX

When I try to install Member Specific Permissions in RC2 I get:


10.     Execute Modification     ./Sources/ManageBoards.php     Test failed:
<edit file>
$sourcedir/ManageBoards.php
</edit file>

<search for>
// Delete any extra events in the calendar for this category.
db_query("
DELETE FROM {$db_prefix}calendar
WHERE ID_BOARD IN (" . implode(', ', $boards) . ')', __FILE__, __LINE__);
</search for>

<add after>
// Delete any member permissions for this
db_query("
DELETE FROM {$db_prefix}member_permissions
WHERE ID_BOARD IN (" . implode(', ', $boards) . ')', __FILE__, __LINE__);
</add after>

<search for>
// Delete any permissions associated with this board.
db_query("
DELETE FROM {$db_prefix}board_permissions
WHERE ID_BOARD = $_POST[boardid]", __FILE__, __LINE__);
</search for>

<add after>
// Delete any permissions associated with this board.
db_query("
DELETE FROM {$db_prefix}member_permissions
WHERE ID_BOARD = $_POST[ID_BOARD]", __FILE__, __LINE__);
</add after>


Neither of the searched items exist in the RC2 ManageBoards.php file.

Thanks a million, this is one of the best mods ever! :D

Advertisement: