Author: admin
-
Installing and configuring CjBlog
in CjBlogInstallation Installing CjBlog no different than other Joomla extensions. A quick guide is available here: http://docs.joomla.org/Installing_an_extension Configuration Options The first step after installation is configuring CjBlog. Go to Components->CjBlog in your administration control panel (ACP) and click on Options button on toolbar. You will be presented with a popup which has the following tabs. Every option…
-
Implementing CjBlog points system in your component
in CjBlogPrerequisites $api = JPATH_ROOT.’/components/com_cjblog/api.php’; if(file_exists($api)) { include_once $api; //rest of integration code here } Creating XML rules file CjBlog points system requires plugin rule file for users to install on their websites and the respective rule should be triggered from your extension. An example rule file looks like below: <?xml version=”1.0″ encoding=”UTF-8″?> <extension name=”com_communityanswers” type=”cjblog_points”…
-
Create a CjBlog user profile plugin
in CjBlogCjBlog profile can be added with your custom output using CjBlog plugins. Please take a look at the CjBlog plugins for articles to get better understanding of how it works. Here is the brief explanation of how you can create a plugin with simple steps.CjBlog plugin is a standard Joomla plugin with the group cjblog.…
-
Configuring CjBlog points system
in CjBlogCjBlog comes with built-in Points system, it straight forward and doesn’t need to create any rules. You need to obtain the plugin rules file to be installed from the developer who supports CjBlog points system. For most corejoomla products, Joomla! content, system, user and Kunena forum component, the plugins are available on CjBlog downloads section.…
-
Configuring CjBlog badge system
in CjBlogCjBlog comes with integrated badges and points system. We already have corejoomla products integrated and the necessary plugins available for points system and badges system. Apart from corejoomla products, standard Joomla content, User, System and Kunena integrations also available in downloads section. If you would like to integrate your component with CjBlog, please see developer…
-
CjBlog Frequently asked questions
in CjBlogWhen I logged in to front-end, I don’t see submit button. How can I submit articles from front-end? CjBlog uses Joomla article system itself to store your articles instead of reinventing the whole wheel. And Joomla by default do not allow Registered user group to submit articles. You need to be in Author or above…
-
CjBlog Changelog
in CjBlog2.1.0 – 2018-06-03 + GDPR Compliance: Allow users to download their profile and data + GDPR Compliance: Allow users to delete their profile and data + GDPR Compliance: Take user consent with link to privacy url in profile form + Added description about installed packages during installation + Added support for CjForum User “About me”…
-
Assign badges to users from your extension
in CjBlogPrerequisites $api = JPATH_ROOT.’/components/com_cjblog/api.php’; if(file_exists($api)) { include_once $api; //rest of integration code here } Understanding Badges Badges are much like ranks however a user can have multiple badges at a time. For example, a user can have a badge for writing 10 articles, another for 100 articles and another for writing an article with 1000…
-
Community Surveys Changelog
v6.4.0 (08-Feb-2025) + Added button to close in progress responses^ Set default date values in the install script* Import survey json failed with error* Unable to search survey titles on front-end search form* Fixed issue with MySQL null dates v6.3.9 (29-Nov-2024) + Update ChartJS library to latest version^ Fixed UX related issues* Unable sort by…
-
Lotus
in ArchivedLotus framework let you to build native Android apps for your Joomla® powered websites. Use our user-friendly front-end tool to build your first Lotus powered Android app. What is Lotus Lotus is a framework which comes as two main parts. Lotus Joomla! Component: This is a standard Joomla! component which allows you to manage the content…
-
Community Quotes
in ArchivedBuild a community contributed quotes database or use it for your users quote about your services and attract more sales. Get Community Quotes
-
Community Surveys
in ArchivedBuilt on latest Web technologies, Community Surveys is the perfect tool for your business in conducting surveys. Powerful features, skip logic, great looking UI makes it a perfect survey tool for your website. System Requirements CoreJoomla software runs fine on any webserver with minimum system resources. All it require the following software installed. Joomla 3.x,…
-
Community Quiz
in ArchivedWith an excellent Ajax enabled form builder and power-packed features, Community Quiz adds a perfect knowledge base, a tutor or a plain quiz solution to your community website. Video reviews Community Quiz Pro Review by Aleksej (Russian) Get Community Quiz
-
Community Answers
in ArchivedCommunity Answers fits greatly into any community discussion website, be it a question & answers, discussions, knowledge base or technical support system. With great features and performance, it perfectly compliments your community website. Introduction Community Answers is a social discussion tool which can be used as a questions & answers tool, a knowledge base, a…
-
Community Polls
in ArchivedCommunity Polls is your one stop solution if you are looking for great polls extension for Joomla®. Loads of features, beautiful user interface, powerful voting system, rich charting tools makes the top polls extension for Joomla®. This documentation guides you to successfully setup the extension and troubleshoot common problems. System Requirements CoreJoomla software runs fine…
-
CjBlog
in ArchivedIntroduction ౧. CjBlog is a community blogging software for Joomla®. That means it can be useful on websites where you need community participation in creating content. For a personal blogging website for your own needs, CjBlog is not a recommended software. For personal blogs, WordPress does more than you need.౨. CjBlog provides all means of…
-
CjFit
in ArchivedCommunity-driven fitness and wellness app for Joomla!. Fitbit integration with challenges, profiles, personal goals and more. Features Create challenges to encourage users to do more workouts Personal goals Show user workouts in a dashboard Reward users for reaching personal goals and winning challenges Social integrations Email notifications Get CjFit
-
CjForum
in ArchivedCjForum is a Joomla extensions to build community discussion forums and provides tools to create community engagement through social tools such as user profiles, awarding points, providing activity stream of user activity, human friendly avatars. Advantage of CjForum over other free/paid forum extensions Unlike other forum extensions, CjForum built on the basics of Joomla! MVC…