XF 2.2 Default Xenforo thread types + addons with new thread types

Digital Doctor

Well-known member
Xenforo types of threads
discussion threads
poll threads
article threads
question threads
suggestion threads

Xenforo types of forums
discussion forums
article forums
question forums
suggestion forums

source: https://xenforo.com/docs/xf2/forum-thread-types/


addon with a new thread type:
(1) competitions with 10-point scale post rating, users rate posts (1-10)
https://xenforo.com/community/resources/ozzmodz-thread-type-vote-competition.9099/
(2) tmdb


Are there any other thread types ?



suggestion for a wiki thread type
 
I want to give permissions for certain people not all registered users for example for each thread. And of course better edit history would be advantage. Can we achieve this?
Probably not the edit history, but giving certain users permission for a specific thread is (theoretically) doable out of the box:

Create a new usergroup and node for the thread and setup permissions accordingly.
 
Probably not the edit history, but giving certain users permission for a specific thread is (theoretically) doable out of the box:

Create a new usergroup and node for the thread and setup permissions accordingly.
Thanks Kirby, yes we can create small user groups to achieve this. But this will not be feasible in the long term. So adding thread user permissıons would be great in future releases.

🌟 I think the real goal of this thread is to break forum rules and evolve the forum experience with modern enhancements.
 
We've designed and implemented a new category type, forum type and features as outlined in this thread.

 
IDEA / Suggestion:

"How to" content type

very good idea. interesting that google has a schema for a "How to" content type.
 
some details here

Threads and profile posts are examples of content types. Thread types are a separate system. The content type of an article thread is ultimately still just a thread. Add-ons which implement their own distinct article system may implement them as content types, unrelated to thread types.

Code:
Content Type
├─
├─ Thread
│  ├─ Article
│  ├─ Discussion
├─ Profile post
├─ Article (from add-on)
 
Now that 👆 is what I'm talkin' about!

And I think it circles back to my suggestion--where is the interface to add another thread type, so we can build our own? There isn't. XF is way too complex for me to dig into the coding to figure out how to do this. My skills are lost, and I'm not learning new languages. I can make it through template edits and other things I've done, but as far as anything else, no way I can retain any of it long enough to be any good at it.
 
where is the interface to add another thread type, so we can build our own? There isn't. XF is way too complex for me to dig into the coding to figure out how to do this. My skills are lost, and I'm not learning new languages. I can make it through template edits and other things I've done, but as far as anything else, no way I can retain any of it long enough to be any good at it.
It sounds like you would want Low Code implementation for XenForo? That's quite a tall order. But it would indeed be nice and would allow non-developers to create new stuff.
 
Back
Top Bottom