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']
Use print_r($q_item) to see what's available - you probably want $q_item['raw']['points']
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.