MyBB Hacks

Full Version: XThreads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Then it is weird that it detects news_postbit_classic_first, will check for plugins that may conflict.
helo zinga..
i have some problem with xthread
i have follow instalation step, check plugin conflict, etc
but after i install xthread, in my ACP showing Custom Thread Field, but not showing xthread option
i'm using mybb 1.6.6
this is my plugin
-News Message (1.3)
-Date of Birth on Registration (0.4)
-Advanced Spoiler (1.0)
-Thank You/Like System (1.5)
-Advanced WYSIWYG Editor (1.2.1)
please help me for this

thanks


solved........... i found it on 'edit forum' Biggrin

**this plugin is best of the best, awesome
Any update that will make custom XThread templates to only load when needed?
ohh and something that will allow me to hook XThread downloads/fields in a separate custom page
I don't know about the templates loading, I am not sure how much impact it is really having, but I used a workaround to get all my uploads from various forums to work on one page.

You can see it here : http://www.leefish.nl/mybb/browse.php

It uses a copy of the portal.php and all the displayed items are portal_announcements. The disadvantage of this approach is that I cannot use my portal_announcements templates on my portal anymore (significantly different design) but I was able to use some of the filters in my page.

This thread shows how I did it >>  http://mybbhacks.zingaburga.com/showthread.php?tid=910

Please note the comments made by ZingaBurga re custom threadfields  needing to be enabled.
(03-30-2012 12:45 AM)jim7777 Wrote: [ -> ]Any update that will make custom XThread templates to only load when needed?
Care to explain?
MyBB caches all templates it may or may not use on each page.  XThreads merely tags onto it, so it could be loading more templates than it needs to, if that's what you're asking about.  There's not really a solution to this.

(03-30-2012 12:45 AM)jim7777 Wrote: [ -> ]ohh and something that will allow me to hook XThread downloads/fields in a separate custom page
There's no hooking because they simply won't be there.  You need to query for them to be pulled across.
I am having a problem upgrading my XThreads. I am running on mybb 1.6.3 (I have another plugin that is not 1.6.4+ compatible, so waiting for that) but I cannot get the upgrader text to go away. I go to my plugins list in ACP and I see the warning message about installing a new version and needing to upgrade. So I click it and it goes green and says successfully upgraded. I go to another page in ACP and it is back. It is showing on every page of the ACP.

I was looking at the cache manager for another thing, and I noticed I have no XTForums cache. Is this normal?

I have to admit I have been a tardy upgrader - in the ACP PluginList it said I was on 1.41 version of XThreads before I added the 1.47 files.
Ensure that your cache directory is writable, including all files in it.
Aha - thank you.
This is a very good plugin and I've used some of the example applications for it on my forum. I have one question though: the other fields have the ability to take multiple values while the file field doesn't allow multiple values for a field. Is there a reason you designed the file field this way?
A multi-file input field is somewhat more difficult to implement.
It's definitely something I've considered though, as there's plenty of places where it could be useful.
Reference URL's