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 EasySocial integration with community poll.
September 25 at 11:59 am
Unfortunately that is not possible. If you want to load a poll with voting capability, the stream should support loading javascripts or at least executing content plugins. As far as I know easysocial can support neither of these. -
Maverick replied to the topic create Submit Poll menu button.
September 25 at 11:57 am
Create a new menu item just like any other and select "Community Polls -> Create Poll" as menu item type. -
Maverick replied to the topic Random Polls behaviour.
September 24 at 1:54 pm
The module will load poll in a module position. If you want to use regular component view, just create the menu item and publish it on front-end. -
Maverick replied to the topic comunity polls is strange.
September 24 at 10:45 am
There is an inline JavaScript code is being loaded and it is causing issue. jQuery.noConflict(); jQuery(function($) { $("a.fancybox-button").fancybox({ //padding: 0, //fitToView : false, helpers : { title : { type : 'inside' }, // options: over, inside, outside, float buttons : {} }, afterLoad : function() { this.title = '<b class="fancyboxCounter">Image ' + (this.index + 1) + ' of ' + this.group.length + '</b>' + (this.title ? this.title : ''); } }); }); This code is looking for some jQuery plugin (fancybox) but it is not available on your page. -
Maverick said thank you to Ruud van Lent for his/her reply to the topic CJ user points in Acymailing.
September 23 at 6:56 pm
Hi, just to inform you. The acymailing plugin I created to display CJ user points in a newsletter has been 'picked up' by the development team of acymailing. The new plugin can do a whole lot more :) see screen capture. It is available from their website: https://www.acyba.com/download-area/download/plugin-cjblog.html -
Maverick replied to the topic CJ user points in Acymailing.
September 23 at 6:56 pm
Wow. that looks awesome. Please let me know if there is anything I can integrate in CjBlog itself. -
Maverick replied to the topic uninstalled and now i can't log into the site.
September 23 at 6:54 pm
You are not supposed to remove the files manually. You should simply uninstall the package and it will remove all plugins and modules along with component. Anyway, please this procedure. - Uninstall all Cj plugins from Externsions->Plugins page- Now Uninstall all Cj components- Now uninstall CjLib component -
Maverick replied to the topic CommunityQuiz 4 Documentation.
September 23 at 6:50 pm
Pagination will automatically show if there are more than 1 page. There is no special configuration required. -
Maverick replied to the topic CommunityQuiz 4 Documentation.
September 22 at 4:35 pm
You need to modify the layout file components/com_communityquiz/layouts/default/quizzes_list.php You can add your own styling with this file. -
Maverick said thank you to Cory Sytsma for his/her reply to the topic AcyMailing Plugin URL Display.
September 22 at 4:33 pm
Well, I just went ahead and modified the plugin, and works for me now. With this edit, the new tag would look like: {surveyurl:1|Take the Survey} Replace the text 'Take the Survey' with whatever displayed text you want. Instructions: Edit the following file: <site>/plugins/acymailing/communitysurveys/communitysurveys.php With these changes: Line 129: $match = '#{surveyurl:(.*)|(.*?)}#Ui'; Line 167-172: $start = strpos($oneTag, ':') + 1; $length = strpos($oneTag, '|') - strpos($oneTag, ':') - 1; $sid = intval(substr($oneTag, $start, $length)); $t_start = strpos($oneTag, '|') + 1; $t_length = strpos($oneTag, '}') - strpos($oneTag, '|') - 1; $t_val = substr($oneTag, $t_start, $t_length); Line 186 (used to be 183 before above 3 lines were added): $link = '<a href="'.$link.'">'.$t_val.'</a>'; -
Maverick replied to the topic View Text Responses overlay problem.
September 20 at 5:11 pm
That's the functionality of bootstrap javascript. but your template (or some plugin) overrides the behavior and the standard behavior dont work (all modal boxes are replaced with simplemodal on your page. So you should use the "x" button on the top of the modal. -
Maverick created new article Community Quiz v4.1.0 is released.
September 20 at 2:46 pm
We are pleased to announce Community Quiz v4.1.0 release. This release adds few new features such as redesigned my quizzes page, restrict max questions a user can answer in... -
Maverick replied to the topic View Text Responses overlay problem.
September 20 at 2:33 pm
Please add below code either in your template css file or in media/com_communitysurveys/css/cj.surveys.min.css .simplemodal-container { background-color: #fff !important; padding: 10px; } Now clear your browser and server and reload page. -
Maverick replied to the topic CommunityQuiz 4 Documentation.
September 19 at 1:16 pm
It should be released by next weekend. 27th is planned date. -
Maverick replied to the topic Auto Numbering of Questions.
September 19 at 1:15 pm
This is already implemented and being tested. -
Maverick replied to the topic View Text Responses overlay problem.
September 19 at 3:07 am
Bootstrap can be loaded by your template. If it is not, then you can do it by enabling bootstrap in Community Surveys options. either way, please keep the module in disabled state so that I can check it. -
Maverick replied to the topic CommunityQuiz 4 Documentation.
September 18 at 5:29 pm
List View: You need to override the layout. But I suggest you not to do it. I will add these changes in next release. Options: This is a known issue and is fixed for next release already. -
Maverick replied to the topic Not show users.
September 18 at 5:23 pm
No, that shouldn't be the case, it may be because not all users are synced in Community Answers. Can you send me your website details so that I can check it? -
Maverick replied to the topic Fatal error on jomsocial page.
September 18 at 5:16 pm
Of course, this is not mine. -
Maverick replied to the topic Not show users.
September 17 at 7:30 pm
Go to users page on admin component and click sync button.