MyBB Hacks

Full Version: XThreads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I presume that means you're not getting any errors either?
Do you know whether URL avatars work fine?

It's hard to tell if no errors get displayed.  Only way I know to diagnose the issue is to manually trace through the code to see where it's breaking down, unfortunately.
Hey ZiNgA, when I try to create a category, I get the error "1364 - Field 'xthreads_tplprefix' doesn't have a default value". I tried setting it leaving "Template Prefix" blank, and giving it a value - neither worked. :-(
It's been a long time since I've upgraded anything in my forum, and I think that I should start with your plugin. I'm on MyBB 1.6.10 with XThreads v1.47 on PHP 5.5.34. I'm preparing an upgrade to PHP 7, and MyBB 1.8, because 1.6 doesn't seem to be compatible.

Can I just upload v1.68 to my server or should I upgrade one by one?
(08-29-2016 07:49 PM)Seabody Wrote: [ -> ]Hey ZiNgA, when I try to create a category, I get the error "1364 - Field 'xthreads_tplprefix' doesn't have a default value". I tried setting it leaving "Template Prefix" blank, and giving it a value - neither worked. :-(
Need more info on how to reproduce issue.
Is MySQL running in strict mode?  Disable that if it is.

(09-07-2016 07:47 AM)Patrick_ Wrote: [ -> ]Can I just upload v1.68 to my server or should I upgrade one by one?
I don't understand the 'one by one' part at all, but no-one can stop you uploading v1.68 to your server.
is possible to show post on reverse order?
i mean is there a way to reverse the order of replies to a post, to show newest reply first.

Somethink like:

First post
4°post
3°post
2°post
Hi,

I changed PHP 5.3 to 5.4 and I have a problem. I install XThreads and errors appear:
[attachment=1098]
[attachment=1097]
[attachment=1096]

When I try activate plugin:
Quote:The XThreads settings file (cache/xthreads.php) is missing or corrupted!  If you have modified this file, please revert the changes and try again, or if you have a backup copy of this file, please upload it.  Otherwise, it is possible to try to regenerate the file if the version installed is v1.68 - if this is the case, please click here to try to regenerate the file.

I click in link and regenerate file. But in Admin Panel I don't see Custom Thread Fields.

What can i do?
Someone is using xThreads 1.68 with MyBB 1.8.10? It works?
Thank you in advance
Guys, when I activate XThreads -> all cached templates are loaded manually all the time so caching is disable. Moreover, there must be  some conflict in JS - https://github.com/martec/Rin-Editor/issues/15 - is there any way how to fix these two issues, at least caching templates?
(11-16-2016 03:31 AM)isoka Wrote: [ -> ]is possible to show post on reverse order?
XThreads doesn't have this functionality unfortunately.
Changing post order in MyBB actually might not be a simple thing, and I haven't seen anyone attempt it so far...

(12-18-2016 07:08 PM)tartut Wrote: [ -> ]I changed PHP 5.3 to 5.4 and I have a problem. I install XThreads and errors appear:
[...]
I click in link and regenerate file. But in Admin Panel I don't see Custom Thread Fields.

What can i do?
If this is a fresh install of XThreads, you can just try removing everything and starting fresh (remember to delete the specified cache file in cache/xthreads.php).
Otherwise, do you have a cache/xthreads.php file?  If so, try backing it up and deleting it from the server and see if regeneration works.

(01-18-2017 04:43 AM)nier3 Wrote: [ -> ]Someone is using xThreads 1.68 with MyBB 1.8.10? It works?
Well, have you tried?

(03-19-2017 09:10 PM)eldenroot Wrote: [ -> ]Guys, when I activate XThreads -> all cached templates are loaded manually all the time so caching is disable. Moreover, there must be  some conflict in JS - https://github.com/martec/Rin-Editor/issues/15 - is there any way how to fix these two issues, at least caching templates?
Can you give more details on what exactly you do, from a fresh install of MyBB/XThreads, to get that (including what page it occurs on and what settings you're using (eg template prefix?))?  I've tried (admittedly not much) but can't seem to reproduce your issue.
I may look at the editor plugin conflict later.
Edit: are you basing the claim off the "No. Templates Used" value in the debug page?  If so, that value is actually incorrect, but it's only an aesthetic thing.  I'll fix that up.
Thank you, issues solved (I use your latest updated GitHub version). Amazing plugin, amazing support!
Reference URL's