MyBB Hacks

Full Version: XThreads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Thanks for getting back to me with that info.  I'll have to test HHVM some time in the future (I recall testing it in the past, but things seemed to work; HHVM is still heavily under development though, so things change fast).
@"ZiNgA BuRgA" very basicly, i add this settings(http://mybbhacks.zingaburga.com/showthread.php?tid=531) in the admin panel, but there is no upload button when creating new thread.
Check whether <a href="http://mybbhacks.zingaburga.com/showthread.php?tid=288&pid=1860#pid1860">template edits</a> have been applied.
Hi, for some reason this plugin does not appear in the list of plugins in my ACP.

I'm running MyBB 1.8.5, on a HHVM, nginx, mariadb, and redis stack; and none of the plugins I'm using are in your list of conflicting plugins.

No error messages are visible, it's literally just not listed as a plugin.

EDIT: Got this to work by installing the version you have in your github repo, which then gave me an error that let me know that the files weren't chmod-ed right (I'm blaming FileZilla).
That's interesting...  The only difference between the Github version and the one on this page is a HHVM patch, but that shouldn't affect it being displayed in the ACP list at all...
i use a custom field with key name "price"

i use a html form to input a number (limit) and i want to receive the threads where "price" is greater or equal to "limit"

Code:
<form action="forumdisplay.php">
give the limit <input type="text" name="price" value="limit"><br>
<input type="submit" value="Submit">
</form>


is it possible?

hi, is it possible to create a calculated field?

for example there are two fields A and B and i want to calculate the A+B and set it into a field C.
(08-11-2015 08:08 PM)tempo Wrote: [ -> ]i use a html form to input a number (limit) and i want to receive the threads where "price" is greater or equal to "limit"
Please read the section for "Filtering Mode" in the ACP -> Custom Thread Fields section for details on thread filtering.

(08-13-2015 03:40 AM)tempo Wrote: [ -> ]hi, is it possible to create a calculated field?

for example there are two fields A and B and i want to calculate the A+B and set it into a field C.
You probably could, using the Input Formatter option, but I can't think of a reason why you'd want to.
Hello Zinga,

Is it possible to order the forum by a custom thread field?

Kind regards,
Patrick
Please see the Documentation/undoc.html file that comes with the XThreads download package.
Search for the following for details:
Quote:XThreads can sort any non-textarea custom thread field in forumdisplay
Reference URL's