Recent Topics

1 Feb 12, 2008 19:15    

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')

2 Feb 16, 2008 19:51

Thanks for reporting the solution! :D


Form is loading...