shondalai.com Forum
-
maverick replied to the topic The user answers himself.
August 4 at 6:12 pm
You can do that by editing/overriding the layout file components/com_communityanswers/layouts/YOURLAYOUT/question/replyform.php Line... -
maverick replied to the topic Letter mismatch.
August 4 at 6:06 pm
Can you try below code fix? edit components/com_communityanswers/layouts/YOURLAYOUT/question_list.php and find below code at line 236 <strong... -
maverick replied to the topic View all responses in Consolidated Report.
August 4 at 6:02 pm
Please add below as well. CjScript::_('noty', array('custom'=>$custom_tag)); Then give view reports permission to your public user group. Otherwise they... -
Yev created new topic The user answers himself.
August 4 at 5:47 pm
Good day! The user asked a question, he can answer himself and earn points. In my opinion, this is not correct. Can this be disabled by quickly changing the code? Or make a... -
tastyracer replied to the topic View all responses in Consolidated Report.
August 4 at 5:31 pm
Thanks so much for looking into this maverick. I added the suggested code and whilst there is a subtle change to click response (browser no longer returns to top of page) the... -
Yev replied to the topic Letter mismatch.
August 4 at 5:03 pm
You speak correctly. That's what I wrote. Apparently the translator is not translating correctly. This is the letter of the one who answered. And it is not displayed... -
maverick replied to the topic View all responses in Consolidated Report.
August 4 at 4:56 pm
I found what is the issue here. When the module is loaded on a page other than survey pages, the form jquery plugin is not being loaded and causing this issue. To fix this,... -
forrestkirby said thank you to Maverick for his/her reply to the topic Loading Poll with Shortcode and Modern Chart: Uncaught ReferenceError: Chart is not defined.
August 4 at 4:53 pm
The following line of code is missing in plugins/content/polls.php CjScript::_('chartjs'); Add this after the below... -
forrestkirby liked a reply to the topic Loading Poll with Shortcode and Modern Chart: Uncaught ReferenceError: Chart is not defined.
August 4 at 4:53 pm
-
forrestkirby said thank you to Maverick for his/her reply to the topic Language Constant COM_COMMUNITYPOLLS_POLL_VIEW_DEFAULT_OPTION missing.
August 4 at 4:52 pm
Thank you for reporting. I will add this to the administrator language file. COM_COMMUNITYPOLLS_POLL_VIEW_DEFAULT_OPTION="Default Poll Layout" -
forrestkirby liked a reply to the topic Language Constant COM_COMMUNITYPOLLS_POLL_VIEW_DEFAULT_OPTION missing.
August 4 at 4:52 pm
-
maverick replied to the topic Language Constant COM_COMMUNITYPOLLS_POLL_VIEW_DEFAULT_OPTION missing.
August 4 at 4:46 pm
Thank you for reporting. I will add this to the administrator language file. COM_COMMUNITYPOLLS_POLL_VIEW_DEFAULT_OPTION="Default Poll Layout" -
tastyracer replied to the topic View all responses in Consolidated Report.
August 4 at 4:45 pm
OK, thanks. I've set up a demo. -
maverick replied to the topic Letter mismatch.
August 4 at 4:44 pm
This is the first letter of the user who last replied to that question. It is not the question author name. -
Yev replied to the topic Letter mismatch.
August 4 at 4:43 pm
Failure again. The letters do not match. Maybe the problem is somewhere with the encoding? -
maverick replied to the topic Loading Poll with Shortcode and Modern Chart: Uncaught ReferenceError: Chart is not defined.
August 4 at 4:41 pm
The following line of code is missing in plugins/content/polls.php CjScript::_('chartjs'); Add this after the below... -
forrestkirby created new topic Language Constant COM_COMMUNITYPOLLS_POLL_VIEW_DEFAULT_OPTION missing.
August 4 at 3:57 pm
Hello corejoomla Team, it seems that Community Polls is misisng the language constant COM_COMMUNITYPOLLS_POLL_VIEW_DEFAULT_OPTION in the admin area. -
Yev created new topic Letter mismatch.
August 4 at 12:45 pm
Good day! The letters of the name and icon do not match. In this case, the Cyrillic letter A. -
forrestkirby created new topic Loading Poll with Shortcode and Modern Chart: Uncaught ReferenceError: Chart is not defined.
August 4 at 12:36 pm
Dear corejoomla Team, I am trying to load a Community Polls poll via the content plugin shortcode and applied the fix from the topic -
maverick replied to the topic Export and print quiz.
August 4 at 8:10 am
Click on View All Responses link on your quiz reports dashboard and you can view each response and print them to pdf.