MyBB Hacks

Full Version: XThreads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Whoa.. Thank you very much for the update, Yumi Smile
We have new features Yipi50star.GIF
Updated to v1.51:
  • fix missing {NAME_PROP} issue with file input custom HTML (thanks to RateU for finding)
  • remove extra thread field data when user is pruned (MyBB 1.6 feature) in the ACP (thanks to RateU for finding)

(note that I haven't pushed my Git repository up, so GitHub's version is one revision out of date at the time of posting)
Argh... My PHP version is still 5.3.8. I can't feel the upload progress Biggrin
The application has to actually implement the PHP 5.4 upload progress feature for it to work though.  Neither MyBB nor XThreads does that...
Updated to v1.52:
  • fix HTML typo for select inputs (thanks to RateU for finding)
  • fix integer values from being renumbered for select/option/checkbox inputs if field not required (thanks to RateU for finding)
  • fix glitch with HTML encoding and settable values
  • add {STYLECSS} variable for custom HTML for select inputs
  • fix some attachment/draft purging code
What if in the "Display Parsing" we have an option when using "Use MyBB Parser (MyCode)" to use inhered forum settings?

So we allow HTML in forums if HTML is activate in that forum. This can be useful if we use a thread field in more that one forum.
Thanks for the update, Yumi Smile
(04-25-2012 01:28 PM)Sama34 Wrote: [ -> ]What if in the "Display Parsing" we have an option when using "Use MyBB Parser (MyCode)" to use inhered forum settings?

So we allow HTML in forums if HTML is activate in that forum. This can be useful if we use a thread field in more that one forum.
Possibly...
Thank you for the update!
xThreads is one of the best things that mybb ever had!q
Hope you add the posibility to only allow users to fill fields after they fill other requirements.

For example, field #1:
------------------------------
User need to choose between two categories.
  • Video
  • Music

If user chooses the "Video" category then he can use this required fields:
  • MMM Field #2
  • KKK Field #4
  • PPP Field #6

If user chooses the "Music" category then he can use this required fields:
  • RRR Field #3
  • TTT Field #5
  • VVV Field #6

The good part about this is that unusable fields will get hidden using javascript.
Reference URL's