When you found the virtuemart unable to display the product images at the frontpage of Joomla application. You may need to do this:
Goto the directory where you installed Joomla and change the “permission” of /components directory from 777 to 755
The detail can be found in the error log at hosting control panel:
Tags: Joomla error, joomla image not display, virtuamart no images[error]
File does not exist: public_html/500.shtml, referer: http://yourwebsite.com/administrator/index.php?option=com_virtuemart
SoftException in Application.cpp:544: Directory “public_html/components” is writeable by group, referer: http://yourwebsite.com/administrator/index.php?option=com_virtuemart
Firstly, go to the directory path at: administrator/modules/mod_menu
Then modify the file “Helper.php”
Find the section:
/* Help SubMenu */ or text ‘Help’
Delete the word ‘Help’ to make the statement become this:
$menu->addChild(new JMenuNode(JText::_(”)), true);
This will hide or remove the ‘Help’ Menu at Joomla! Administrator Control Panel
You can also change the links or text of the menu, for example:
$menu->addChild(new JMenuNode(JText::_(’Your Link‘), ‘http://www.website-url.com‘, ‘class:help’));
Goto this path:
components/com_virtuemart/themes/default/templates/common/
Open the file: minicart.tpl.php
Find the code:
<a href=”http://virtuemart.net/” target=”_blank”>
<img src=”<?php echo $mm_action_url ?>components/com_virtuemart/shop_image/ps_image/menu_logo.gif” alt=”VirtueMart” width=”80″ border=”0″ /></a>
Just comment out the following codes to disable the image:
Tags: minicart, minicart.tpl.php, mod_virtuemart_cart, remove virtuemart cart logo, virtuemart module<!– <a href=”http://virtuemart.net/” target=”_blank”>
<img src=”<?php echo $mm_action_url ?>components/com_virtuemart/shop_image/ps_image/menu_logo.gif” alt=”VirtueMart” width=”80″ border=”0″ />
</a> –>
Now in Joomla 1.5, you can easily remove the “Joomla! is Free Software released under the GNU/GPL License.” from the default footer.
Just go to Administrator Control Panel >> Extensions >> Module Manager and “unpublish” the “footer module“.
To modify the message to something else
For english website go to the language/en-GB/ directory, edit “en-GB.mod_footer.ini” and change:
FOOTER_LINE1=
FOOTER_LINE2=
However some Joomla! footer need manually edit at default page which located at “templates” directory and normally named as:
With the beta release of Joomla 1.5 many people are wondering if the joomla 1.0 templates will work on the new version Joomla and the answer is “YES”.
All you need to do is before you install the Joomla template, you just need to do the following:
- Log in to the Joomla 1.5 Administrator control panel.
- Choose the “Global configuration” option.
- Select the “Server” tab option
- Choose Enable Legacy Mode
- Save the settings and now you can install the Joomla 1.0 template into Joomla 1.5 CMS.
For the new Joomla version 1.5.7:
- Login Administrator control panel
- At Extensions menu, goto Plugin manager
- Enable “System - Legacy“
If you install a fresh Joomla! 1.5, you will see the “Welcome to the Frontpage” title display on your Frontpage. Sometimes, it is difficult to find where to modify this title text.
The steps will be as below:
This tutorial showing the steps to configure a free VPN (Virtual Private Networks) on Windows XP:
http://www.computernetworkinghelp.com/content/view/41/1/
Tags: microsoft, vpn, WinXP
Goto Start -> Run -> type “Rundll32.exe advapi32.dll,ProcessIdleTasks”
It will run for a bit then your computer should run alot faster.
Enter the following text into it and save.
Tags: free memory, microsoft windows
"Zero" {0} = number = digit = nil = null = nothing = empty = none
Recent Comments