I fixed the legendary not registred user bug. The bug was caused by the fact that the hack tries to get the user number for the names, but what would happen if you try to get the user number for a unregistred user: Error. So I have made a check if the user exists ans only if there is a registred user I'll get the number and the link to the user profile, otherwhise I only would write the name. This bugfix also solves the problem with older threads for not longer existing user.
I am having a problem with the hack. It just displays : username. I added require "$vars_config VariablesPath}/vars_wordlets_mods.cgi"; un ultimatebb.cgi but it doesn't help. what now?
What do you mean by "installed"? I put the line require "$vars_config{VariablesPath}/vars_wordlets_mods.cgi"; from the earlier post into my ULTIMATEBB.CGI, but is gave me an error trying to read the file. (I am a complete UBB newbie). The error is:
"Error including required files: Make sure these files exist, permissions are set properly, and paths are set correctly.".
I placed the new "require" immediately after the one for VARS_WORDLETS_DATE.CGI".
I placed "vars_wordlets_mods.cgi" into the VARIABLES directory beforehand, but no joy.
Any ideas? I KNOW I'll need the CGI above for other additions to the UBB system. Thaks in advance.
If that's the case (getting that error), that means that vars_wordlets_mods.cgi is incorrect somehow. Can you paste vars_wordlets_mods.cgi inside this thread and I'll find the bug for you