Sir,
I am a child (and firm believer) of the multihack so can you help me out. I am so happy you found my solution, I was afraid it couldnt be done.
I found the line like you said
quote:
$in{category} != $num_of_target_cat
But I dont understand exactly what you want me to do. Soryy I am quite the newbie ;-)
Here is mine from ultimatebb.cgi, what should I change it to?
quote:
if ($ubb eq 'forum') {
if ($in{f} =~ /CAT:/) {
my ($j, $cat_number);
($j, $cat_number) = split (/:/, $in{f});
$in{category} = $cat_number;
&RequireCode("$vars_config{CGIPath}/ubb_forum_summary.cgi");
&forum_summary;
} else {
&RequireCode("$vars_config{CGIPath}/ubb_forum.cgi");
&get_forum;
}
exit(0);
} # end forum
Thanks again!!!!!!!
Jason