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 Invalid-Keys message, and cannot hide the title.
August 30 at 2:51 pm
1. Did you configure your reCaptcha plugin with your reCaptcha API keys? 2. The component options title setitng does not apply to random poll module, the module has... -
maverick replied to the topic Parameters for publishing a question.
August 29 at 7:12 pm
Unfortunately, the publishing options are handled by Joomla which still utilizes Bootstrap2 classes unless your template implements them on their own style. Hence I made that... -
maverick replied to the topic Issue loading images in question description translation.
August 29 at 5:03 pm
This is a bug. Since there is no visible character present in your translation, it is showing empty. However, your translation will be saved to the database and will work fine... -
maverick replied to the topic Issue loading images in question description translation.
August 29 at 3:23 pm
Please try adding closing tag for the image. For example <img src="/.." /> -
maverick replied to the topic Parameters for publishing a question.
August 29 at 3:21 pm
The publishing options are rendered by Joomla. Further, the layout can be overridden by the individual templates. If your template overrides the layout, you need to fix it. -
maverick replied to the topic Language constant.
August 29 at 1:15 pm
These are related to the form page. On the form page admin language file will also be loaded. So they can be in the admin language file. -
maverick replied to the topic Language constant.
August 29 at 6:15 am
This is the direct URL to the respective answer. This URL is used for Google structured data. -
maverick replied to the topic Language constant.
August 27 at 1:36 pm
It should be there in frontend language file. If it is missing in your language file, add below string -
maverick replied to the topic Update log.
August 23 at 6:36 pm
It's in the documentation page. https://docs.corejoomla.com/community_answers_changelog -
maverick replied to the topic Placeholders - Certificates.
August 23 at 5:16 pm
Please post the feature requests at https://www.corejoomla.com/suggest-an-idea.html -
maverick replied to the topic Community Quiz: Immediate, On-Page Answers?.
August 18 at 7:05 pm
Due to the unexpected situations in recent, the development could not continue as expected. However, it is now put on track. The new version will be soon released, however,... -
maverick replied to the topic Community Quiz Beta Reports.
August 18 at 7:03 pm
This is 8 year old topic. CQ is already live. Please do not post on very old topics, instead create your own. -
maverick replied to the topic reply notifications.
August 15 at 5:03 am
You need to write a small user plugin to insert the record whenever the user is created. Please see CjForum user plugin code which does similar thing to initiate the user in... -
maverick replied to the topic reply notifications.
August 14 at 2:16 pm
Although I do not suggest you to force the notifications to all existing users, here is the way you can do it. execute sql query in your mysql client. INSERT... -
maverick replied to the topic attached files.
August 14 at 2:11 pm
As discussed with you, the issue is resolved after upgrading to the latest version. -
maverick replied to the topic Language constant.
August 14 at 1:10 pm
These are already available administrator/language/en-GB/en-GB.com_communityanswers.ini COM_COMMUNITYANSWERS_FIELD_CREATED_LABEL="Created Date" -
-
maverick replied to the topic Image magnification.
August 13 at 5:29 pm
To fix this, the following code change is needed. media/com_communityanswers/js/cj.answers.min.js line 104 $('a.gallery').colorbox({'photo': true, maxWidth:... -
maverick replied to the topic reply notifications.
August 13 at 5:15 pm
It is possible to send a notification to only users who subscribe to the categories. The new topic notification type in the plugin options is meant for that. So the choice is...