Maverick

Location Hyderabad, India
Gender Male
Age 41 years
Member since October 28th, 2009
Last seen one year 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 Copy an entire survey.

    December 3 at 5:57 pm

    Go to reports section of your survey and export the survey. Now you can import the exported xml file again from surveys list page.

    8 years ago

  • Maverick replied to the topic Change "Cancel Button" URL.

    December 3 at 5:55 pm

    In layout file components/com_communitysurveys/layouts/default/survey/survey_form.php

    8 years ago

  • Maverick replied to the topic About Answer Discover Bar display.

    December 3 at 5:54 pm

    The component already offers two layouts one each for Bootstrap 2 and 3 based templates. Please send me your website detaills using contact us form, I will configure correct one for you.

    8 years ago

  • Maverick replied to the topic How to remove the radio buttons and select by clicking the image.

    December 3 at 4:51 am

    Probably some css tricks along with javascript can do. For example hide radio using css and trigger radio button click when you click on image using jQuery. As of now you need the radio boxes to be checked. For css you can use file media/com_communitysurveys/css/cj.survey.min.css for js you can use file media/com_communitysurveys/js/cj.survey.min.js

    8 years ago

  • Maverick replied to the topic Simple Poll for cjForum.

    December 3 at 4:48 am

    Agree. As of now you can use Community Polls content plugin to add polls inside topic/replies. I will add dedicated poll system for it.

    8 years ago

  • Maverick replied to the topic You are not authorised to respond to this survey.| RC=101.

    December 2 at 7:57 pm

    In language file: language/en-GB/en-GB.com_communitysurvey.ini

    8 years ago

  • Maverick replied to the topic You are not authorised to respond to this survey.| RC=101.

    December 2 at 4:56 pm

    Go to Components->Community Surveys->Click on Options button on toolbar->Click on Permission settings tab->Give Respond permission to appropriate user groups.

    8 years ago

  • Maverick replied to the topic Remove plugins buttons from editor.

    December 2 at 4:54 pm

    Go to Extensions -> Plugins -> Click on Search tools button and filter by editors-xtd type->Disable the plugins here

    8 years ago

  • Maverick replied to the topic How to add module in center of question list.

    December 2 at 4:53 pm

    Follow this procedure. 1. edit components/com_communityanswers/layouts/default/question_list.php and find below code at line 254 </li><?php 2. Add below code after that if(count(JModuleHelper::getModules('questions-view-after-question-'.($i+1)))){ ?> <li class="list-group-item pad-bottom-5"> <?php echo CJFunctions::load_module_position('questions-view-after-question-'.($i+1));?> </li> <?php} Now publish your module at module position questions-view-after-question-10 to display after 10th question.

    8 years ago

  • Maverick replied to the topic About Answer Discover Bar display.

    December 2 at 4:46 pm

    It looks like you are using Bootstrap 3 template. Change your default layout to bootstrap3 one from component options.

    8 years ago

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

    December 2 at 4:44 pm

    2a) I do not have exact date but it will not be too long. 2b) I am working on it

    8 years ago

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

    December 2 at 3:51 am

    Apologies for overlooking your post. 1a. Sorry, I was confused. "Access component" is little confusing translation but it is what present in Joomla core language file for "JACTION_MANAGE". So basically this permission allows users to manage surveys i.e. give them access to edit or publish or delete surveys. 1b. Not possible unless you do some code hacks. Survey owner will always have edit survey permissions or never have. You need to add further checks to disallow by checking closed date. 2a. It is expected. Reports will be accessible to survey owners and the menu items are also accessible to them. I don't see any other user group who have access to the reports in this case. If you are talking about admins/managers, they can access everything from backend. There are other options available to display consolidated report - using consolidated report module, linking the url of the consolidated report with external url menu item or publish the result in an article using CS content plugin. This is something debatable topic but most users prefer not showing closed surveys. I will add an option to override this in next revision.

    8 years ago

  • Maverick replied to the topic Error with "discover" menu options.

    December 2 at 3:36 am

    Here is the correct code at that line if ($menu && ($menu->query['option'] != 'com_communityquiz' || $menu->query['view'] == 'quiz' || (!empty($this->category->id) && $id != $this->category->id) ))

    8 years ago

  • Maverick replied to the topic Can't "Save as Copy".

    December 2 at 3:34 am

    I could not reproduce this, probably it is the issue with the very first poll created on a site ever. If that is the case, the workaround is to move the poll to another category, save it and move back. Now you should be able to duplicate it.

    8 years ago

  • Maverick replied to the topic Error in MySQL Tables.

    December 1 at 5:44 pm

    These features will be available in next release, obviously. Breadcrumbs will be shown using Joomla default breadcrumbs module. No special configuration needed. PM feature is still under development, I already developed it but I am not satisfied with it. So working on improving it.

    8 years ago

  • Maverick replied to the topic Trashed Polls.

    December 1 at 5:07 pm

    Edit components/com_communitypolls/modes/polls.php and find below code at line 75 if ((!$user->authorise('core.edit.state', 'com_communitypolls')) && (!$user->authorise('core.edit', 'com_communitypolls'))){ // Filter on published for those who do not have edit or edit.state rights. $this->setState('filter.published', 1);}  Change it to $this->setState('filter.published', 1); Now it will show only published polls.

    8 years ago

  • Maverick replied to the topic Several problems with Surveys.

    December 1 at 5:03 pm

    1, 10: I will check and fix them if these are bugs. 11: Choose only cookie restriction if you want to take survey only one time per computer. Do not choose any restriction if you want to take survey several times from same computer.

    8 years ago

  • Maverick replied to the topic Error in MySQL Tables.

    December 1 at 4:59 pm

    Sure, but this template won't look the same as yours, besides there are few unreleased features installed here like searchbox, jump to forum box, related topics. Please send me your website details using contact form.

    8 years ago

  • Maverick replied to the topic Allow Optional Input of Question Title.

    December 1 at 3:09 am

    Title is mandatory because it is used in many places. Probably you can use trivial titles like what you already using Q1, Q2 etc.

    8 years ago

  • Maverick replied to the topic Can't "Save as Copy".

    December 1 at 3:08 am

    Only happen to one of the polls? Can you let me know what are the differences with other polls?

    8 years ago

Powered by CjForum