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 Show all map info when selecting a track from the GPX Tracks Module.
February 26 at 3:15 am
Added to to-do list. -
maverick replied to the topic Block access to default fields when to Frontend users.
February 25 at 4:30 pm
Find below code <?php echo $this->form->renderField('published'); ?> <?php echo $this->form->renderField('access'); ?> <?php echo... -
maverick replied to the topic Block access to default fields when to Frontend users.
February 25 at 4:26 pm
Rename the file to default.php and replace it with components/com_communityquotes/views/form/tmpl/default.php -
maverick replied to the topic Posting photo problem.
February 24 at 6:52 am
1. JCE emoticons are saved in uftmb4 encoding. So make sure your tables are set to utf8mb4_general_ci encoding. Otherwise, those special characters won't save. 2. I... -
maverick replied to the topic Start Time is incorrect.
February 24 at 6:48 am
The time will not default to the GMT timezone. While saving the value, it will be saved in GMT timezone but while displaying, it will display as per user timezone settings... -
maverick replied to the topic Error 404 when pre-moderated topic is posted (and few more things).
February 24 at 6:46 am
Post moderation there is no notification, agree. I will take this as a new addition for the next releases. -
maverick replied to the topic Can't set permission to answer multiple times.
February 24 at 6:44 am
Can you post screenshots of the component permission settings and category permission settings? -
maverick replied to the topic Block access to default fields when to Frontend users.
February 24 at 6:43 am
You can hide them using css in the file components/com_communityquotes/views/form/tmpl/default.php -
maverick replied to the topic PDF Report opening error (Acrobat Reader DC).
February 24 at 6:42 am
I don't think updating the tcpdf version solve the issue as there are no such fixes in the latest version compare to the version we are using. It may be related to some sort... -
maverick replied to the topic Posting photo problem.
February 23 at 3:09 am
In the same file remove btn-danger class of the below code <a href="#" class="btn btn-danger btn-delete-attachment" onclick="return false;" style="display:... -
maverick replied to the topic Can't set permission to answer multiple times.
February 23 at 3:07 am
Could you please send me your website details using contact us form so that I can check and fix the issue? -
maverick replied to the topic Error 404 when pre-moderated topic is posted (and few more things).
February 23 at 2:43 am
Change... -
maverick replied to the topic Posting photo problem.
February 22 at 5:35 pm
The issue with the layout file components/com_cjforum/layouts/bs3/topic/replyform.php <form action="<?php echo JRoute::_('index.php?option=com_cjforum');... -
maverick replied to the topic Posting photo problem.
February 22 at 5:29 pm
I can reproduce the issue, working on how to fix it. -
maverick replied to the topic shcema.org structured data - aggregateRating.
February 22 at 5:28 pm
You can use $item->likes and $item->dislikes -
maverick replied to the topic translating "polls anywhere" .tpl file?.
February 22 at 5:27 pm
In your PollsAnywhere code, use template option to customize the template you would like to use. -
maverick replied to the topic Can't set permission to answer multiple times.
February 22 at 5:23 pm
Did you enabled the permission at the question level? Can you try to enable this permission at the Community Answers component options? -
maverick replied to the topic GPSTools : Wappoint name - Comments space.
February 22 at 5:14 pm
This will be fixed in next release. components/com_gpstools/lib/builder/builder.php lne 172 $this->_markers[] = '{lat:'.$wpt['lat'].',... -
maverick replied to the topic Error 404 when pre-moderated topic is posted (and few more things).
February 22 at 5:10 pm
6. I will check and let you know. 8. Set "Inherited" for top level group, "allowed" for child groups. 9. Not possible at this time 10. Usually this is... -
maverick replied to the topic Error 404 when pre-moderated topic is posted (and few more things).
February 22 at 4:03 am
1. I am working on this to reproduce and fix. 2. The bug found in file components/com_cjforum/views/search/tmpl/default.php line 106 $categories =...