1
Hello,
i found a minor bug in the "waiting block" (0.96) module :
it's about the URL for new members not yet validated by webmaster (inactive members) :
File www/modules/waiting/plugins/system.php line 21
/* Modif Alain */
/* $block['adminlink'] = XOOPS_URL."/modules/system/admin.php?fct=findusers" ; */
$block['adminlink'] = XOOPS_URL."/modules/system/admin.php?fct=users" ;
/* Fin modif Alain */
if someone knows the real URL for direct access on the inactive members page, it will be better...