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 Crosswords Categories Page gone.
September 24 at 7:26 pm
Here is the right code of countItems function of the file -
Maverick created new article CjForum v1.4.0 Released.
September 24 at 3:19 pm
We are pleased to announce CjForum v1.4.0 release. This release includes few new features requested by community along with fixes for bugs reported over last 3... -
Maverick replied to the topic Crosswords Categories Page gone.
September 24 at 3:01 pm
Go to Global Configuration and set error reporting to Maximum or Development. Now access the categories page and see what error it shows. -
Maverick replied to the topic CSS issues in menu.
September 24 at 1:59 pm
1. Your bootstrap js on your site do not have implementation for opening dropdown on mouseover, instead it has default implementation of click handler. Please ask your template developer for possible workaround. 2. The background color is defined by your template bootstrap css. If you want to override it, add below css in your template override css file. .dropdown-toggle {background-color: inherit; color: #777} -
Maverick replied to the topic CSS issues in menu.
September 23 at 3:30 pm
Can you please post your website url? -
Maverick replied to the topic CSS Selector for Survey Panel Icons.
September 22 at 8:22 pm
#cj-wrapper .question-controls a {} -
Maverick replied to the topic image alignment.
September 22 at 5:37 pm
Can I have the survey url so that I can check it? -
Maverick replied to the topic Where can i find the uploaded images.
September 22 at 5:35 pm
Can you please explain in little more details what you are looking for? -
Maverick replied to the topic Remove the test statistic.
September 22 at 12:46 pm
Just delete all responses by going to reports section. Please note that you need to do two step deletion: trash and permananty delete. -
Maverick replied to the topic Registered.
September 20 at 6:35 pm
Please use contact us form to send any details. -
Maverick replied to the topic Registered.
September 19 at 7:27 pm
Done. this feature is implemented in the code. If you want to test it out, please send me a mail using contact us form. -
Maverick replied to the topic Problems with points.
September 19 at 4:38 am
Your installation was not successful hence few DB tables were not created. Installing package again should solve the issue. -
Maverick replied to the topic Error with cjblog component.
September 18 at 2:24 pm
Please install latest version of CjLib component. -
Maverick replied to the topic CJblog integration with Easy Profile.
September 17 at 7:02 pm
Looks like your DB tables are not created, can you please install the package again which can fix this? -
Maverick replied to the topic Responsive.
September 17 at 6:59 pm
Please try enabling "Load Bootstrap CSS" option under component options. -
Maverick replied to the topic Recaptcha "Internal Server Error".
September 16 at 6:13 pm
This looks like your geoip database is corrupted. can you please follow the last faq in below url to restore it? http://wiki.corejoomla.com/Frequently_Asked_Questions -
Maverick replied to the topic Registered.
September 16 at 6:09 pm
If your survey is not anonymous, user id is automatically captured. User ID is mapped to your Joomla users table which will have username and email id stored. The component need not duplicate these values. -
Maverick replied to the topic Survey "auto-generated" results.
September 16 at 10:39 am
This can be possible in Community Quiz. In community surveys there is no such feature present. -
Maverick replied to the topic New question type : free text but with a correct answer (without dropdown).
September 15 at 4:50 pm
There are few challenges with that. like case sensitiveness, spaces etc. but will add basic validations in next release. -
Maverick replied to the topic Registered.
September 15 at 4:49 pm
1. When guests are filling in there emailadress and name, it is possible to create a Joomla user at the same time? No 2. When a user is logged in, is it possible that in CS the name/username and emailadress filled in automatically? It don't fill them but automatically capture the user id if the survey is not anonymous.