@nodeham said in A post showing a grid?:
@pitaj Yes, like a table is exactly what I need.
No kidding, it's that simple? Amazing.Thank you!
You can use this template:

Markdown automatically converts those codes into a table.
I want to get correct user related data on posts (e.g. selfPost, bookmarked, upvoted) that are user-specific, but I always get false
even if the user with uid (I am sending it as param) is the poster. How can I fix this?
@elina-hovakimyan what have you tried?
@elina-hovakimyan what routes are you trying, and can you provide a sample cURL call for us to attempt to reproduce?
This might actually have been fixed recently...
@elina-hovakimyan Right, this might have actually been fixed with the latest NodeBB commits. We now authenticate all API and page requests.
Can you try with the latest master
?