1) That site uses changed templates. You can get premade templates at this page
https://www.ubbdev.com/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=17&t=000269 You'll need to hack the forum_summary_page.pl in the templates directory to add that new stuff.(because that 3 box thing at the top isn't included)
2) And for that stats; are you sure you have the wordlets installed? I had similar problems until i saw new coding in ultimatebb.cgi.
The new code:
----------------------
# No need to touch this now that we have the VariablesPath!
foreach my $file (qw(display misc email time search pm registration template_match wordlets wordlets_err wordlets_img wordlets_date )) {
eval { do "$vars_config{VariablesPath}/vars_$file.cgi"; };
&CheckDollarAt($@);
}
------------------------
needs to have the wordlets added to them, like adding in wordlets_mods or wordlets_stats(whatever the stat hack uses)
But try rechecking ultimatebb.cgi, is my suggestion.
[ September 07, 2001: Message edited by: raiyan ]