Archive | Joomla RSS feed for this section

Optimize GZIP To Make Joomla Site Load Fast

Compression is a quick and efficient way to save your server bandwidth and speed up your website load time. By adding a piece of PHP code to the top of your Joomla generated Web pages, you can instruct the Web server to compress files for transit to your visitors’ Web browser. This is especially useful [...]

Read more
Joomla CUBE Toolkit 1.1.4 – Jooforge extension

Joomla CUBE Toolkit 1.1.4 – Jooforge extension

CUBE is a Toolkit Library used as framework from our extensions, expanding their capabilities by providing automated tools to check in real-time the presence of updates, generating graphs of statistics, simplifying the user experience, etc. This plugin is required to using all our last generation components and templates, instead is not necessary for the modules. http://www.jooforge.com/en/download/40-cube-toolkit Link to [...]

Read more

Disable currencies converter in Virtuemart

If you want to post the price with the currency that you entered with the product in admin-page, you can do like this : Go to ps_product.php in /administrator/components/com_virtuemart/classes/: – Except this one : $url = str_replace( basename( $url ), $GLOBALS['VM_LANG']->convert(basename($url)), $url ) , disable every convert() function : for example : $value_notax = $GLOBALS['CURRENCY']->convert( $modifier, $product_currency [...]

Read more

Multilanguage Guide for VirtueMart (1.0.13)

by ivo.apostolov on Wed Dec 05, 2007 11:00 pm Hi all, as there are plenty of requests how to make VirtueMart multilanguage, I decided to open a thread, where most of the things will be explained. To have the Future of E-Commerce running on your site you should do some simple steps. Link to this [...]

Read more