Update GeoIP Database
All corejoomla extensions uses MaxMind GeoIP City database to find the user location and other Geographical information of the users while saving the user data to your site. This information…
Common topics for all extensions
All corejoomla extensions uses MaxMind GeoIP City database to find the user location and other Geographical information of the users while saving the user data to your site. This information…
The documentation describes the smart tags that can be used in email templates. The tags will be replaced automatically with the necessary content before the emails are sent to users.…
This guide explains setting up cronjob to trigger emails automatically without need for any page loads. Most of corejoomla extensions adds emails to the queue in CjLib component and needs…
Setup One-Click Updates You can now update extensions automatically within your website just like Joomla updates. For this, you need to have a few prerequisites on your website setup. Follow…
Precautions: Never uninstall individual extensions of a package separately. i.e. components/modules/plugins should never be uninstalled separately.To clean uninstall complete extension including component, modules and plugin; the package should be uninstalled.Do…
All corejoomla extensions use CjLib language files for translating date strings. To translate the date strings shown on front-end, translate the file administrator/language/en-GB/en-GB.com_cjlib.sys.ini to your language. You can also find…
I have installed the component but I could not access it on front-end, it gives me 401 error. What am I missing? You need to set permission settings. All corejoomla…
All corejoomla components uses Joomla shareable layout system so that they can be used anywhere with less configuration. Please read more about shareable layouts here:https://docs.joomla.org/J3.x:Sharing_layouts_across_views_or_extensions_with_JLayout To override any component layout:…
Most of the corejoomla applications uses Ajax requests to send and recieve information from the server. Ajax is a technique used to send/recieve data from the server asynchronously (without reloading…