MyBB Hacks

Full Version: Sort threads by thread field or by thrwead field value in portal.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Currently, I wrote a plugin to sort threads in portal by the default thread columns.

That is, to see only threads that are sticked, closed, o sort them by thread ratings, replies, vies, etc..

Does xThreads allows threads to be sorted outside the forum display? If not, can you guide me with something about how to do so?

Currently I'm out of ideas. Will check Leefish directory mod since it seems that he used something similar, may be I can steal ideas from there haha

I obviously don't what to edit the core.
Hi Omar, the browse.php thing I posted is a total fudge Biggrin

It pretends to be the portal and uses the existing portal announcements and a lot of "hardcoded filtering". It does depend on your setup how much you can get out of that approach.

The biggest con as far as I can see is that 1) The data is not cached and 2) I cannot use those forums portal announcements on the portal as the layout is totally different. (Well, I can - if I use conditional templates)
Yes, I noticed it was for specific use purpose, but I suppose I get some ideas from there.
Reference URL's