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 Page with poll reloads.
August 21 at 2:43 am
Do you have any custom code changes? -
Maverick replied to the topic Poll redirecting does not work.
August 21 at 2:40 am
As far as I can think, these changes are sufficient except the last code. In your javascript, you should get the redirect url stored in the hidden element and send user to it. JavaScript code: poll_url=$('.' + container).find('#redirectUrl').val(); -
Maverick replied to the topic Language translation.
August 21 at 2:31 am
Is your site configured for multi-language? Adding the language file itself is not sufficient, Joomla has a defined procedure to create a multi-language site. https://docs.joomla.org/Adding_multi-language_support -
Maverick replied to the topic Not correct percentages on votebars.
August 20 at 4:49 pm
Its the bug in language string. Edit your language file (languages/en-GB/en-GB.com_communitypolls.ini) and find COM_COMMUNITYPOLLS_SR_ONLY_PCT_COMPLETE="%1$s%% votes" Change it to COM_COMMUNITYPOLLS_SR_ONLY_PCT_COMPLETE="<span class='votecount'>%1$s%%</span> votes" -
Maverick replied to the topic RC 15: You do not have enough credits available to create survey urls.
August 20 at 4:36 pm
That means you have enabled points for survey credits but the user do not have enough points to purchase survey credits. If this is not expected, set 0 as value to points per credit option in Components->Community Surveys->Click on Options button on toolbar->Third Party Settings -
Maverick replied to the topic Why so many "pending" status.
August 20 at 3:10 am
Sorry, javascript attachments not supported, zip it and attach it. Otherwise, just search for below code: $('#btn_save').click(function(){ And the desired code is just after 5 lines that. -
Maverick replied to the topic "RC 4: Please login to continue" error .
August 20 at 3:08 am
As discussed on email, please send me your website credentials. -
Maverick replied to the topic Why so many "pending" status.
August 19 at 3:01 pm
Unfortunately I cannot reproduce this. But please try this change which may help. edit media/com_communitysurveys/js/cj.surveys.min.js line 856 $(this).button('loading'); remove this line. -
Maverick replied to the topic INTRO IMAGE IN ARTICLE SUBMISSION.
August 19 at 11:39 am
Just use JCE editor, it can do what you want, just like the editor I am typing this reply. -
Maverick replied to the topic Cannot Add Image Answers to Image Type Questions.
August 19 at 2:40 am
Please send me that user login details so that I can test it. -
Maverick replied to the topic Why so many "pending" status.
August 19 at 2:39 am
I am able to take the survey. Do you know only public users are taking survey or any pattern that you notice with failed users? -
Maverick replied to the topic How to auto publish a Post.
August 19 at 2:37 am
1. Go to Components->CjForum->Click on Options button on toolbar->Permission Settings tab2. Disallow "Moderate Topics" and "Moderate Replies" permissions for the user groups. -
Maverick replied to the topic Error creating a Poll .
August 19 at 2:35 am
Please send me the details using contact us form so that I can check it. -
Maverick replied to the topic Translation - PT-BR.
August 19 at 2:34 am
This is a known bug in jQuery validation library. It will display the component defined message when validation failed for first time. But the library displays its message afterwards. -
Maverick replied to the topic Cannot Add Image Answers to Image Type Questions.
August 18 at 5:15 pm
You haven't added any answers to the question, I just added a sample answer with image and it shows fine. -
Maverick replied to the topic Why so many "pending" status.
August 18 at 5:07 pm
Can you send me your survey invite so that I can try that? -
Maverick replied to the topic INTRO IMAGE IN ARTICLE SUBMISSION.
August 18 at 5:06 pm
Unfortunately that's not possible. Joomla article images field do not accept fileupload input box. This is not limitation from CjBlog but Joomla itself as the article creation is handled by Joomla itself. However you can use your editor's image select button to attach local images. -
Maverick replied to the topic time to reply question.
August 18 at 5:04 pm
We cannot set time limit for each question, however can do the same for each page. If there is only one question on each page, it is same as setting time for each question. Will add this to my to-do list. -
Maverick replied to the topic Error creating a Poll .
August 18 at 5:02 pm
I can see you have not yet added any answers, that could be the error. Why error is not shown - most probably it could not find translation string. -
Maverick replied to the topic Install Problems.
August 18 at 5:01 pm
As I instructed over mail, please install the component again and it should create the menu item.