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 many pages not working after moving to 5.0.1.
February 16 at 4:59 pm
Go to component options, check once and save them. It most probably because of some setting not in the database. -
maverick replied to the topic error when posting questions as guest.
February 16 at 12:48 pm
You are correct, this is because of reCaptcha 2.0 plugin requires the second argument as an array. Earlier string argument was required. -
maverick replied to the topic [solved] version 5: where did 'subscribe to this category' go?.
February 16 at 12:44 pm
Not much. A couple of changes. -
maverick replied to the topic version 5: where did 'subscribe to this category' go?.
February 16 at 7:58 am
Please update to v5.0.1. This is fixed. You can find it in layouts/LAYOUTNAME/category_search_box.php -
maverick replied to the topic Further Kunena Migration WOES....
February 15 at 5:22 pm
I am investigating it. -
maverick replied to the topic "content plugins" not loading with the response layout.
February 15 at 5:16 pm
Community Quiz will fire content plugins with the below code $app->triggerEvent('onContentPrepare', array('com_communityquiz.quiz', -
maverick replied to the topic bootsrap CSS bug (?) report.
February 15 at 5:13 pm
This is not a custom code, this is the extract from bootstrap3 css library. The above code will allow media contents to evenly adjust even when the content is not 100%... -
maverick replied to the topic Multiple Tracks on GPS Tools.
February 14 at 3:56 pm
Unfortunately no. However, a module is available that displays starting points of many tracks on the map. Users can click on the point and see description of the track and... -
maverick replied to the topic Reports Module.
February 14 at 3:55 pm
A simple and easy way is to display the consolidated report module inside and article and you can create Single Article menu item to display it. -
maverick replied to the topic remove Last replied Ballon.
February 13 at 3:36 am
It is added in v3.1.1. was missing in the previous releases. -
maverick replied to the topic Further Kunena Migration WOES....
February 13 at 3:33 am
As discussed in another post, I need your data at least to see what is there. So far I am blindly guessing and going nowhere. At least data from the table... -
maverick replied to the topic guest user error on attachments....
February 13 at 3:31 am
And do you see the missing images actually exist in the folder mentioned in the corresponding table row with the same name? below are the things which must match with... -
maverick replied to the topic validation message.
February 12 at 3:55 pm
You need add language override for the string COM_COMMUNITYSURVEYS_ERROR_RESPONSE_CONTAINS_ERRORS -
maverick replied to the topic remove Last replied Ballon.
February 12 at 3:28 am
rotec wrote: maverick wrote: -
maverick replied to the topic Further Kunena Migration WOES....
February 12 at 3:00 am
the above code is to show the thumbnail for images. PDF attachment is shown as regular attachment. To allow or disallow pdf attachments, use the "Allowed File Types" option in... -
maverick replied to the topic "Catagory" title in "Start a Topic".
February 12 at 2:57 am
components/com_cjforum/models/forms/topic.xml <field id="catid" name="catid" type="categoryedit" extension="com_cjforum" required="true" published="1" ... -
maverick replied to the topic guest user error on attachments....
February 12 at 2:49 am
What I believe is the post type of the attachments is gone wrong. Below is the SQL to query attachments from Kunena. select a.id, a.userid created_by, a.hash,... -
maverick replied to the topic Whoops! cannot limit posts display in a category.
February 12 at 2:44 am
I believe the issue that you are facing is in the category listing page. Because I found the issue in models/category.php which is considering only global configuration... -
maverick replied to the topic Report Post to Moderator.
February 11 at 1:57 pm
Yes, it is already in dev. It will be available in next release. -
maverick replied to the topic Component does not reload responses.
February 11 at 1:56 pm
Please disable send pdf report option in the component options.