ustimenko
Forum Replies Created
-
Forum: Plugins
In reply to: [Psychological tests & quizzes] StylingForum: Plugins
In reply to: [Psychological tests & quizzes] ‘Another test is in progress’ errorPls show “another test” URL.
Possibly conflict with other plugins?
Try to install wp-testing plugin on clear wordpress and check if checkbox is there.
See “Publish on the homepage”

See the settings “Publish on homepage”.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Result Metabox – suddenly disorganizedHi @kyk26
Actually I don’t know. Wp-testing uses built-in wp’s order column and shows results ordered by that column. Seems something other broken this order.
If you will be able to repeat this on your install — then I can fix it. You can simplify research by using some temp small test.
Until I’m not released hotfix, edit this file at this line:
Replace this
return round($this->value / $this->maximum, 2);To this
return max(round($this->value / $this->maximum, 2), 0);Forum: Plugins
In reply to: [Psychological tests & quizzes] Do you have the option to email the result?@edugsdf yes. There is paid addon email results. If your respondent is anonymous, then you also need custom fields addon.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Move from a post to a page?@hell0men, FAQ => Shortcodes.
Forum: Plugins
In reply to: [Psychological tests & quizzes] export-importCurrently only through mysqladmin/SQL. Not user-friendly.
Forum: Plugins
In reply to: [Psychological tests & quizzes] echo date of test passed$passing->getCreated()Forum: Plugins
In reply to: [Psychological tests & quizzes] Close test results from search enginesUse some SEO plugin, that can close test. See how it will do it. Un-close and then just repeat it’s actions manually for test reults’s URLs.
Assuming that you want to close it thorugh robots.txt, it’s syntax can use ‘*’.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Close test results from search engines@bestuzhev, wp-testing tests are custom post types.
So you can hide it from SE in same way as you will hide post/page.
Forum: Plugins
In reply to: [Psychological tests & quizzes] One question per page?Hi Curt, yes it’s possible through customization.
By anyone who knows javascript.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Закрыть результаты от поисковых систем