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 Poll embed in article do not work on ipad.
May 30 at 5:37 pm
Unfortunately, it is not possible to suggest a solution on sites with the local environment. Please publish it to your site and post your query. -
maverick replied to the topic Small change to poll appearance?.
May 30 at 5:34 pm
Add below css override in your template css override file. #cj-wrapper .poll-answer label {display: inline} -
maverick replied to the topic Hide subcategories from view for user groups with no view permission..
May 30 at 5:29 am
If you have given the View permission to the user group, then the users in that group can see the category. Otherwise the category will not be shown. This way you can choose... -
maverick replied to the topic [BUG] Conditions for conditional questions are not copied.
May 28 at 8:00 pm
Development completed for this feature. -
maverick replied to the topic Small change to poll appearance?.
May 28 at 4:18 pm
This must be some css conflict of your template. Where can I see the issue? -
maverick replied to the topic community polls : multiple votes ?.
May 26 at 6:37 pm
You can choose the admin user group in Community Polls - Polls plugin options. -
maverick replied to the topic View Reports causes 403 error.
May 26 at 6:36 pm
components/com_communitysurveys/views/report/view.html.php if($this->item->created_by != $user->id && !$user->authorise('core.admin',... -
maverick replied to the topic Categories still showing with view permissions off.
May 26 at 4:49 am
This is the existing behavior. If the user do not have access/view permission, the category will not show in the category list. -
maverick replied to the topic Permanently Delete posts.
May 26 at 4:47 am
I will add this permission setting to allow deletion of topics on their own. To hide unpublish option, you need to edit/override layout file... -
maverick replied to the topic Display Unread Topics/Replies.
May 24 at 5:18 pm
The layout used in both recent topics page and category view page is same. So in both the pages the new posts text is shown. Can you please point me to an example where this... -
maverick replied to the topic Update for CJ Forum?.
May 24 at 5:17 pm
Hi Joe, - also display number of replies in forum category view (e.g.: 4 Topics... -
maverick replied to the topic "Please wait" not disappears and untranslated string.
May 24 at 5:02 am
Change it to like below code CjSurveyApi.form_submitted = false; $.unblockUI(); -
maverick replied to the topic community polls : multiple votes ?.
May 23 at 5:28 pm
1. Go to Components -> Community Polls -> Click on Options button on toolbar -> Shared Options tab -> Select the required Vote Restriction Method options e.g.... -
maverick replied to the topic More dropdown display issues.
May 21 at 7:44 pm
Chosen plugin which styles listbox elements is not formatting the element properly when it is hidden. The solution is to apply the plugin only when the question is visible. A... -
maverick replied to the topic More dropdown display issues.
May 21 at 5:40 am
Where can I see the issue? -
maverick replied to the topic "my response" layout VS "quiz reulst" layout.
May 20 at 6:51 am
1. You should see the file score.php in the same folder. You can add anything in this file and it will be shown along with your score report. If you want to show any text at... -
maverick replied to the topic [BUG] Conditions for conditional questions are not copied.
May 19 at 6:36 pm
Yes, I am working on it. It is complex code change however will implement in the future versions. -
maverick replied to the topic Integration of Community Poll in EasySocial Stream.
May 17 at 7:38 pm
If you want to disable activity stream, just disable the option in community polls options. Disabling app will not delete streams. Regarding undefined message, I need... -
maverick replied to the topic Report Detail Quiz Result.
May 17 at 7:35 pm
Quiz author can always access the reports including all user responses. -
maverick replied to the topic [BUG] Conditions for conditional questions are not copied.
May 14 at 3:25 pm
Hi Andreas, This is a known issue. Unfortunately there is no workaround as of now as the conditional rules are saved with specific answer/question ids.