Default Board Redirect

$10.00 USD Subscribe
Compatible with: SMF 2.0 RC5 and later

This mod changes the default redirection from the board index to a specific board.
  • Admin can choose whether to turn the mod on or off
  • Admin can choose a specific category for members to pick their board to redirect to; all categories is an option too
  • Admin can choose which board to redirect to for members who haven't chosen one themselves
  • Login redirection fix; redirects to the correct board after members log in
  • Portal compatibility: will not interfere with a portal's homepage
  • No file edits

The no file edits will
  • Reduce support dramatically. No more mod conflicts with code changed or missing! Jackpot - portable mods make everyone happy.
  • Eliminate language conflicts. SMF can revert to the English if the selected language is missing the required file. It doesn't do so for missing $txt entries, which brings heartburn to the international community.
  • Mod stays installed even after a large upgrade. Now that's durability! Because the integration hooks being used are stored in SMF's settings table, they are retained by the upgrader since it doesn't really destroy the settings the admin has pored hours into.
There's a bug in SMF 2.0 RC5 that prevents the admin settings section from showing up. However, it'll be fixed once final debuts and is simply a matter of moving one line of code to fix.
Code: (Find in ./Sources/ManageSetttings.php) [Select]
call_integration_hook('integrate_modify_modifications', array(&$subActions, &$context[$context['admin_menu_name']]['tab_data']['tabs']));
That line needs moved to the whitespace above
Code: [Select]
loadGeneralSettingParameters($subActions, 'general');
Membergroup ID28
Subscription ID17
Price$10.00 USD
Supported Languages:lang-english:
CategoryAdministrative
Affectting SMF's behaviour
Compatible withSMF 2.0.x
Price (in USD)10 - 19

Tidbits from the forum

Metadata
Addditional information about this mod, including the changelog.