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 Permission Settings and Archived Surveys.
December 8 at 4:27 am
2a, 2b are not part of v4.0.2 release, still some more work left here. What I am trying to do is adding a link to consolidated report in the My Responses page itself provided the option is enabled to show consolidated report to users. -
Maverick replied to the topic List Layouts - Nested Categories.
December 8 at 4:23 am
Please use Community Surveys categories module to show full nested tree of categories. -
Maverick replied to the topic Field Layout/Configuration.
December 8 at 4:21 am
1. The issue is because of Bootstrap 2 class is being used on tags field. components/com_communitysurveys/models/forms/survey.xml <field name="tags" type="tag" label="JTAG" description="JTAG_DESC" class="span12" multiple="true"></field> change it to <field name="tags" type="tag" label="JTAG" description="JTAG_DESC" multiple="true"></field> Will fix it in next version 2. I believe your template is based on Bootstrap 3. Try to switch the layout to "Bootstrap 3" in Components->Community Surveys->Options->Shared Options tab 3. Will change the size of it in next revision. -
Maverick replied to the topic Cant find where to set badge .
December 8 at 4:15 am
Badge system with the help of CjBlog badges. If you have CjBlog installed, you can use its badge system. -
Maverick replied to the topic Getting E-Mail on finished Survey.
December 8 at 4:14 am
Yes, the survey author will get new response notification. Just enable emails in "Community Surveys - Surveys" plugin. -
Maverick replied to the topic Change "Cancel Button" URL.
December 8 at 4:13 am
Yes, that's the correct code. You need to change the value of href attribute. -
Maverick replied to the topic EasySocial integration with community poll.
December 8 at 4:05 am
Sorry my mistake. The file I uploaded was not overwritten and old file is still there. Its now changed with new name to avoid conflicts. Can you please check now? -
Maverick replied to the topic EasySocial integration with community poll.
December 7 at 1:57 pm
Can you download and install the plugin again now? -
Maverick replied to the topic Several problems with Surveys.
December 7 at 1:50 pm
The only other reason could be plg_installer_cjupdater plugin is not enabled. -
Maverick replied to the topic Users points not shown correctly.
December 7 at 1:49 pm
It must be because of users are not synced. Go to components->community answers->users and click on sync users button -
Maverick replied to the topic Display View Statistics instead of No. of response on main listing page.
December 7 at 1:47 pm
Please send me email through contact us form, I will send you update. -
Maverick replied to the topic Display View Statistics instead of No. of response on main listing page.
December 7 at 4:48 am
models/response.php find the if block something like this if (! $db->insertObject('#__quiz_responses', $newRec)) you need to add the after this block -
Maverick replied to the topic Show/Hide Toolbar.
December 7 at 3:26 am
Its here Components->Community Surveys->Click on Options buttton on toolbar->Shared Options. It will just hide the toolbar on front-end pages. Toolbar has nothing to do with ACL. The only option that is depend on toolbar is account and create survey menus. Create survey button now will be shown only if the user has access to create permission on global settings or create permission on at least one category. -
Maverick replied to the topic Several problems with Surveys.
December 7 at 3:08 am
Did you setup your downloadid in CjLib component options? You can find your downloadid on right sidebar here. -
Maverick replied to the topic Changing the date .
December 6 at 4:18 pm
Not sure about it. However if you want to override the default human readable date format to your own, edit components/com_cjlib/lib/corejoomla/dateutils.php and override getHumanReadableDate function. -
Maverick replied to the topic Community Surveys: AUP Plugins.
December 6 at 4:55 am
Rules files are updated in downloads. -
Maverick replied to the topic cj blog start and finish publish date.
December 5 at 4:39 pm
These two fields needs change state permission at default settings, usually available for admins and managers. CjBlog targets regular users. If you want to change such settings, try creating article using standard Joomla form only. -
Maverick replied to the topic Emails, Reports, Cron and more.
December 4 at 4:12 pm
1. Setup a cron to trigger emails regularly. http://wiki.corejoomla.com/Setup_cronjob_to_trigger_emails_automatically There are also few webcron sites such as easycron that can do this job. 4. I am checking out the issue and will update you with possible solution. -
Maverick replied to the topic How to add module in center of question list.
December 3 at 6:08 pm
My mistake. there is another change you need to do. in same file find below code foreach ($items as $item) change it to foreach ($items as $i=>$item) -
Maverick replied to the topic Simple Poll for cjForum.
December 3 at 5:58 pm
Probably need to develop common API which can be reusable :-)