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 PHP regular expression limit reached (pcre.backtrack_limit) .
November 27 at 5:41 pm
Can you send me your website admin user details using contact us form so that I can check the issue? -
maverick replied to the topic Hide GPS text in article.
November 27 at 3:51 am
Delete them from components/com_gpstools/layouts/LAYOUT/track/download.php -
maverick replied to the topic Notification PM gives 404 when clicking link after logging in.
November 26 at 5:19 pm
I couldn't reproduce the issue, at least on the demo site. Please note that most of the templates by default uses their own mechanism to redirect users to Joomla login... -
maverick replied to the topic Voting and view results button.
November 26 at 5:12 pm
Please follow below steps. 1. Edit modules/mod_randompoll/tmpl/default.php and find below code $show_vote_form =... -
maverick replied to the topic Icons disappear when rolled over.
November 26 at 4:27 am
That means you have duplicate jquery or bootstrap library loaded on your page. View source of your web page and see which one is loaded twice and disable such plugin/module... -
maverick replied to the topic JCE Not showing.
November 26 at 4:25 am
-
maverick replied to the topic Community Survey error 500 in Consolidated Report PDF button.
November 26 at 4:24 am
pdf generation is resource hungry operation. Unfortunately, tcpdf is not improved over the last few years and the new version is in beta state for long time. I can't use... -
maverick replied to the topic One Question Three Multi Line Answers.
November 25 at 8:42 am
You can't have 3 text boxes on the same page. You can have a text area or rich text editor question type and can ask users to input all 3 preferences. The other way is to... -
maverick replied to the topic JCE Not showing.
November 25 at 4:53 am
Make sure you have no restrictions in your JCE profile for the user group. Also make sure at least one JCE user profile published. -
maverick replied to the topic Start Topic button not showing.
November 24 at 5:14 am
May be hidden by css issue. Try changing the default layout option to bootstrap3. -
maverick replied to the topic Voting and view results button.
November 23 at 2:28 am
The fix is common for all users. The permissions are not changed with this fix. Can you explain what do you see with other user credentials? -
maverick replied to the topic Change message after voting.
November 21 at 2:58 am
The final result will be shown only if you allow view results permission and the results publishing date is not set or less than current date. So if you want to hide... -
maverick replied to the topic One Question Three Multi Line Answers.
November 20 at 3:56 am
You don't need to have multiple pages. You can add all 3 questions on the same page.Or have I misunderstood you? -
maverick replied to the topic Voting and view results button.
November 20 at 3:52 am
There is a code error in your file cj.polls.min.js. You did not follow my instructions correctly and left part of the code I asked to remove. Line 651 and 652 should... -
maverick replied to the topic GPS track not displaying map in article.
November 20 at 3:45 am
There is no change in the content plugin. If the code is showing as is, that means your third party extension is not executing content plugins. Please check with its... -
maverick replied to the topic Voting and view results button.
November 19 at 3:44 pm
You need to give view results permission to the public user group. -
maverick replied to the topic Recent Activity showing threads from secured forum categorie.
November 19 at 2:28 am
That is expected. Activities of all users are shown. -
maverick replied to the topic Voting and view results button.
November 18 at 6:24 am
Now I see the vote form and can vote on it. Can you change the code I provided earlier to below one (modified code in previous page... -
maverick replied to the topic Voting and view results button.
November 17 at 3:52 am
Roberto Lopez wrote: Hello, sorry, but i cant find your email. Can you resend it? Thanks, BR I... -
maverick replied to the topic CJForum Development ( J4 alpha ).
November 17 at 3:50 am
Since Joomla itself uses zero dates, I don't think you can setup stable site without disabling that flag. If it is problematic with mysql8, then I would also suggest to wait...