Posts Tagged ‘component’
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
Tags: component, How to, Joomla, load, module, outside, template
Posted in Joomla | No Comments »
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;?>&ie=UTF8&output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?q=<?php echo $address;?>&ie=UTF8&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small> [...]
>>read more
Tags: component, directory, extension, Joomla, mosets, tree
Posted in Uncategorized | 1 Comment »
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
Tags: component, configuration, extention, Joomla, payment gateway, payment method, paypal, shipping gateway, shopping cart, standard shipping, Virtuemart
Posted in Joomla, Virtuemart | 1 Comment »
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
Tags: component, extension manager, files, folder, hosting, joomlaXplorer, mambo, mambots, module, phpshell 2.1, plugins, putty, scriptjoomla, SSH, template
Posted in Joomla | 1 Comment »