I've sent you email to verify license to make sure you have valid license as I can't see you in the list of buyers. Email license url, name of purchaser to support(at)useresponse.com
This way we'll provide you with support. Thank you
Florian Schlenkrich wrote:
please help
Florian,
I've sent you email to verify license to make sure you have valid license as I can't see you in the list of buyers. Email license url, name of purchaser to support(at)useresponse.com
This way we'll provide you with support. Thank you
Currently, this isn't manageable from admin backend.
So you have to adjust following file:
/application/modules/questions/handlers/Events.php
find the strings:
$paginator = $responsesDb->getPaginator(array(
'type' => 'question',
'status' => 'popular'
), null, null, 5);
and replace 5 with required number of questions you want to display.
Currently, this isn't manageable from admin backend.
So you have to adjust following file:
/application/modules/questions/handlers/Events.php
find the strings:
$paginator = $responsesDb->getPaginator(array(
'type' => 'question',
'status' => 'popular'
), null, null, 5);
and replace 5 with required number of questions you want to display.
Currently, this isn't manageable from admin backend.
So you have to adjust following file:
/application/modules/questions/handlers/Events.php
find the strings:
$paginator = $responsesDb->getPaginator(array(
'type' => 'question',
'status' => 'popular'
), null, null, 5);
and replace 5 with required number of questions you want to display.
Currently, this isn't manageable from admin backend.
So you have to adjust following file:
/application/modules/questions/handlers/Events.php
find the strings:
$paginator = $responsesDb->getPaginator(array(
'type' => 'question',
'status' => 'popular'
), null, null, 5);
and replace 5 with required number of questions you want to display.
thank you very much for the fast answer but i can't find such string.
the correlated string is "$questionsCount = $responsesDb->count(array('type' => 'question'));"
why can not find the string "$questions = $responsesDb->findTop('question');" like you
thank you very much for the fast answer but i can't find such string.
the correlated string is "$questionsCount = $responsesDb->count(array('type' => 'question'));"
why can not find the string "$questions = $responsesDb->findTop('question');" like you
please help
please help
Florian,
I've sent you email to verify license to make sure you have valid license as I can't see you in the list of buyers. Email license url, name of purchaser to support(at)useresponse.com
This way we'll provide you with support. Thank you
Florian,
I've sent you email to verify license to make sure you have valid license as I can't see you in the list of buyers. Email license url, name of purchaser to support(at)useresponse.com
This way we'll provide you with support. Thank you
Hallo Stas Kuzma,
I have sent the license to support(at)useresponse.com!
Subject: "License Florian Schlenkrich"
Hallo Stas Kuzma,
I have sent the license to support(at)useresponse.com!
Subject: "License Florian Schlenkrich"
Official answer for this question is updated with proper directions on how to change the number of questions displayed on home page.
Official answer for this question is updated with proper directions on how to change the number of questions displayed on home page.
thank you!it works - after restart the browser!
thank you!it works - after restart the browser!
You are welcome!
You are welcome!
Replies have been locked on this page!