@XenTerSeO thanks for pointing it out.
Usman Khan
Posts
-
Maintaining Forum post hierarchy. -
Maintaining Forum post hierarchy.Hey! I was wondering if there could be way such that the posts are shown in hierarchy. Like, if I reply to a post, my reply gets padded just below that post rather than at the end of all the posts.
E.g:
A: This is an original Post by user A?
------B: This is a reply to the post by A.
this is just another post.
------E: Reply to another post. -
Integrating NodeBB into an exisiting Web Application@julian you guys are doing a great job with NodeBB, it's probably the only forum platform that doesn't look like it was developed in stone age.:)
I am trying to integrate NodeBB with my web app with nodeBB but I am having problem with the documentation. There is a hook available in NodeBB docs See:
https://docs.nodebb.org/nb_NO/latest/plugins/hooks.html#filter-user-custom-fields
But on Git, no such hook exists:
https://github.com/NodeBB/NodeBB/wiki/Hooks#user
Which one is correct? Are these hooks updated? -
Design decision for User integrationMy project is divided in two parts:
1- My application (Let's call it X),
2- NodeBB community,
X is an application that allows users to comment, create and share "stuff" and needs to have user-specific attributes attached to it.
And NodeBB provides forum where people can discuss about "stuff".
I think the shift from X and forum should be seamless and user shouldn't be required to login again if he comes to community from X. (And vice versa).
So, my question is, how should I implement user in my application?
I hope I made some sense here. Any help would be appreciated.