MyBB Hacks

Full Version: XThreads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The only thing you should notice on that page is "Custom Thread Fields" in the left menu. The other settings are in the edit forum settings for each forum.

Make sure you have uploaded all the files in the package.
Updated to v1.47:
  • allow multiple thread field errors to be properly displayed at once (thanks to Patrick_ for pointing out)
  • although the old style will still work, the preferred way to reference thumbnails is now something like {$threadfields['key']['thumbs']['320x240']['url']} instead of {$threadfields['key']['url']}/thumb320x240; for plugins using the xthreads_get_xta_cache function can now grab the thumbnail via xthreads_get_xta_cache($attachment, '320x240') as opposed to xthreads_get_xta_cache($attachment).'/thumb320x240'
Thanks for the update yumi !
Thanks zinga
Thanks for the update, Yumi Smile
May I know weres is the Custom Threads Fields information save at?

I did a mistake with a conditional in my testing forum, and now I see no more that white pages all over the board :-/
(10-27-2011 01:31 AM)Sama34 Wrote: [ -> ]May I know weres is the Custom Threads Fields information save at?
If you mean the Custom Thread Fields settings, it is save in threadfields table.
And they are cached.

(10-27-2011 01:31 AM)Sama34 Wrote: [ -> ]I did a mistake with a conditional in my testing forum, and now I see no more that white pages all over the board :-/
Try to delete the cache/xthreads_evalcache.php file until you edit the custom thread fields.
Thanks RateU, solved Biggrin
Usually that happen if we forget to close a conditional statement Biggrin
(10-27-2011 04:00 AM)RateU Wrote: [ -> ]Usually that happen if we forget to close a conditional statement Biggrin

That is weird, I remmeber closing it :-/

Anyways, it was a test board,I will take more care next time Smile
Reference URL's