How to personalize the Order Confirmation Email Template in Virtuemart

The Order Confirmation Email template defines the layout of the email being sent to the user after he/she placed an order. Sometimes you may want to personalize this email being sent out to fit your needs. STEP 1 Locate the email template in the following directory administrator/components/com_virtuemart/html/templates/order_emails/email_english.html. Remember the language at the end of the file email_your_language.html , the filename with the default language of your Virtuemart Installation is usually the file that needs to be edited. ...

April 6, 2018 · 1 min · 176 words · icarnaghan

How to prevent Firefox from loading/displaying images from a website

Open Firefox Click on Edit->Preferences (In windows Tools->Preferences) Click on the **Content Tab ** Uncheck the ‘Load images automatically’ checkbox Click on Close Now everytime you load a website, no images will be loaded

April 6, 2018 · 1 min · 34 words · icarnaghan

How to put a site offline in Wordpress

Install the Site Offline or Coming Soon plugin found by visiting this link http://wordpress.org/extend/plugins/site-is-offline-plugin/ Use this plugin to enable/disable site offline mode. When Site offline Mode is enabled regular visitors of your site will see a page(you can edit that page by going to settings->Site Offline Mode) and you as a admin can make and test safe changes to your site. Very helpful for those developers who need coming soon pages for there sites. ...

April 6, 2018 · 1 min · 74 words · icarnaghan

How to re-open a tab you just closed, using Firefox

What happens if you accidentally closed a Tab in Firefox and the information on that page was important? Press CTRL+SHIFT+T together and Firefox will automaticcaly re-open the last closed Tab, you can always press this key combination multiple times to re-open previously closed tags.

April 6, 2018 · 1 min · 44 words · icarnaghan

How to remove 'Welcome to the Frontpage' title in Joomla! 1.5

STEP 1 Go to your Joomla! 1.5 Administration (Backend) eg. www.yoursite.com/administrator and login with your username and password STEP 2 Click on Menu -> Main Menu and select the Home page link STEP 3 On the left hand side you’ll see the Parameters Options. Select Parameters - System on the Left Hand Side and next to Page Title you’ll see stands “Welcome to the Frontpage”. Remove it and enter custom text. Or if you don’t want any text to be displayed on Home Page simply select Parameters - Component and set Show Article Title to No. ...

April 6, 2018 · 1 min · 96 words · icarnaghan

How to remove "Owned by ixsso.dll, [email protected]" when loading Joomla! site

What do you do when you open your Joomla! website and the site is replaced by Owned by ixsso.dll, [email protected], now the Question is how to remove Owned by ixsso.dll , [email protected] or how to repair Owned by ixsso.dll, [email protected]. Owned by ixsso.dll [email protected] STEP 1 This means that your site has been hacked. Hopefully you have a Backup of your entire Joomla! site. Locate your FTP details and login to your Site via FTP. In the root directory locate the index.php file and replace it with the index.php file from your Backup of your Joomla! site. If you don’t have a Backup (Please always have a Backup ready!) of your Joomla! site, find out exactly what version of Joomla! you have or had. eg. Joomla! 1.5.3 or Joomla! 1.0.13. Download the complete Joomla! installation package from www.joomla.org (Remember to download the same version that you used for the site that was being hacked). Extract the Joomla! installation, replace the index.php file of your site with the index.php file from the Joomla! installation that you have just exstracted. Now your site should work again as ussual. ...

April 6, 2018 · 2 min · 220 words · icarnaghan

How to remove Article Filtering in Joomla! 1.5.* when having a menu item with type "Display a list of Categories in a Section" or "Section Layout"

If you have a menu item with type “Category List” then it’s under the Basic Parameters options. More on this click here Unfortunately there isn’t an easy option for this yet in type “Section Layout”. To remove the Article Filtering option you need to do some code modifications. Locate the following filecomponents\com_content\views\category\tmpl\default_items.php Replace the following line with it should be on line 16 Save the file Reload the page and the problem should be solved. NOTE: Maybe in future this will be possible via the Joomla! Administrator backend. When article was published our current Joomla! version was 1.5.10 ...

April 6, 2018 · 1 min · 98 words · icarnaghan

How to remove the "Community: About Community Builder" Button when editing your Profile in the Front End using Community Builder

STEP 1 In the back end and click on COMPONENTS->COMMUNITY BUILDER->TAB MANAGEMENT STEP 2 Click on Menu to edit STEP 3 In the Parameters Section clear all the Text next to First Menu Name Save and the Community Builder Button will now disappear if you refresh your page.

April 6, 2018 · 1 min · 48 words · icarnaghan

How to remove the "Filter Option" to search for specific articles in the Category List layout Joomla 1.5.*

If you have chosen the Category List as your Menu Type for the menu item the filter option is usually on by default. To remove this option , simply open the Menu Item and locate to the Parameters option on the right hand side of the screen. Open the Parameters option and there will be an option to hide or show the filter. eg. Filter: x HIDE x SHOW

April 6, 2018 · 1 min · 69 words · icarnaghan

How to remove the border around the PDF, PRINT and Email link icons in Joomla!

If you have a Joomla! Template and there is a border around the Small PDF, Print and Email icons and you wish to have the border removed and don’t know how, then this tutorial could help you. STEP 1 Locate the Default templates *.css file, sometimes it’s called template.css. The easiest way to find this is to access the Template Manager in Joomla!. In Joomla! 1.5 it’s under Extentions->Template Manager. Select the current template and click on the Edit Button. And then select Edit CSS. Select the templates *.CSS file and click on edit. Joomla! 1.0.x should be similar just the Template Manager would be under Site->Template Manager->Site Template ...

April 6, 2018 · 1 min · 144 words · icarnaghan