Not sure of what hack it is (if posted), so I am reporting it here:
The current (just now placed) hack that shows who is online, at the top of the index, is not using the language variables.
These would be:
[:"green"]$ubbt_lang['C_ONLINE'] = "There are";
$ubbt_lang['C_ONLINE2'] = "registered and";
$ubbt_lang['C_ONLINE3'] = "anonymous users online.";
$ubbt_lang['C_ONLINE4'] = "anonymous users are browsing this forum."; [/]
I would suggest that in all hacks, we
always use the available language variables instead of hardcoding text. This should almost be a requirement.
