MyBB Hacks

Full Version: XThreads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can you try rebuilding your threadfields cache under Tools -> Cache Manager?
After that, can you post the contents of your cache/xthreads_evalcache.php file?

I presume the error does not actually occur in the AdminCP, right?
The error occurs when I try to access the forum the field's applied to. I'll just do the cache rebuild now and see what happens.

Ok, I just ran the rebuild and a series of errors temporarily showed on screen. I just checked and realized that the file was owned by me and nginx, where as PHP is running under the apache user/group. After a quick chown, all is fixed Smile



Also, I have a question: How easy is it to add an input type? I want to add a select box to my setup, but there's no default type for it.
(09-11-2011 11:12 PM)euantor Wrote: [ -> ]Also, I have a question: How easy is it to add an input type? I want to add a select box to my setup, but there's no default type for it.

Listbox?
No, I mean a select box:

Code:
<select>
<option>Option 1</option>
<option>etc...</option>
</select>

Yep, that's what I mean.
If you want a single select, put 1 in the Field Input Height setting.
One question, if we uninstall xThreads, everything gets miss? Just like any other plugin, right?
Miss?
Uninstalling will remove all XThreads related data, including custom thread fields and XThreads attachments.
(09-12-2011 05:16 AM)RateU Wrote: [ -> ]Yep, that's what I mean.
If you want a single select, put 1 in the Field Input Height setting.

Ah, thanks very much RateU Biggrin

EDIT: That's not quite what I wanted, but it'll do I guess Wink
(09-12-2011 12:03 PM)ZiNgA BuRgA Wrote: [ -> ]Miss?
Uninstalling will remove all XThreads related data, including custom thread fields and XThreads attachments.

Yes, I meant lost Tongue
Alright, thanks.
Admin panel configuration does not display the installed plug-in?
Reference URL's