It is necessary to get the objects of the user group who made the post in one of the topics
I need to get the objects of the group of users who made a post in one of the topics, all this is needed at https: //mysite.com/categories
I'd like to export a list of the users and their emails from a specific group. Is there a way to do this? And if not, is there a way to export all users, but add more fields to the list besides username and email address?
How to revamp upvote in custom theme? Do you have any recommendations. Target is to have my own handler for click, because It isn't enough just alter upvoted class 😉
My thoughts:
Create custom html component in post.tpl, ex: component="post/like"
Define module, that should be used with - forum/topic/posts, to add click handler.