How to hide the content on the front page of a Joomla site?
To do this open the the your 1.5. Joomla template index.php
find this line of code:
<jdoc:include type="component" />
and change it to this:
<?php if (JRequest::getVar('view') != 'frontpage'): ?>
<div>
<jdoc:include type="component" />
</div>
<?php endif ?>
How to make an extension to virtuemart which will allow you to add distributors and then chose distributor for each product?
First I’ll try to explain what needs to be achieved. If you have a big online store and you try to remember all your distributors (people and companies which you take your goods from and then you sell these goods to the customers) it won’t be easy. Especially if there are more people working in your online shop. So the issue is that virtuemart doesn’t have distributors support. What needs to be done is write an extension to virtuemart which will add distributors to the menu of modules (manufacturers, tax rates, vendors, ets.).
How to add a link to the manufacturer products for each product in the caregosy browse page in virtuemart?
To do this first read this post:
where it is explained: How to hack Manufacture Name in Virtuemart Browse Page Template?
Велосипедите Robifir
В онлайн магазин getx3m.com вече може да разгледате и поръчате велосипеди Robifir.
Как да направим работещ google sitemap за Joomla сайтHow to create a working google sitemap for a Joomla website
Правилото е просто. Създаваме сайтмап във вида:
The rule is easy. We have to create a sitemap of type:
Как да прочета и променя файлове с разширение „.mo“
За да четете и променяте .mo файлове под Windows трябва да инсталирате dxgettext-1.2.2.exe. Програмата добавя контекстно меню в Windows. След това с десен бутон върху .mo файла и го конвертирате в .po файл, който вече може спокойно да редактирате с Notepad++. След което отново го конвертирате в .mo файл и готово.