shondalai.com Forum

Welcome, Guest
Recent activity
  • Alexandru Iulian Vlad liked a reply to the topic Community poll popup instead of new window.

    December 29 at 8:35 am

    8 years ago

  • 8 years ago

  • Maverick replied to the topic Publish/Unpublish Archive and trash do not work in frontend for my quizzes.

    December 29 at 4:17 am

    To update on above issue. The following line needs to be added in components/com_communityquiz/views/myquizzes/tmpl/default.php JHtml::script(Juri::base() . 'media/system/js/core.js');

    8 years ago

  • Maverick replied to the topic Community poll popup instead of new window.

    December 29 at 3:39 am

    Edit components/com_communitypolls/views/poll/tmpl/default_answers.php line 28 $title = JHtml::link($resource->value, $title, array('target'=>'_blank'));

    8 years ago

  • Maverick replied to the topic Community polls faces some bucks.

    December 29 at 3:36 am

    The issue doesn't seems to be same. I can see below errors on console. Uncaught ReferenceError: google is not defined(anonymous function) @ 86f391697d61d2326b2438031116495c.js:122015-11-05-15-33-45:1544 Uncaught TypeError: RandomPollsFactory is not a function And I can see you are using JCH Optimize which combines all scripts. Most probably in whatever the order it finds. Can you disable that plugin?

    8 years ago

  • Maverick replied to the topic Show results after Voting End date.

    December 29 at 3:31 am

    Can you send me your website details using contact us form to check it?

    8 years ago

  • Alexandru Iulian Vlad replied to the topic Community poll popup instead of new window.

    December 28 at 9:24 pm

    Or for example, can the Modals plugin created by Nonumber here - > https://www.nonumber.nl/extensions/modals be used? It mentions that the popup can be activated by: "By target="_blank" (all links with a target. Internal and/or external)"   Thank you !

    8 years ago

  • Alexandru Iulian Vlad created new topic Community poll popup instead of new window.

    December 28 at 9:05 pm

    Hello!   I just bought Community Polls and I want to change the "_blank" to "popup" in the poll, when the user will click on the name of the answer. Can you please tell me where the change needs to be made?   Thanks!

    8 years ago

  • Phivos Constantinou replied to the topic Community polls faces some bucks.

    December 28 at 8:22 pm

    Dear Maverick, Hope you are fine. We tried to upgrade to the cjlib2.3.8. Having in mind the bugs we faced in the past (some of them described in this ticket) we performed this upgrade first in our testing environment and we face exactly the same problems as described in this ticket opened back then. Please check the following links: http://dev.penaltara.com/blog/2015-11-05-15-33-45 (please vote to the poll on the top right at the right column) http://dev.penaltara.com/polls/10-2015-11-04-13-04-53/76-test123123 (please vote) http://dev.penaltara.com/polls/2015-08-20-08-39-17 (please try to create a poll) We deleted the files in the geoip file as instructed above but the same issue remains. We are not planning to upgrade cjlib in our main site because we face these issues and we are sure that the last time you lost some time to correct it on our site. What we want to ask is: What if we do not update the cjlib but we continue to upgrade community polls component in the future, will there be an issue? Regards, Phivos Constantinou

    8 years ago

  • Daniel Brinkmann replied to the topic Show results after Voting End date.

    December 28 at 7:23 pm

    Hello Maverick, thanks for your reply. I have changed the code, but the results still not shown.   Regards Daniel

    8 years ago

  • Maverick replied to the topic Show results after Voting End date.

    December 28 at 5:28 pm

    This is a bug. components/com_communitypolls/views/poll/tmpl/default.php line 221 $default_view = ($this->item->eligible == 2 && $this->item->publish_results) ? 'results' : 'form'; this should be like this $default_view = (!$show_vote_form || ($this->item->eligible == 2 && $this->item->publish_results)) ? 'results' : 'form';  

    8 years ago

  • Maverick replied to the topic Publish/Unpublish Archive and trash do not work in frontend for my quizzes.

    December 28 at 5:20 pm

    Yes, this is a bug. I will fix this with next release.

    8 years ago

  • Maverick replied to the topic Quiz Configs not saved via backend with super user.

    December 28 at 5:19 pm

    Found what the issue is. All the options in "Quiz Options" section are stored in their own columns in xxx_quiz_quizzes table. They will not be saved in attribs column and need some value to save. Since "User Global" sends blank value it could not save it. So either select show or hide. 

    8 years ago

  • Daniel Brinkmann created new topic Show results after Voting End date.

    December 28 at 4:53 pm

    Hello, I've installed Comunity polls on my Joomla 3.48 site.I have set the permission settings, so that guests can vote on my polls. Works perfect. But if I set a Voting End Date in the past for old polls,then guests, normal registeres Users or even Super Users can't see the results anymore. What is the correct setting to stop voting for a poll,but still show the old results. Thanks & Regards Daniel

    8 years ago

  • Osianama Learning Experience Pvt. Ltd. created new topic Publish/Unpublish Archive and trash do not work in frontend for my quizzes.

    December 28 at 12:27 pm

    Hello Maverick,   I have given access to publisher user group to manage quiz via frontend. So when I login as publisher and try functionalities like publish/unpublish, trash and archive.. None of these work. Is this a known issue? I'm getting below error  ReferenceError: listItemTask is not defined See the attached screen.   Thanks!

    8 years ago

  • Osianama Learning Experience Pvt. Ltd. replied to the topic Quiz Configs not saved via backend with super user.

    December 28 at 12:10 pm

    Hello Maverick,   I have confirmed these points from myside. 1. uninstall existing quiz package 2. delete tables from db (as tables were still present) 3. Again intsall quiz 4. Making no change in the ACL settings and quiz permissions   I tried debugging, couldn't find the root cause. I think it should be some basic setting or config issue or ACL related. When I output JRequest::get("post") in quiz controller and model for save function, all values are not updated.   Also this issue is only with joomla backend (Super user)   refer the screen attached

    8 years ago

  • Maverick replied to the topic Poll Cannot Save.

    December 28 at 2:56 am

    OP did not have the above mentioned problem when I tried to login to website. So I cannot tell you, you have the same issue as there is no issue. Please always create your own topic as each issue can be different. For now please send me reply to my email sent to you. Locking this topic.

    8 years ago

  • Maverick replied to the topic Community Quiz to alphauserpoints.

    December 28 at 2:53 am

    Please send me your website and admin user details using contact us form.

    8 years ago

  • A. Nelson replied to the topic Poll Cannot Save.

    December 27 at 11:56 pm

    I have the same problem as the person who posted above. I bought your "bundle" software yesterday, mainly because I needed the poll extension. But I can't save a poll using "save, save and close, or save and new."  I obviously have the latest versions since I purchased yesterday. There are no cache issues and all of my other extensions can successfully use the above "save" features. Let me know how you resolved it for the above subscriber.

    8 years ago

  • hlv008 replied to the topic Community Quiz to alphauserpoints.

    December 27 at 11:26 pm

      Hi: The new installation joomla 3.4.8 ariquizuppoints 2.4 core joomla quiz 4.1.1 Can I give you a system management account password To help me check Where is the problem? I do not know where the work has not set Thank you!  

    8 years ago

Powered by CjForum