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 Community Quiz into k2 item?.
March 21 at 6:22 pm
Can you please send me your website details using contact us form? -
Maverick replied to the topic admin commentary after user filled in survey .
March 21 at 6:21 pm
Edit your survey and click on Survey Content tab. You should see two boxes to fill description and end messge. -
Maverick replied to the topic EasySocial poll stream containing a youtube video.
March 21 at 7:09 am
Wow.. it is not the question of who is owning the content. At the end whoever sends it is some plain text or html content. And at the end such text can be processed by a content plugin. These are the reasons why I cannot process content plugins. 1. When I push html content, its just html content. For example if I want to add some javascript file when it is executing, I cannot do this at runtime because ES will show content not the plugin. In your case you need to add some youtube javascript code and probably load some javascript files etc. 2. If ES accept whatever the js code I send and display it then it is a security issue. You should usually show only safe html. The task of protecting and displaying data will become increasingly difficult at two levels one at my side and other at ES side. I always send safe html and no js. -
Maverick replied to the topic Email after Survey Completition to User with Survey-Infos.
March 20 at 11:36 pm
Such requirements differ from one client to another. We cannot write any genaralized email which can scan through user response. In such case you can use the events triggered by Community Surveys after a response is saved. Please see "Community Surveys - Surveys" plugin to know how you can use events. A detailed documentation is also here. http://wiki.corejoomla.com/Extending_Community_Surveys_using_plugin_events -
Maverick replied to the topic Joomla 3.5 and PHP 7.
March 20 at 11:33 pm
Yes, it is being tested and no incompatabilities found so far. -
Maverick replied to the topic "Undefined" when using {CONTENTPOLL ["12": POLLID]}.
March 20 at 11:32 pm
Please use contact us form or send directly to support at corejoomla dot com -
Maverick replied to the topic "Undefined" when using {CONTENTPOLL ["12": POLLID]}.
March 20 at 8:25 pm
Where can I see the issue? -
Maverick replied to the topic survey invite emailing on its own.
March 20 at 2:13 am
Sure. All invitations are queued when they are sent but they are not actually sent to users. When someone visit the frontend pages, the manual cron will trigger at regular intervals and send the emails. However this can be overridden using automatic cronjobs which you can set on your server. The default sending method is manual cron. -
Maverick replied to the topic survey invite emailing on its own.
March 19 at 10:50 pm
Please remove /administrator part in that url before sending it in email. If you are receiving invites, means you must have added the invites to queue. Please note that the emails will be sent when someone visit front-end component by default (unless you have configured automatic cron url). So I believe these invites must have sent some time in the past and they are now being sent when you are accessing component on front-end. There is no way the component send invites to anyone automatically. -
Maverick replied to the topic survey invite emailing on its own.
March 19 at 9:35 pm
I am sorry but I do not understand situation. The invites will go from whatever the website you create from. Please note that the email configuration you have setup in Global Configuration is used to send emails. If you have setup your production email server in test site, that could be wrong. -
Maverick replied to the topic Fatal error: Can't use method return value in write context in.
March 19 at 6:13 pm
Can you please update CjForum v1.3.0? -
Maverick replied to the topic Activity Badges and JomSocial User Points.
March 19 at 6:07 pm
Yes. The API usually don't change, so doesn't matter when it was last released. Whenever there are API changes, the code will be usually updated in less time. -
Maverick replied to the topic Activity Badges and JomSocial User Points.
March 18 at 6:34 pm
You can configure points system straight away, just select JomSocial as point system in component options and install rules in your JomSocial. For badges you can use CjBlog. Its free component. However CjBlog is not just badge system but rather a blog system as well. So choose it if you need all those features of it. -
Maverick replied to the topic Permissions problem.
March 17 at 8:41 pm
Following are possibilities. 1. You have not configured reCaptcha plugin. It is mandatory for guest user posts. 2. You hav enot given create/answer permission -
Maverick replied to the topic Error Class 'SurveyPagination' not found.
March 16 at 8:30 pm
Please update to latest version. -
Maverick replied to the topic Show page titles of survey.
March 16 at 7:56 pm
Try to use Page header question type. It will simply show whatever you enter at the top of all questions without any form fields. -
Maverick replied to the topic Error Code in Frontend.
March 16 at 7:55 pm
Edit components/com_communitysurveys/models/response.php and remove it at line 190 throw new Exception(JText::_('COM_COMMUNITYSURVEYS_ERROR_SURVEY_TIME_UP').'| RC=8', 403); -
Maverick replied to the topic admin commentary after user filled in survey .
March 16 at 7:53 pm
1. You can use "End of Survey Message" which will be display after user completes survey. You can enter any information in the editor. 2. No. But you can download all responses in a csv and do your own calculations in excel -
Maverick replied to the topic Error Code in Frontend.
March 16 at 10:26 am
Can you please edit your survey and check what is unpublish date value? -
Maverick replied to the topic Permissions problem.
March 16 at 10:26 am
Can you please send me your website details so that I can check it? Please use contactus form to send details.