Display surveys in Joomla! articles
Community Surveys v4 comes with a content plugin which can be used to embed public survey on your Joomla! article. Content Plugin This plugin is designed specifically to add a…
Community Surveys v4 comes with a content plugin which can be used to embed public survey on your Joomla! article. Content Plugin This plugin is designed specifically to add a…
Here are the custom module positions available in survey pages to publish your modules where your template cannot reach. surveys-list-above-toolbarsurveys-list-above-contentsurveys-list-below-paginationsurveys-category-above-toolbarsurveys-category-above-categoriessurveys-category-above-contentsurveys-individual-above-toolbarsurveys-individual-above-content
Map Location question type will allow you to capture the coordinates (latitude and longitude) of the user location or the location entered by the user. To use this question type,…
Introduction Community Surveys has a powerful feature to alter the flow of the survey based on many factors using conditional rules. Conditional rules can be created at each question. Conditional…
How do I create surveys? Community Surveys comes with an easy to use Ajax powered web form for creating survey questions. You can create the surveys from available set of…
Get started with Community Surveys quickly Please refer quick get started guide before reading:https://docs.shondalai.com/community_surveys/quick_get_started_guide_for_community_surveys/ Setting up the component Options: The first part of setting up the application is to configure…
Installation Installing the component is nothing different from standard Joomla component which is explained here: http://docs.joomla.org/Installing_an_extension Setup The setup of component involves the following steps: Author Categories A quote is…
Community Quotes support built in module positions to which you can assign your modules like Adsense ads or any custom module. Below are the module position supported. quotes-common-above-navbar - On all…
v4.2.2 (2023-02-05) + PHP 8.1 support added * Form layout menu shows erorr when SEF is disabled * Fixed PHP deprecation notices * Removed unsued language strings v4.2.1 (2022-08-04) *…
Community Quiz supports following question types Single Selection Radio Buttons This question type is useful in seeking feedback on only one answer from a list of options. Additionally you can…
This guide will help you quickly get started with the extension without any advanced details. We try to make Community Quiz fairly simple component which can be setup and understood…
Community Quiz is not just full featured but also extendable. There are many plugin events the component triggers which you can use to extend the functionality provided by the component.…
There are two ways to display a quiz in Joomla! articles. Using Quiz Form module Open your quiz form module Enter your quiz id in the field provided Add a…
v7.0.1 (19-May-2023) * Fixed finder plugin issue in J4.3 * Fixed issue with missing files in the release package v7.0.0 (16-May-2023) + New: Hotspots Question Type + New: Include articles…
Following module positions can be used to display your modules in custom defined locations. quiz-view-above-quiz-details: Above the quiz details when responding to the quizquiz-view-below-quiz-details: Above the quiz details when responding to the…
Starting v5.0.3, you can add mathematical formulas inside the quiz description, question description, and answers. Community Quiz uses KaTex library to display mathematical formulas and it ships with a copy…
Embed poll in an article using CONTENTPOLL shortcode does not work, I use JCE editor to insert the code. In JCK Editor there is an option called “Process HTML Entities”.…
Quick video tutorial https://www.youtube.com/watch?v=26xUVkddojs Installing Community Polls Please check documentation here: http://docs.joomla.org/Installing_an_extension Configuring Community Polls Please check documentation here. https://www.corejoomla.com/documentation/community-polls/34-step-by-step-guide-to-configuring-community-polls.html What are the ways to create polls? From back-endFrom front-end Basic checklist…
Community Polls now takes Joomla CMS to a new level by introducting Poll Sharing feature for the first time. It not only allow you to share the polls on your…
Community Polls triggers following events on different actions. You can use these events to do additional tasks by developing your own plugins. You need to have basic idea of creating…
Community Polls comes with multiple modules and plugins which can be used to embed a poll on your site anywhere. Here is the brief list. Random Poll module You can…
Community polls support built in module positions to which you can assign your modules like Adsense ads or any custom module. Below are the module position supported. jcp-above-toolbar: Above toolbar…
v5.3.6 (2023-04-15) ^ Replacing legacy API references ^ Replaced JFile/JFolder deprecated wrappers with respective file system function * Fixed component option help labels v5.3.5 (2023-03-22) * Fixed issue with finder…
My urls are not showing alias instead having "component/communityanswers" in their urls even through I have created the menu item It is recommended to create "Community Answers Category Layout" menu…
Introduction Community Answers bounty system allows your users to use thier points to trade for best answers. Users can create bounties on thier questions with any amount of points. The…
This guide will help you quickly get started with the extension without any advanced details. We try to make Community Answers a fairly simple component that can be set up…
Community Answers is not just full featured but also extendible. There are many plugin events the component triggers which you can use to extend the functionality provided by the component.…
v5.3.8 (2023-05-10) ^ Replaced JFile/JFolder deprecated wrappers with respective file system functions ^ Removed deprecated code * Replacing legacy API references * Fixed issue with finder plugun causing error *…
Community Answers has built in module positions where you can publish your ads and modules. This gives great flexibility to insert your custom content/ads without hacking the core. Here are…
Prerequisites: Add the required CjForum API library: require_once JPATH_ROOT.'/components/com_cjforum/lib/api.php'; Now get the profile API: $profileApi = CjForumApi::getProfileApi(); Syntax: getUserAvatar Syntax of the getUserAvatar API call to get full HTML image…