Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
667 views
in Q2A Core by

I want to show only user points, how can i get points of user in question lists. I tried this but it wont work

$q_item['who']['points']

1 Answer

0 votes
by
selected by
 
Best answer

Use print_r($q_item) to see what's available - you probably want $q_item['raw']['points']

by
thanks, it was awesome
...