Maverick

Location Hyderabad, India
Gender Male
Age 42 years
Member since October 28th, 2009
Last seen 2 years ago
Topics 32
Replies 15.4k
Points 6.66k

A computer geek, who always love coding, now fell in love with beautiful Bootstrap framework :).

Loves coding as much as watching Sci-Fi movies. Designed and developed some of the popular Joomla! components and corejoomla.com with all passion and love towards programming. Strong believer in smart work and "Anything is possible".

I welcome your feedback and suggestions, reach me out through contact us form.


Recent activity
  • 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');

    9 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'));

    9 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?

    9 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?

    9 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';  

    9 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.

    9 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. 

    9 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.

    9 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.

    9 years ago

  • Maverick replied to the topic Community Quiz to alphauserpoints.

    December 27 at 3:31 pm

    >> Moved this topic to Community Quiz category. Did you installed the Alpha User Points rules for Community Quiz?

    9 years ago

  • Maverick replied to the topic Permission Settings and Archived Surveys.

    December 26 at 2:17 pm

    Yes, tried now too. Logged in with test user 2 and went to surveys page and can see consolidated report module on right side.

    9 years ago

  • Maverick replied to the topic Permission Settings and Archived Surveys.

    December 25 at 6:54 pm

    Merry Christmas! @jcnewbie01, I could not reproduce this issue. I disabled offline mode on your site and accessed survey page, I can see consolidated report module shown without any error. Can you let me know steps to reproduce the issue?

    9 years ago

  • Maverick replied to the topic Not Authorized to View Quiz.

    December 25 at 6:48 pm

    DB tables looks good, do you have any test site where we can enable debugging?

    9 years ago

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

    December 25 at 5:57 pm

    I am not sure what the issue is, I could not reproduce it. I am sending you a package, can you please install it?

    9 years ago

  • Maverick replied to the topic Facing issues with frontend adding and managing quizzes.

    December 25 at 5:49 pm

    The better solution is to disable bootstrap tooltip in media/com_communityquiz/js/cj.quiz.min.js $('body').on('mouseover', '[data-toggle="tooltip"]', function(){$(this).tooltip('show');});

    9 years ago

  • Maverick replied to the topic How to override layouts from community quiz.

    December 25 at 5:47 pm

    How was it working earlier, did you made any changes? For view override, that should work unless Joomla does something crazy. The component will not do anything manual here.

    9 years ago

  • Maverick replied to the topic Community Polls - Polls.

    December 25 at 3:03 am

    I can't do much with that. Its the minimum width reCaptcha loads.

    9 years ago

  • Maverick replied to the topic Community Polls - Polls.

    December 24 at 5:49 pm

    What is the issue with it?

    9 years ago

  • Maverick replied to the topic Facing issues with frontend adding and managing quizzes.

    December 24 at 5:47 pm

    No, that's the only setting. By default some other Joomla APIs load Joomla provided bootstrap, this cannot be changed. You should either exclude your template file or delete Joomla provided file (which will produce 404 error for the js file but will not load it).

    9 years ago

  • Maverick replied to the topic Facing issues with frontend adding and managing quizzes.

    December 24 at 2:09 pm

    This is a known issue of duplicate bootstrap files loaded on same page. View source of your page and see if there are multiple bootstrap instances loaded, I believe it may be your template which is loading it. And then disable one of it and try it works,.

    9 years ago

Powered by CjForum