MyBB Hacks

Full Version: Does Xthreads store info in cache?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does Xthreads store info in cache?

if so how come we cannot access this global data all over board/forum?

Also i can I access this Xthread info for the top of the individual forums?

eg, grab the image field for each thread and display the images on another panel?
(03-03-2015 01:42 PM)ollie2015 Wrote: [ -> ]Does Xthreads store info in cache?

if so how come we cannot access this global data all over board/forum?
?

(03-03-2015 01:42 PM)ollie2015 Wrote: [ -> ]Also i can I access this Xthread info for the top of the individual forums?

eg, grab the image field for each thread and display the images on another panel?
You'd have to manually build your own modification for that.
It may be possible to use some Template Conditional hack to do it, but I only recommend advanced users try it.
Quote:use some Template Conditional

what are these conditionals, please.

the server is nt gonna blow up....what can i test?
Advanced users = it's difficult to actually do.
You'd need to somehow do some aggregation evaluation and spit the result out somewhere.  Has severe limitations, if it even works at all.
Reference URL's