Hi,
The IIP section is probably the best forum to post this in, as it affects what I am doing with IIP & the sidebar more than other mods

I have several custom settings defined within ubbt.inc.php - these alter depending upon the group the member belongs to.
However, when editbasic & editdisplay are open, the custom links are not recognised - editemail recognises them though.
This is being caused by (I think)
$user = $userob -> authenticate("U_Groups");
being in editemail.php, but
$user = $userob -> authenticate();
in the other two.
Is there a reason for this - or is this a bug? This is also true of the admin section, but that is not so critical.