Currently Browsing: fixes

How to add class “last” to last menu item (li) in Joomla 1.5 (mod_mainmenu)

Create new file default.php and place it in /[your_template]/html/mod_mainmenu/, add next content to it: (more…)

Unable to log into Front end and Administrator Panel of Joomla with correct login and password

Today, I’ve fixed another problem with Joomla. My client was unable to login to Joomla Administrator Panel with his correct login and password (and Super Administrator rights). Solution of this was very easy. (more…)

Conditional comments for Internet Explorer

Conditional comments only work in Explorer on Windows, and are thus excellently suited to give special instructions meant only for Explorer on Windows. They are supported from Explorer 5 onwards, and it is even possible to distinguish between 5.0, 5.5 and 6.0. (more…)

Solution for Shipper List bug(error) in VirtueMart(Joomla) Admin Panel

Guys from VirtueMart Development Team still didn’t fix next error:

Warning: Missing argument 2 for vmGet(), called in …/administrator/components/com_virtuemart/classes/ps_shipping.php on line 138 and defined in …/administrator/components/com_virtuemart/classes/request.class.php on line 26

Fix is next: (more…)