I installed the mod fine, and it's my #1 favorite Mod for my forum!
But, Below, you have:
--------Q. I want my Moderators to show up as Moderators ANYWHERE, not just only in the forums
in which they moderate. How would I do this with your hack?
A. In ubb_lib_posting.cgi,
find the line:
$user_status = &GetStandardRank($user_profile[7], $user_profile[8]) unless ($vars_custom_status{status} eq "titles") || ($vars_custom_status{status} eq "off");
and replace it with:
#$user_status = &GetStandardRank($user_profile[7], $user_profile[8]) unless ($vars_custom_status{status} eq "titles") || ($vars_custom_status{status} eq "off");
Repeat this once more. This will comment out the lines and make the UBB
behave like UBB 5.
----------------------
Now, I did a search for the 'unless' string, but it didn't come up with the 'unless' word. it was different. I was wondering if this was ok, or that maybe you forgot to update this part of the Mod--since it was at the end. If it's okay, let me know, and I'll go ahead and add it, but I couldnt' find 2 instance of that part of the code, just one, and without the 'unless' word.
Thanks for the great code work!!!