Thank you ClanKiller... but check your .shw
there is one error at the bottom...
cp_vars_display.pl
§§§Add§§§
&RegField ("Minimum Number of Replies to Qualify as Hot Topic", "HotCount", "", "2", "3", "Leave blank if you are not using Hot Topics.", "$vars_display{HotCount}");
§§§Extend§§§
&RegField ("Minimum Number of Replies to Qualify as Hot Topic", "HotCount", "", "2", "3", "Leave blank if you are not using Hot Topics.", "$vars_display{HotCount}");
§§§END§§§
last line should be:
&RegField ("Number of images allowed per post", "ImgLimit", "yes", "2", "2", "This is the allowed limit of images in one post.", "$vars_display{ImgLimit}");
and don't forget to add the part for the wordlets... they have to remove the "8." from the wordlet...
P.S. i don't think this is a good idea to use script hack wizard... because if 2 hack change the same part of a file, the 2nd will probably screw the 1st... what do you think?