Posts Tagged ‘component’

How to load module in Component or outside the joomla template

Thursday, February 3rd, 2011

This tutorial explain on how to load a module in a component or outside in your joomla template. Here’s how: 1. Setup your module , enabled and set the module position . 2. Copy the file below in any place of your component php file : Need help ? email me @ arni@virtuosomaster.com

>>read more

Mosets Tree Google Map Integration

Monday, August 3rd, 2009

The tutorial explain how to add Google Map in your Mosets Tree component in joomla: Here’s how: Back up joomla files and database. Look for components/com_mtree/templates/m2/sub_listingDetails.tpl.php In line 102 : echo ‘</div>’; Replace with: ?> <div class="row" align="center"> <iframe width="500" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?q=<?php echo $address;?>&amp;ie=UTF8&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?q=<?php echo $address;?>&amp;ie=UTF8&amp;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small> [...]

>>read more

How to show your shipping rate in virtuemart during paypal checkout

Friday, November 14th, 2008

The tutorial explain how to fix an error during checkout using Paypal as your payment gateway and Standard shipping gateway in VirtueMart 1.1.2 in Joomla 1.0.15. During a paypal transaction on your site the received amount didn’t match the order total in your order information email. Here’s the Fix : 1. Login in your admin [...]

>>read more

Can’t delete a file or folder in Joomla (component, module, plugins)

Saturday, February 17th, 2007

If you are installing template, module, component and plugins in joomla or mambo the script will take ownership of the file and you will not be able to delete it using ftp. Here are the three methods on how to delete it:

>>read more