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 SQL Injection Vulnerability GPSTools 4.0.1.
February 26 at 6:49 am
Thanks for informing. The issue is fixed in v4.0.2. -
Maverick created new article GPS Tools v4.0.2 is released.
February 26 at 6:48 am
We would like to let you know that GPS tools v4.0.2 is released. This is a security release and urge all our users to update the component immediately. Please contact... -
maverick replied to the topic Radio grid: behaviour of columns vs answers.
February 25 at 10:35 pm
It depend on how you want to take feedback from users. You may want to switch the values if you want to show "Poor, Fair" in columns. -
maverick replied to the topic Radio grid: behaviour of columns vs answers.
February 25 at 9:00 pm
Yes, this is expected. One answer (column value) can be selected for one question (row value). -
maverick replied to the topic Question Title NOT mandatory.
February 25 at 8:02 pm
I agree. However this is too specific case with you, and can be easily acheived with css overrides instead of rewriting whole templates. -
maverick replied to the topic Extra field for answer_id in sflxe_survey_response_details.
February 25 at 7:45 pm
answer_id itself is unique. You need to rewrite your sql query to get the grouped results. Adding additional column is just redundant. -
maverick replied to the topic Question Title NOT mandatory.
February 25 at 5:59 am
Possible. But you need to override the layout files and do not show title of questions. However while creating questions, title is mandatory. -
maverick replied to the topic Awarding Pts.
February 24 at 6:17 pm
I enabled the option "Load Bootstrap CSS". The permission error is because of not giving respond permission to the user group. I checked your public group permissions... -
-
maverick replied to the topic Awarding Pts.
February 23 at 8:20 pm
1. Can you please let me know the quiz page to check formatting issue? 2. The error 2 will occur because of database issue, please let me know how to reproduce issue... -
maverick replied to the topic Awarding Pts.
February 22 at 9:14 pm
Usually any points system will award point system will give points to registered users, so same applies to all integrated points systems of CQ. Also you can always... -
maverick replied to the topic Sharing Quiz.
February 22 at 8:33 pm
The necessary code can be found in layout file components/com_communityquiz/layouts/default(or bootstrap3)/quiz/intro.php. You can move it to the desired file/position. -
maverick replied to the topic Timed Quizzes.
February 22 at 8:30 pm
Time limit available only for standard quizzes. The timer may have some JS or CSS conflict. Can you pls let me know the quiz url to check it? -
maverick replied to the topic Random poll poll_type is not defined.
February 21 at 7:33 am
What is the version of the component you are using? Did you tried clearing cache? -
maverick replied to the topic Final Report Layout.
February 20 at 7:06 pm
Layout file: components/com_communityquiz/layouts/default(or bootstrap3)/results/score.php -
maverick replied to the topic Missing file api.php error in CJBlog.
February 20 at 7:04 pm
H Amal, That correct code change, but you should not use that package. Please install only pkg_cjblog.zip which includes the module also. -
maverick replied to the topic Hide total number votes from front-end.
February 19 at 9:31 am
You can hide the text by editing the template file media/com_communitypolls/anywhere/templates/default/template.tpl The poll results are shown if: The... -
maverick replied to the topic Save Button - how suppose to work.
February 18 at 4:11 pm
Go to Extensions -> Plugins -> Content - Community Surveys -> Disable "Show Save Button" option. -
maverick replied to the topic Hide total number votes from front-end.
February 18 at 7:53 am
The screenshot looks to be from random poll module, if yes you can disable it from module settings. -
maverick replied to the topic Save Button - how suppose to work.
February 18 at 7:46 am
Apart from the global options and survey, there is another place this option is configured - content plugin - as you are using plugin to show surveys.