This adds [map] and [mapid] to FUDForum 3.0.2 and newer. See the FUDforum's wiki entry.
Unzip dist/mapbbcode_fud.zip
into FUDforumData/plugins
. If you have FUDforum 3.0.2 (not newer), you would need to modify a script:
- Open
FUDforumData/includes/compiler.inc
- Find the second line with
FINALIZE
(in uppercase) in it. - Replace
array($file_data));
witharray($file_data, $dst));
Then open the Plugin Manager, find "MapBBCode" and enable it. After then open the configuration panel and change some settings. When done, you would need to rebuild forum's themes ("Theme Manager", "Rebuild all Themes").
This plugin was written by Ilya Zverev and published under WTFPL license.