How to remember tab with a session at Joomla! backend?

Written on . Posted in .
After I’ve seen different examples on the web (here or here), I’ve found a simple solution by seeing the core components of Joomla!, specifically the “com_content”. After comparing my custom component with “com_content”, I’ve seen that the second loads the system javascript file “/media/system/js/tabs-state.js”, instead of mine that didn’t. So, you just have to insert the below line of code in the main file of your component. Let’s say that our component’s name is “test”. The main file will be “administrator/components/com_test/test.php”.

Cookies Policy Notification Bar v3.0.5 released

Written on . Posted in .

A new version of Cookies Policy Notification Bar - Joomla! plugin has been released.

+ Added   ! Removed   ^ Changed   # Fixed

22-Nov-2016 : v3.0.5 ^ Absolute URLs have been replaced with relative URLs. ^ CSS in the head has been replaced with a custom.css file in the assets folder. The file will be created automatically after the first save of your parameters. [Thank you, Laurent] # Minor bug fixes. (view the full changelog)
Cookies Policy Notification Bar - Joomla! plugin

Why the articles’ links do not opening inside the Monthly Archive?

Written on . Posted in .
As may of you asked about why the articles’ links do not open inside the Monthly Archive we published the below cause. First of all, let’s see what Monthly Archive exactly does. It provides a list of Joomla or K2 content divided into months and years. It is supplied with a lot of features and multiple parameters, improves user navigation and works as a search tool too. It is great for blogs, news portals, journalists, authors, speakers, and any other content based website.

Support Hours v1.3.1 released

Written on . Posted in .

A new version of Support Hours - Joomla! module has been released.

+ Added   ! Removed   ^ Changed   # Fixed

05-Oct-2016 : v1.3.1 # Bug Fixed: The online/offline status text is not displayed after upgrade to version 1.3.0. [Thank you, Vladimir Melton]. (view the full changelog)
Support Hours - Joomla! module

Web357’s Winners in Joomla! Day Poland 2016

Written on . Posted in .
We would like to congratulate the gift winners of Joomla! Day Poland 2016 that have won the Web357 Business Subscription and they have one-year full access to all our commercial products. Hope you enjoyed the Joomla! day in Poland and you had a good time with people of one of the greatest community in the world, the Joomla! Community.

Web357 Framework v1.3.9 released

Written on . Posted in .

A new version of Web357 Framework - Joomla! plugin has been released.

+ Added   ! Removed   ^ Changed   # Fixed

04-Oct-2016 : v1.3.9 + CSS Improvement: The "w357_xsmall_header" class has been added for styling purposes of the extra small headers at the extension parameters. (view the full changelog)
Web357 Framework - Joomla! plugin

Support Hours v1.3.0 released

Written on . Posted in .

A new version of Support Hours - Joomla! module has been released.

+ Added   ! Removed   ^ Changed   # Fixed

04-Oct-2016 : v1.3.0 + NEW Feature: Now you can enter different texts (online/offline status) for each day separately. [Thanks, Peter Kuko]. (view the full changelog)
Support Hours - Joomla! module

Fix 404 Error Links v1.0.7 released

Written on . Posted in .

A new version of Fix 404 Error Links - Joomla! component has been released.

+ Added   ! Removed   ^ Changed   # Fixed

04-Oct-2016 : v1.0.7 # Some issues after an update of a premium version, even if the customer has save correctly the download ID of his order, have been resolved. (view the full changelog)
Fix 404 Error Links - Joomla! component

Create a custom date format for the DateTime Joomla! Module

Written on . Posted in .
We’ve got many support tickets about how to add a custom date format in the DateTime Joomla! module. Below are three easy steps to create your own date format based in your Country. For example, we want to display this date format “dddd, dd-mm-yyyy”, which is for Germany.

Fix 404 Error Links v1.0.6 released

Written on . Posted in .

A new version of Fix 404 Error Links - Joomla! component has been released.

+ Added   ! Removed   ^ Changed   # Fixed

05-Sep-2016 : v1.0.6 # Bug Fixed: mysql_real_escape_string() is a function from the legacy MySQL extension. Replaced with $db->escape(). # Bug Fixed: There are empty redirect links after importing from com_redirect Joomla! core component. # Bug Fixed: The Error URLs with double or single quotes are now allowed. # Bug Fixed: If the array of Error URLs is empty there was a PHP warning error "PHP Warning: Invalid argument supplied for foreach() ". + Some folders like "cache/" should be avoided. [Thank you, Georgios] ^ The default PHP function to sending emails "mail()", has been replaced with "JFactory::getMailer();". [Thank you, Dan]. ! Unnecessary comments have been removed. (view the full changelog)
Fix 404 Error Links - Joomla! component