My b2evolution Version: 2.x
Hi,
How to I get comment data, such as the ID of the person who posted the comment. In the .9x series, I would use something like:
$Comment->author_User->ID()
Is there an equivalent in the 2.X series?
Edit:
ANSWER: $Comment->get('author_user_ID')
Thanks for reporting the solution! :D