AnsPress 4 : Is it possible to add a shortcut or widget to see users with highest reputation?

I’m not sure specifically about version 4, but i’ve done it before with an sql query like so… <?php $sql = <<<HERE SELECT `user_id`, `meta_value` FROM wp_usermeta WHERE wp_usermeta.meta_key = 'ap_reputation' AND wp_usermeta.meta_value > 0 ORDER BY CAST(meta_value AS int) DESC LIMIT 30 HERE; $posts = $wpdb->get_results($sql); foreach ($posts as $k => $info){ echo $info->user_id . ' has ' . $info->meta_value . ' rep'; }

Tags on Anspress 4 beta 4 is no longer loading

Hi, Do you mean re enable the Tag Add on? I have done this already.

Tags on Anspress 4 beta 4 is no longer loading

Hello Tony, Make sure you have re-added tags menu after updating. There were some major chnages made in AnsPress menu in last version. Also make sure tags addon is enabled in options.

Some translations missing in askbug theme/plugin

Hier habe ich für Sie vorbereitet. Einfach mit poedit öffnen und dort finden Sie die gesuchten Wörter . http://www.filedropper.com/anspress-question-answer-dede

Some translations missing in askbug theme/plugin

I can not find “Type and hit Enter” and “Attach file hochladen oder add from link” in po/mo files! Not in anspress plugin po/mo file and askbug po/mo file

Anspress 4 b4: Comments problem

Rahul, Please UNCHECK   Check for duplicate posts before posting   and try to post a new question.

Anspress 4 b4: Comments problem

If someone else could download the latest commit from github, and test if posting of new question and comment works. Comments work for the first 1-2 times and then stop. be sure to post 4-5 comments.

Some translations missing in askbug theme/plugin

Hello, Please download poedit software and open languages/de_DE.po and edit missing translations and then save po and mo.