Hi !
Thanks for this hack, which is very usefull, I love the idea.
This morning I ran a test and it appears that each time I put someone in the "miserable" usergroup the display of the username (postbit legacy) is broken. It's written :
Code:
vbmenu_register("postmenu_XXXXX", true);
instead of the nickname.
Maybe it's a problem with another hack I'm testing, but the fact is I don't know where to search. I tried to add an
Code:
AND $userinfo['userid'] == XXX
with the ID of a member in the miserable group or even put
Code:
AND $userinfo['usergroupid'] == XXX
with the good usergroup ID, in the condition of the postbit legacy but it fails.
(my version 3.8.0)