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.
 
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

Thread Types Plus Features​


Adds the following thread types:
Anonymous,​
Media,​
Recipe,​
Report,​
Support, and​
Wiki​

Media Threads
Media Threads are a new thread type that allows for a gallery-style display of posts, promoting attached media to the center of attention. They serve well as photo galleries that multiple users contribute to.

Support Threads
Support Threads offer a lightweight ticketing functionality. Refer to the Support Forum Documentation for more information.

Wiki Threads
Wiki threads function for all intents and purposes like normal threads with one major exception: Their first post can be edited by anyone, and their edit history is visible to anyone with the respective permission. To control who can do so, you can use the Can edit wiki threads and View wiki thread edit history permissions located in the [TH] Thread types permissions permission group.


Adds the following forum types:
Recipe - food !​
Report, - a forum to help moderators.​
Support - mini tickets addon​

Bonus:
(1) Adds a thread feature called - Post Comments. - essentially you comment on a post as opposed to replying to a post.
source: https://help.themehouse.com/docs/thread-types-plus/post-comments
Enable Post Comments to all thread types, specify threads that allow post comments on all posts except the first post, or limit to only allow post comments on the first post in specific thread types
- Post comments are functionally handled equivalent to Profile post comments. Commenting on a post will alert the post author as well as all other users that have left a comment on the same post.

(2) Add Reviews to
(a) Article Threads (Article threads can now be reviewed.)​
(b) Allow users to review Recipe Threads​
- both similar to reviewing a Resource in the XenForo Resource - Manager or a Media/Album in the XenForo Media Gallery Official Plugins​

Pretty great stuff by themehouse !
 
Back
Top Bottom