The options for format/line_format aren't set right in the install file.
Simple fix (find attached the modded file that has the following fix too, along with a version number change to show its been updated)
In inc/install.def.php edit and go to line #57 and #58 change to read:
- Code: Select all
$installer->add_config("'1020','guildhistory_format', '0', 'radio{long^1|short^0', 'guildhistory_conf'");
$installer->add_config("'1030','guildhistory_line_format', '0', 'radio{block^1|single^0', 'guildhistory_conf'");
This will make the options appear properly on the addons config screen.