
well, i agree the current forum overrides system can get unweildy at large volumns - i didnt put in any collapsing / pagination. it will definately be addressed in vbcredits 2.0
theres some awesome news on vbcommerce at the site if anyone wants to know
this will ONLY work for the vb3.7 version (include your table prefix if applicable):
Code:
UPDATE forum SET options = options + 262144 WHERE NOT (options & 262144)
for the vb3.6 version of vbcredits, use the number 131072 twice