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

Is it possible to make it show the number of question views on the moderation page (for moderating answers on questions)? The only way I found was to set...

$htmloptions['viewsview']=true;

...in qa-page-admin-moderate.php, but obviously that's editing the core. Any other way?

Q2A version: 1.6.1

1 Answer

+1 vote
by

You could do something in your theme which pulls the information out of $post['raw'] and then recreates the logic in qa_post_html_fields(...), before passing it through to the standard theme function for showing the item.

...