Firstly, the addon names need to be the name of the folder of the addon in the interface/addons/ folder, not the name of the addon
Sorry for not specifying
Secondly, there is a mistake in my code
modules/interface.php
Line 383
- Code: Select all
$addonElement->attribute('dirname', htmlspecialchars($row['name']));
It should be
- Code: Select all
$addonElement->attribute('dirname', htmlspecialchars($row['dir_name']));
I'll release this fix as 0.7.8 now