News:

Support the VirtueMart project and become a member

Main Menu

Frontpage Modules

Started by zapiy, January 04, 2012, 17:01:44 PM

Previous topic - Next topic

ShowLiFE

Hello
I recently installed this module (Joomla 1.7, VM 2.0.0),  http://extensions.joomla.org/extensions/extension-specific/virtuemart-extensions/virtuemart-products-display/18639 has considerable potential.
How to work horizontally can be seen http://www.termaltrade.si/trgovina
Vertically it http://www.termaltrade.si left position.
Shows: product image, name, brief description, and link more.
You can select a specific category, selected products ....

Best regards Show LiFE

coubilias

First to say that this is a handy module  :)

The only think I would sujest is the addition to the xml file of the following two parts

<params group="advanced">
<param name="cache" type="radio" default="0"
label="Enable Cache"
description="Select whether to cache the content of this module">
        <option value="0">No</option>
        <option value="1">Yes</option>
</param>
<param name="moduleclass_sfx" type="text" default=""
label="Module Class Suffix"
description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
<param name="class_sfx" type="text" default=""
label="Menu Class Suffix"
description="A suffix to be applied to the css class of the menu items" />
    </params>



and

    <fieldset name="advanced">
<field name="cache" type="list"
default="1"
label="COM_MODULES_FIELD_CACHING_LABEL"
description="COM_MODULES_FIELD_CACHING_DESC"
>
            <option value="0">No</option>
            <option value="1">Yes</option>
</field>
<field name="moduleclass_sfx" type="text" default=""
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" />
<field name="class_sfx" type="text" default=""
label="Menu Class Suffix"
description="A suffix to be applied to the css class of the menu items" />
    </fieldset>



in order to be able to use the template overides.

Excellent work and I belive this is going to be need alot.


Maciej

Hey, does anybody know, how to embed the certain I-frame from Youtube into the VM?
For example as a table in the desciption of categories, or somewhere else?
We have some products that have their own vids on Youtube and wonna to use them that way.
Its rather urgent for me to know, so please HELP! ???

PRO

Quote from: Maciej on August 16, 2012, 13:36:34 PM
Hey, does anybody know, how to embed the certain I-frame from Youtube into the VM?
For example as a table in the desciption of categories, or somewhere else?
We have some products that have their own vids on Youtube and wonna to use them that way.
Its rather urgent for me to know, so please HELP! ???

You should be able to paste the source code in the description.

MAKE sure your JCE editor parameters allow it