Plugin ideas
-
If you like bbcode, somebody actually wrote a bbcode plugin https://github.com/adarqui/nodebb-plugin-bbcode
-
@psychobunny The above plugin made the forum not work :P, also another idea for a plugin would be a like/dislike feature on the posts
-
@planner I know what he's referring to, I'm just saying that favourites is similar to a "vote up" plugin only with a different name. It's just lacking the "vote down" feature
-
We are having that discussion internally too, ie adding up/down buttons to posts and making favourite just add the post to your favourites. The reputation of the post and user will then be tied to the the amount of up/downs they get. We still haven't decided on what to do.
-
I'm thinking of making a plugin that enables you to chat to multiple users in the same chat, a la Facebook messenger.
However when I look in the chat code I see theres a lot to be done to make it "pluginnable", maybe it's better to implement this functionality into the core?
What do you say @psychobunny ? -
@Henrock @psychobunny
I think this can be make a different way: Launch a topic visible for only selected members. -
@tedr56's idea is interesting.
As far as multi-user chat goes there would have to be a lot of revamp in there for that to work. It's still possible to write it as a plugin but perhaps you're right that it would be much easier to make its way into core. Right now I don' t see this as super high priority so I won't make an issue just yet. Would love to see a PR though if you're interested in taking it on!
-
I have a couple of ideas, let's see what I can do.
edit: I don't see your replies in the recent posts list btw @psychobunny , are you hidden in some way? -
ah, the recent replies on the home page is just a widget that pulls data from the /recent view - so it will only show the most recent replier for that topic. Didn't realize that until now