****************************************************************************** ****************************************************************************** * MOD NAME: HopTo Category Fix 6.6 * ****************************************************************************** * DESCRIPTION: Fixes bug in hopto menu which returns you to the forum * * summary if you select a category in the hopto menu * ****************************************************************************** * BY: Weird Al * * DATE: November 3, 2003 * * VERSION: 0.9999999 * ****************************************************************************** * REQUIREMENTS: 6.6+ * * COMPATABILITY: 6.6+ * * TESTED ON: 6.6.1 * ****************************************************************************** * FILES MODIFIED: public_common.pl * * NEW FILES: None * ****************************************************************************** ****************************************************************************** * DISCLAIMER: By using this mod, the user implicitly agrees that they * * are willingly modifying any and all files at their own * * risk. Should any errors occur either as a direct or * * indirect result of said modifications the user agrees not * * to hold Infopop Corporation or any of the individuals * * listed above accountable. * * * * * * IN OTHER WORDS: PLEASE MAKE BACKUP COPIES OF EVERY FILE YOU PLAN TO * * MODIFY PRIOR TO MODIFICATION!! * * * * * * FOR MORE TIPS AND TRICKS FOR USE WITH THE ULTIMATE BULLETIN BOARD * * PLEASE GIVE US A VISIT AT: * * * * http://www.ubbdev.com * * * ****************************************************************************** ****************************************************************************** In public_common.pl FIND: my @fora = grep { $vars_forums{$_}->[0] == $cat ? 1 : 0 } sort { $vars_forums{$a}->[14] $vars_forums{$b}->[14] } keys %vars_forums; ADD AFTER: $ThisCatNumb = "$vars_cats{$cat}->[2]"; Woo... did you make it through? Clear cache after applying and enjoy