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 Email notification to all registered users for every new poll created.
June 15 at 4:45 pm
Go to Community Polls - Polls plugin and select the options. -
Maverick replied to the topic Error when accessing as Superuser.
June 14 at 8:46 pm
Looks like JomSocial broke the integration API. When I enabled profile component option the page dont load. Avatar works fine but the user profile link does not works. And it is implement just like what they have documented in developer documentation. $jspath = JPATH_ROOT.'/components/com_community/libraries/core.php';if(file_exists($jspath)) { include_once($jspath); $url = CRoute::_('index.php? option=com_community&view=profile&userid='.$userId);} Please ask JomSocial if there is any such API changes which broke the urls. -
Maverick replied to the topic Error when accessing as Superuser.
June 14 at 5:33 pm
Did you installed something else? -
Maverick replied to the topic You are not authorised to take this quiz.| RC=1.
June 14 at 5:32 pm
Duplicate: https://www.corejoomla.com/forum/support/community-quiz/15690-you-are-not-authorised-to-take-this-quiz-rc-1.html -
Maverick replied to the topic pending Survey.
June 14 at 5:14 am
That means the user is not authorized to take survey. -> Check respond permission is given to the user group in the component permissions-> If you are accessing the survey using menu item, make sure survey is public survey -
Maverick replied to the topic RECAPTCHA PROBLEM.
June 13 at 7:21 pm
Below is the error I can see in captcha block: Fehlerhinweis für Inhaber der Website:Invalid site key This clearly shows you have entered wrong reCaptcha API keys in your reCaptcha plugin. Please get correct keys from reCaptcha site and enter them. -
Maverick replied to the topic Export CSV with ";" delimiter instead of ",".
June 13 at 5:40 pm
All text responses are enclosed in double quotes for proper formatting of csv. -
Maverick replied to the topic pending Survey.
June 13 at 5:38 pm
In edit questions page you should see Publish Survey button. Just click on it and it will publish survey. -
Maverick replied to the topic How add attachments for answer?.
June 13 at 5:37 pm
Click on reply button on any of the answer or just click on Post Reply button without entering anything. -
Maverick replied to the topic Suggestion: SURVEY_DESCRIPTION token.
June 12 at 4:38 pm
You can always edit the template and add information or add information while sending invitation. -
Maverick replied to the topic Suggestion: option to turn off "RC" codes.
June 12 at 4:35 pm
At present there is no such option. Will add it optional in future releases. -
Maverick replied to the topic 20 invitations are added to queue and will be sent to the invitees shortly..
June 12 at 4:34 pm
It is released. -
Maverick replied to the topic RECAPTCHA PROBLEM.
June 12 at 4:29 pm
Can you let me know the website details to check it? If login details needed, please send me using contact us form. -
Maverick replied to the topic name username in activity stream jomsocial.
June 12 at 8:07 am
Please install the plugin I sent to you. -
Maverick replied to the topic 20 invitations are added to queue and will be sent to the invitees shortly..
June 12 at 7:48 am
As discussed over email, this is a bug and will be fixed next release. -
Maverick replied to the topic List of Email Tokens.
June 12 at 7:47 am
Yes, survey title is not mentioned in the documentation. All available tokens are given in the default template. -
Maverick replied to the topic How to resize image/thumbnail.
June 12 at 7:45 am
Most probably they are being cached somewhere. Do you use any cache plugin? -
Maverick replied to the topic Get error with Community Surveys Consolidated Report module.
June 10 at 8:03 pm
Try this. Edit components/com_communitysurveys/layouts/default(or bootstrap3)/reports/consolidated.php and find require_once JPATH_COMPONENT_SITE.'/helpers/route.php'; Change it to require_once JPATH_ROOT.'/components/com_communitysurveys/helpers/route.php' -
Maverick replied to the topic How to resize image/thumbnail.
June 10 at 7:56 pm
1. You should be able to change it from Options. There is a CjBlog option to adjust the thumbnail size. 2. I can see the images on your page. Please clear files in /media/com_cjblog/thumbnails folder. 3. Do not change files, if you had changed, install package I sent and use the option I mentioned in pt.1 4. I still be able to access with that link, is there some restriction that only 1 person can access? I am logging out now. -
Maverick replied to the topic Get error with Community Surveys Consolidated Report module.
June 10 at 6:41 pm
What is the CB version you have?