News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Related Categories and Related Products list themselves vertically

Started by fmlk4u, April 05, 2013, 17:22:43 PM

Previous topic - Next topic

fmlk4u

Hi Maik,

For example on the following detailed page I have embedded youtube using Nonumber Sourcere plugin:http://new.keyboard-centrum.nl/nl/winkel/keyboards/arranger-keyboard/tyros-4-xl2012-12-15-16-39-10-detail?showall=1#multimedia
However the problem is when I have to change anything, e.g.update the price and save again, the multimedia is disappeared. Can I avoid such things using your plugin. Will it also work for Joomla 3? I might purchase you plugin when it easy and stable keeps multimedia embedded.

Regards, Fred

fmlk4u

Can I position the youtube via your plugin also into the multimedia tab of the tabbed dialog ?

Regards, Fred

K&K media production

It works fine and you have a lot of settings for the player layout. Look at the demo on

http://extensions.virtuemart.net/products/youtube-detail

This is a tutorial video ... and it is implemented with this plugin

make a custom field position for the video and it will be ever on this position on product detail page

here another example: (choose the trailer tab ... it is this, what you like)

http://www.vp-masberg.de/en/shop/dvds/aikido/aikido-von-a-bis-z-grundtechniken-vol-3-detail.html


atm vm is only for joomla 2.5, but I will update the plugin for new vm versions




fmlk4u

When I purchase the plugin, can I make the position the Multimedia tab? This tabbed dialog is created by the tabber plugin and using 'code':

{tab=Description|grey}


{tab=Specification|grey}

{tab=Accessories|grey}

{tab=Multimedia|grey}

{source} "youtube embed code" {/source}

{/tabs}

So the position I want is "{source} "youtube embed code" {/source}"

How can this be done?
Fred

fmlk4u

On my site I use the Nonumber Tabs plugin. If you can tell me how to define the psotion for multimedia, then I will purchase the extension.
When for an article there is no multimedia it will be like:

{tab=Description|grey}

{tab=Specification|grey}

{tab=Accessories|grey}

{/tabs}

In case I want to add one or more youtubes I will add:

{tab=Multimedia|grey}

{source} "youtube embed code" {/source}

So {tab=Multimedia|grey} is the position.

Thanks for further help.

K&K media production

The normal way is with PHP:

<?php
          $this->position='trailer';
         echo $this->loadTemplate('customfields');
?>

and in Custom Fild settings set the position "trailer" or what you want

but wait, atm I make a new version of the plugin and I hope I can upload it tomorrow

K&K media production

have you tried it with the position?

the new version of my plugin is ready and I hope the extension shop upload it today

fmlk4u

Hi Maik,

I have not had time to get to this issue. I am still very busy entering articles and building the website. It has all to be done in private time during evenings. But I will await your new version. And then I will see to go on after purchasing the plugin. My client was willing to buy the pluging, but I told him that I can better do it, since I have to download it to my PC anyway and install it.

Where, in which php-file must I put the code? I might need some help. But first will dig in it myself.

K&K media production

Hi,

the new version is ready to download:

http://extensions.virtuemart.net/products/youtube-detail

The code must in the template respectively in the multimedia tab, where you have added the youtube code.

fmlk4u

Hello Maike,

I just purchased the plugin and will go to watch the video in the mean time. Your final sentence is not clear to me. But maybe once I installed it I will find out

Regards, Fred

fmlk4u

Hi Maike I installed your plugin and watched the tutorial video. However there is a difference with my use case. My product detail pageas often have a tabbed dialog like e.g. http://new.keyboard-centrum.nl/nl/winkel/keyboards/gw-8e-gw-8l2013-04-07-20-34-59-detail

And sometimes there is a tab "Multimedia" like  http://new.keyboard-centrum.nl/nl/winkel/keyboards/tyros-4-xl2012-12-15-16-39-10-detail?showall=1#multimedia

So I want the custom field of your plugin positioned iunder this tab when it is present for the article. Above you see the code of these tabs. Thanks for your support.

Regards, Fred

K&K media production

Quote
The normal way is with PHP:

<?php
          $this->position='trailer';
         echo $this->loadTemplate('customfields');
?>

and in Custom Fild settings set the position "trailer" or what you want

Quote
The code must in the template respectively in the multimedia tab, where you have added the youtube code.


Regards, Maik