I like to share this awesome Jquery calendar plug-in, which I'm using this in one of my project. FullCalendar is a jQuery plugin that provides a full-sized, drag & drop calendar like the one below. It uses AJAX to fetch events on-the-fly for each month and is easily configured to use your own feed format (an extension is provided for Google Calendar). It...
Do you want to redirect the user to any other page, when some task is performed. It is simple and you can do it easily by the following. in controller.php file function force_login(){ $app =& JFactory::getApplication(); $app->redirect('index.php?option=com_users&view=login'); } In the above given example, the users will be redirected to URL ==> index.php?option=com_users&view=login. ...
Create a PHP file on the root of Joomla 2.5.x Include this script at the very beginning of the PHP file, below the PHP opening tag <?php // Script to access Joomla core functionality start define( '_JEXEC', 1 ); define( 'JPATH_BASE', realpath(dirname(__FILE__).'/../..' )); define( 'DS', DIRECTORY_SEPARATOR ); require_once ( JPATH_BASE .DS.'includes'.DS.'defines.php' ); require_once ( JPATH_BASE .DS.'includes'.DS.'framework.php' ); $mainframe =& JFactory::getApplication('site'); $mainframe->initialise(); // script end...
The Joomla! Project is pleased to announce the immediate availability of Joomla 3.0.0. This is the next major release of the Joomla CMS in the Standard Term Support (STS) track. All 3.0 users will need to plan to update to the new versions available in the STS release cycle every six months until version 3.5 is released. These updates are expected to be...
Joomla 3.0 Test Packages are Available Pleased to announce the immediate availablility of Joomla 3.0 test packages Download the Joomla 3.0 Test Package from the below link http://joomlacode.org/gf/project/joomla/frs/?action=FrsReleaseBrowse&frs_package_id=6508 These are intended for developers and testers and are NOT for production sites. G3t R3ady for Joomla 3.0 stable version of Joomla 3.0.0 will be released this Thursday, the 27th of September, 2012. ...
The Joomla! Project is pleased to announce the availability of Joomla! CMS 3 Beta1. Community members are asked to download and install the package in order to provide quality assurance for Joomla 3.0 scheduled for release on September 27, 2012. Joomla 3 will be the next major release of the Joomla CMS, with Joomla 3.0 the first short term support release in its life...
As expected, Joomla 3.0 will be launched in the second half of September, I think many users of Joomla are quite curious about this new version of Joomla and the hottest keywords are "Bootstrap" and "Responsive Design "( adaptive design ). Understand that these concerns were followers of Joomla, did conduct a thorough investigation of the features of Joomla 3.0 we wanted to share with everyone....
Explore Government Websites built with Joomla!® Really surprised by see this. Top Five Countries on the list Italy - 765 | Spain - 211 | USA - 162 | Chile - 135 | Mongolia - 95 Discover over 3161 Government web sites built with Joomla! Click here to discover Source : http://joomlagov.info/ http://brian.teeman.net/joomla/293-the-world-according-to-joomla ...
Joooid is an Android client for Joomla: it has been created to create and manage articles from your Android device. Create or edit articles with Article Editor, you can change title, alias, category, status, access level, frontpage and you can also schedule publishing. Create content with the WYSIWYG with html markup and links, in full screen! Add images and galleries using pictures from...
How to get user group id in Joomla 2.5.x? This tutorial will explain you how to get user group id in Joomla 2.5 Step 1 : Create a function in factory.php (root_folder/libraries/joomla/factory.php) public static function group_id($id = null) { if (is_null($id)) { $instance = self::getSession()->get('user'); if (!($instance instanceof JUser)) { $instance = JUser::getInstance(); } } else { $current = self::getSession()->get('user'); if ($current->id !=...
Hi All, Do you have a topic to discuss related to Joomla? Joomla related topic like - Joomla Core Issues - Joomla Programming - Tutorials - Joomla Security - Joomla Extensions. - Joomla Version Upgrade. Feel free to give us some topic suggestions you may have. ...
The Joomla Project is pleased to announce the availability of Joomla 3.0 Alpha 2 for download. This alpha release is intended primarily for extension developers to test their extensions. More information is available on the Development Site. Don’t use it on production I know this has been said over and over, but please don’t use an alpha on a production site. This release serves two...
This tutorial from tutsforu will guide you to create pagination in Joomla 2.5.x frontend component. Please check the below URL for more info http://www.tutsforu.com/pagination-in-joomla-component.html Comment if you find any issues. ...
The Joomla Project is pleased to announce the immediate availability of Joomla 2.5.4. This is a security release. The Production Leadership Team's goal is to continue to provide regular, frequent updates to the Joomla community. Learn more about Joomla! development at the Developer Site. The update process is very simple, and complete instructions areavailable here. Note that there are now easier and better ways...