@julian I see. I love the wordpress permalinks where there are no ID's, it's just the post name so I hoped there was something like that for nodebb. Still better than the last forum sw I was using :).
Thanks.
hi,
I'm trying to do a client side script that eliminates dislike, apparently the shape is like this:
$(window).trigger('action:post.toggleVote', {
"pid": "501",
"delta": -1,
"unvote": true
});
But it does not work. In fact, I can not initiate any change in the voting of posts ...
What's wrong here?