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.
-
Maverick replied to the topic How to use custom answer in Polls.
May 20 at 7:38 pm
Custom answer = Stack Answer. Only difference is when you select stack answer, all custom answers will be appended to existing answers and other users can vote on them. So you can enable one of these options to allow users to enter custom answers. -
Maverick replied to the topic CJForum posting option.
May 20 at 7:35 pm
This is because of a known issue in Joomla redirect. I am working on providing fix for it. -
Maverick replied to the topic error 403 on view quiz results .
May 19 at 9:05 pm
Yes, already added. but not yet released. -
Maverick replied to the topic reference field about quote.
May 19 at 9:03 pm
Yes, I could not release it last week, will do it this weekend. -
Maverick replied to the topic Display problem.
May 19 at 9:02 pm
Please send me your website and admin user details using contact us form. I will set it up for you. -
Maverick replied to the topic How to use custom answer in Polls.
May 19 at 9:00 pm
Textbox is always optional. only answers are mandatory. I hope that answers your query. -
Maverick replied to the topic How to use custom answer in Polls.
May 19 at 8:21 pm
Unfortunately jQuery validation cannot validate "required" validation with mixed elements (checkbox and textbox). So user has to select at least one option if they want to use stack answers option. You could add a last answer something like "Others, please select this and enter your answer in below textbox" so that users can select it and enter their answers. -
Maverick replied to the topic Display problem.
May 19 at 8:18 pm
Please download and update to latest version of CjLib component. -
Maverick replied to the topic display problem with jfconnecto.
May 19 at 8:16 pm
Go to Components->Community Polls->Click on Options button on toolbar->Integration tab->Select default layout as bootstrap 3. If it don't solve, enable option "Load Bootstrap CSS" -
Maverick replied to the topic finale score in category quiz.
May 19 at 8:13 pm
Code already updated, will send you the package for testing before final release. -
Maverick replied to the topic You are not authorised to take this quiz.| RC=1.
May 19 at 8:06 pm
They are not available in language strings. these codes are important for debugging any issues. they cannot be deleted. -
Maverick replied to the topic Can't Upload GPX Tracks.
May 19 at 8:05 pm
You need to set max allowed size option in your gps tools component options. -
Maverick replied to the topic Can't Upload GPX Tracks.
May 17 at 10:25 pm
If you are using reCaptcha 2 plugin or Joomla 3.5.1, please disable captcha. This needs some update. Or as a temporary fix remove below code from components/com_gpstools/controllers/gpstools.php if($user->guest){ JPluginHelper::importPlugin('captcha'); $dispatcher = JDispatcher::getInstance(); $result = $dispatcher->trigger('onCheckAnswer',$post->getString('recaptcha_response_field')); if(!$result[0]){ $app->enqueueMessage(JText::_('MSG_INVALID_CAPTCHA')); $view = $this->getView('form', 'html'); $view->assignRef('track', $track); $view->setModel($model, true); $view->display(); return; }} -
Maverick replied to the topic You are not authorised to take this quiz.| RC=1.
May 17 at 10:19 pm
Please allow respond permission to your user groups. You can access permission settings from Options button on toolbar. -
Maverick replied to the topic Poll creation in modal.
May 17 at 10:17 pm
If you are asking for edit poll code, then it should be in components/com_communitypolls/views/form/tmpl/edit.php But again as I said you may endup doing a lot of coding stuff to implement such behavior. This is too tightly integrated into Joomla MVC stuff. -
Maverick replied to the topic finale score in category quiz.
May 17 at 10:15 pm
As discussed over email, I will add wrong answer marks capability and let you know asap. -
Maverick replied to the topic New to Community Polls.
May 17 at 10:14 pm
Can you please send me the details using contact us form so that I can check it myself? -
Maverick replied to the topic finale score in category quiz.
May 16 at 9:01 pm
Sorry about it, I sent correct file now. -
Maverick replied to the topic New to Community Polls.
May 16 at 8:53 pm
1. Content plugin allows you to insert polls into your Joomla articles. "Community Polls - Polls" is a core plugin which enables points system, emails, activity etc. 2. You must be using old version of plugin. "Search - Polls" should be correct one. 3. Edit your poll and go to Customize tab. -
Maverick replied to the topic Poll creation in modal.
May 16 at 8:48 pm
That file will displat list of polls, not what you are expecting. but anyway see the editor button plugin code (plugins/editor-xtd/polls/polls.php) which contain code to activate the modal. My personal suggestion: since it is too complex unless you know pretty good Joomla coding stuff, use existing button plugin and ask your users to create poll somewhere, may be giving a link to create poll page.