Posts Tagged ‘Joomla!’

Add a New Field to Products in Joomla! VirtueMart

Tuesday, June 10th, 2008

Out of box, VirtueMart products have many “fields”, product name, sku, price, etc. If you need an additional field or two for your own business needs, you can do that by changing data model as well as some php code. It’s a bit of work … hope this post can help save you some time […]

Joom!Fish and Extended Menu Module

Saturday, March 29th, 2008

I had installed Joom!Fish on my Joomla! site to support Mandarin Chinese. When Extended Menu module is installed, I got an error like “Deprecated use of Mambelfish …” After some search, I fixed the problem by: “comment line that is line $GLOBALS[ ‘mosConfig_mbf_content’ ] = ‘1’; . This is inside mambots/system/jfdatabase.systembot.php.” Detailed discussion can be […]