Quote:
Originally Posted by Xenon
hmm, that would make a need to rewrite the whole system on that part. as the values are cached right now...
hmm, maybe later 
|
you can still cache it.
make an array of 20 latest mods, 10 styles, 10 hacks, then serialize that.
then in real time, loop through that array to give you the ten latest results, if you got the filter, you ignore the styles if not then you include them. it's still the same amount of queries as before, just like 10 extra lines of code max.