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 ?>

Tags: ,

понеделник, юни 22nd, 2009 Други Няма коментари

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.).

› Continue reading

четвъртък, юни 18th, 2009 Други Няма коментари

How to get itemid in Joomla 1.5

just use

$Itemid = JRequest::getInt( ‘Itemid’);

Tags: ,

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:

http://www.pcinvent.info/technology/programming/how-to-hack-manufacture-name-in-virtuemart-browse-page-template

where it is explained: How to hack Manufacture Name in Virtuemart Browse Page Template?

› Continue reading

Tags: ,

понеделник, юни 1st, 2009 Програмиране Няма коментари

Велосипедите Robifir

В онлайн магазин getx3m.com вече може да разгледате и поръчате велосипеди Robifir.

петък, април 24th, 2009 Други Няма коментари

Как да направим работещ 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:

› Continue reading

Tags: , , , ,

сряда, февруари 25th, 2009 Програмиране Няма коментари

Банери за партито на Henry Storch

Tags: , ,

четвъртък, февруари 19th, 2009 Дизайн, Музика Няма коментари

Фрирайд на Голям Перелик

Още snowboard

Tags: , , , , , ,

четвъртък, февруари 19th, 2009 Екип Няма коментари

Клипчета от новия сезон

Още snowboard

Tags: ,

четвъртък, февруари 19th, 2009 Екип Няма коментари

Как да прочета и променя файлове с разширение „.mo“

За да четете и променяте .mo файлове под Windows трябва да инсталирате dxgettext-1.2.2.exe. Програмата добавя контекстно меню в Windows. След това с десен бутон върху .mo файла и го конвертирате в .po файл, който вече може спокойно да редактирате с Notepad++. След което отново го конвертирате в .mo файл и готово.

сряда, февруари 18th, 2009 Програмиране Няма коментари