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.


Recent activity
  • Maverick replied to the topic User Profile System.

    July 9 at 4:55 pm

    What you have done is correct, it should display the user profile page from CB. Can you let me know your website details using contact us form so that I can check it?

    9 years ago

  • Maverick replied to the topic Borders.

    July 9 at 4:52 pm

    I believe your template css is overriding them. where can I see your survey?

    9 years ago

  • Maverick replied to the topic Choose single image question do not work.

    July 9 at 4:44 pm

    Can you please check if the folder media/communitysurveys/images/ exists and your images are being added in it?

    9 years ago

  • Maverick replied to the topic Latest articles for a specific user?.

    July 9 at 2:44 am

    You can hardcode the logged in user id if you wish. edit components/com_cjblog/views/articles/view.html.php and find case 'latest_articles': $articles = $model->get_articles(array( 'published'=>1,  'pagination'=>true,  'limitstart'=>$limitstart,  'limit'=>$limit,  'catid' => $catid, 'max_cat_levels'=>$max_cat_levels, 'order'=>'a.created',  'order_dir'=>'desc')); Change it to case 'latest_articles': $articles = $model->get_articles(array( 'user_id'=>$user->id, 'published'=>1,  'pagination'=>true,  'limitstart'=>$limitstart,  'limit'=>$limit,  'catid' => $catid, 'max_cat_levels'=>$max_cat_levels, 'order'=>'a.created',  'order_dir'=>'desc'));

    9 years ago

  • Maverick replied to the topic central question pool ?.

    July 8 at 5:32 pm

    Yes, but not straightforward way. You can create as many quizzes as you need in a category with all questions related to the category. Now create category quiz which can display questions posted in all quizzes of that category.  If you do not want multiple quizzes, you can have just one category quiz and add all questions in it. Now you can choose to display how many questions per page, randomly etc.,

    9 years ago

  • Maverick replied to the topic central question pool ?.

    July 8 at 5:32 pm

    Yes, but not straightforward way. You can create as many quizzes as you need in a category with all questions related to the category. Now create category quiz which can display questions posted in all quizzes of that category.  If you do not want multiple quizzes, you can have just one category quiz and add all questions in it. Now you can choose to display how many questions per page, randomly etc.,

    9 years ago

  • Maverick replied to the topic How to create a Hint button for a question.

    July 8 at 2:41 pm

    I suggest you to use the description of the question and answer explanation itself to add your links. You can use your Joomla editor to format the content in HTML.

    9 years ago

  • Maverick replied to the topic How to list all member users in a page .

    July 8 at 2:39 pm

    Please send me your website and admin user details using contact us form, I will check it.

    9 years ago

  • Maverick replied to the topic Advance Search Function.

    July 8 at 2:22 am

    That might be a javascript or css issue on your page. Those buttons should open dropdown menu. Let me know where I can see the issue.

    9 years ago

  • Maverick replied to the topic Flash Card System.

    July 8 at 2:21 am

    Thee is already an image type multiple choice questions present. Please check it on demo. However it is not exactly similar to flashcard type.

    9 years ago

  • Maverick replied to the topic Survey Titles Not Saving.

    July 8 at 2:19 am

    Hi Donna, Can you send me a sample survey url to check it? If credentials needed, please send them through contact us form.

    9 years ago

  • Maverick replied to the topic Community Surveys Conditionals.

    July 8 at 2:18 am

    Unfortunaly that scenario is not possible at this time. The rules will depend on answers in immediately submitted page. So they do not take the previously submitted responses while calculating the next page. However I do see the value in rendering multiple pages based on previous responses. The only concern is it is a very complicated and confusing behavior if there are multiple rules on multiple questions and multiple pages. And obviously previous button will not work when rules are enabled. I will work on this feature for CS v4.

    9 years ago

  • Maverick replied to the topic CJBlog integration with JomSocial.

    July 8 at 2:10 am

    Unfortunately thats not possible. CjBlog is a component just like JomSocial. It cannot be displayed inside JomSocial.

    9 years ago

  • Maverick replied to the topic Disable Guest Activity on Jomsocial Stream.

    July 8 at 2:09 am

    Set the accesslevel of Community Quiz - Quizzes plugin to registered user group.

    9 years ago

  • Maverick replied to the topic Community Surveys Conditionals.

    July 6 at 5:12 pm

    I believe what you mean by enable/disable pages is same as skip page. There is a conditional rule to skip complete page based on the answer given to a question on current page. Say for example, you have 10 pages of 5 questions each following are some of the rules you can configure -> If user selects answer A for question 2 in page 1 then do not show page 2 -> If user do not select answer A for question 2 in page 1 then do not show page 2 -> If user answer the question (select any answer) then do not show page 2 -> If user do not answer the question then do not show page 2  

    9 years ago

  • Maverick replied to the topic CJBlog integration with JomSocial.

    July 6 at 5:08 pm

    Following are the integrations you can do. 1. User avatar: Go to Components->CjBlog->Options->Integration tab->Select User Avatar System as JomSocial2. User profile linking: Go to Components->CjBlog->Options->Integration tab->Select User Profile System as JomSocial  

    9 years ago

  • Maverick replied to the topic Survey choose image.

    July 6 at 5:04 pm

    Make sure your installation has media/communitysurveys/images folder created and has write permissions.

    9 years ago

  • Maverick replied to the topic Any Toolbar in CJblog control panel.

    July 6 at 5:03 pm

    On top right corner, I can see something like Parameters, probably its the options in your language.

    9 years ago

  • Maverick replied to the topic How to list all member users in a page .

    July 6 at 5:01 pm

    No permission needed. Check: 1. If you have excluded any user groups in Components->CjBlog->Options->Features tab 2. Have created CjBlog Users Layout menu item

    9 years ago

  • Maverick replied to the topic Advance Search Function.

    July 6 at 4:58 pm

    You don't need to do anything. The advanced search link is automatically displayed on your toolbar. If you want to add cjforum to your Joomla smart search results, enable CjForum Smart Search plugin in your plugin manager.

    9 years ago

Powered by CjForum