COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- TIP: Add videos to VirtueMart products - with the help of the AllVideos Plugin!
TIP: Add videos to VirtueMart products - with the help of the AllVideos Plugin!
- Erik Neff
-
- Offline
- New Member
- Personal text is rarely text and never personal.
forum.joomlaworks.net/index.php?topic=78.msg628#msg628
Insert signature here.
Please Log in or Create an account to join the conversation.
- dax702
-
- Offline
- Senior Member
- Posts: 44
forum.joomlaworks.net/index.php?topic=35.0
However, when I go to a product category page in VM, it just shows the mambot tags, no actual video.
Please Log in or Create an account to join the conversation.
- Erik Neff
-
- Offline
- New Member
- Personal text is rarely text and never personal.
Insert signature here.
Please Log in or Create an account to join the conversation.
- dax702
-
- Offline
- Senior Member
- Posts: 44
Please Log in or Create an account to join the conversation.
- djspade
-
- Offline
- New Member
- Posts: 2
www.h3omusic.com/i_am_h3o ... the site in question.
Please Log in or Create an account to join the conversation.
- gmcdrive
-
- Offline
- New Member
- Posts: 2
honestly , I did quite a bit of searching , and came up with a great response regarding how to add all of your plugins to VM category pages :
In your "shop.browse.php" file
Near the top of the file, look for this line (19):
mm_showMyFileName( __FILE__ );
and then add this directly after :
global $_MAMBOTS;
$_MAMBOTS->loadBotGroup( 'content' );
$plug_row = new stdClass();
$plug_params = new mosParameters('');
Then , again in the same file around line 83 take these lines :
echo '<div style="width:100%;float:left;">';
echo $desc;
$plug_row->text = $desc;
$_MAMBOTS->trigger( 'onPrepareContent', array( &$plug_row, &$plug_params ), true );
$desc = $plug_row->text;
so that segment looks like this :
echo '<div style="width:100%;float:left;">';
$plug_row->text = $desc;
$_MAMBOTS->trigger( 'onPrepareContent', array( &$plug_row, &$plug_params ), true );
$desc = $plug_row->text;
echo $desc;
And finally , to make it so you can load videos , tabs , slides ... whatever in your short descriptions. (untested for me as of yet, but videos work 100% on category pages, and I will update if i find any issues) find line 476 which looks like this :
echo $product_cell;
and Add this directly before it:
$plug_row->text = $product_cell;
$_MAMBOTS->trigger( 'onPrepareContent', array( &$plug_row, &$plug_params ), true );
$product_cell = $plug_row->text;
well , That should do it ... Awesome plugins like AllVideos is what makes the opensource universe such a strong community , and although I would love to claim this as my own , i have to give credit to another great site :
www.plainlycode.com Where I found this great way to get videos right where I needed them!
Please Log in or Create an account to join the conversation.
- dbzeroone
-
- Offline
- New Member
- Posts: 1
You are officially my hero!! At least for today :D
Please Log in or Create an account to join the conversation.
- gmcdrive
-
- Offline
- New Member
- Posts: 2
GmC
Please Log in or Create an account to join the conversation.
- tomaerts
-
- Offline
- New Member
- Posts: 2
I think I've found where to place the hack, but i don't know how to modify it soo it works.
The component shows the info like this:
<?php echo $row->description;?>
When i copy the hack above this line like this:
<?php
// start - enable "content type" plugin parsing
global $_MAMBOTS;
$_MAMBOTS->loadBotGroup( 'content' );
$row->description = $template;
$results = $_MAMBOTS->trigger( 'onPrepareContent', array( &$row, &$params, $page ), true );
$template = $row->description;
// end - enable "content type" plugin parsing
?>
<?php echo $row->description;?>
It doesn't show anything. Can anybody help me?
Please Log in or Create an account to join the conversation.
- Chr1s
-
- Offline
- New Member
- Posts: 2
I implemented the lines mentioned by Fotis.
Works like charm!
BUT:
Now my Currncy doenst work anmyore. Where there was "€" before, no there's only "€". What could be the problem?
thanks for your help!
Chr1s
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
Topic Author
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Chr1s
-
- Offline
- New Member
- Posts: 2
I added € as entity.
Just because I'm eager to learn:
Why didn't the € entity work afte I applied the VM-Product-Details-Fix?
Cheers from Germany
Chr1s
Please Log in or Create an account to join the conversation.
- BCK
-
- Offline
- New Member
- Posts: 2
I also had the same issue with the folder... There was no folder created in images/stories/... So I went into the Media Manager via Joomla home menu and I created that folder myself so the path is images/stories/videos. I was under the impression that this folder would by be created when I installed the mambot. Hope I did the right thing.
Long story short... Am I supposed to put the Tags for the Youtube vid into the listing with the "insert/embed"or maybe the ""insert Flash" function on the WYSIWYG editor or something like that. I'm really a bit confused with how to get this working even though I have read the usage directions for this. Many thanks in advance for any help. Thanks
Please Log in or Create an account to join the conversation.
- BCK
-
- Offline
- New Member
- Posts: 2
Please Log in or Create an account to join the conversation.
- Airbrush
-
- Offline
- New Member
- Posts: 1
It seems to duplicate the video files, the order button and pushes everything on the page down. I checked to see if there was any other HTML code in the description window and nothing else exist. Any ideas?
airbrushaction.com/dev/index.php?page=shop.product_details&flypage=shop.flypage&product_id=204&category_id=20&manufacturer_id=0&option=com_virtuemart&Itemid=1
Please Log in or Create an account to join the conversation.
- dropshipdvd
-
- Offline
- New Member
- Posts: 1
Wecome to our website: www.hw925shop.com
Email: This email address is being protected from spambots. You need JavaScript enabled to view it.
MSN: This email address is being protected from spambots. You need JavaScript enabled to view it.
Please Log in or Create an account to join the conversation.
- jazzstage
-
- Offline
- New Member
- Posts: 3
www.plainlycode.com/virtuemart/joomla-plugins-in-virtuemart.html
Please Log in or Create an account to join the conversation.
- Arild Toft
-
- Offline
- New Member
- Posts: 1
the following is described:
"Now just call the plugin from your product description (the long description) in VirtueMart."
Anyone who could explain for me what you do in detail to get this working - how to call the plugin? I tried to insert {tab=Description} but I did not bet a additional tab next to my "more images"
The site I am trying to implement on has the following address
It would be great if anyone could assist me
Please Log in or Create an account to join the conversation.
- active8
-
- Offline
- New Member
- Posts: 2
--> forum.joomlaworks.net/index.php?topic=4056.msg17685#msg17685
Please Log in or Create an account to join the conversation.
- blacksun
-
- Offline
- New Member
- Posts: 1
I'm running Joomla 1.5 and Virtuemart 1.1.0 and I want to get video in my product pages using Allvideos Reloaded.
{EDIT}
I've replaced my original text with the solution, so others can find it.
It was brought to my attention that no hack is required in Virtuemart 1.1.0.
Adding plugin functionality in product descriptions is an included admin option.
DUH.
1- So, first login to your virtuemart component.
2- Select admin --> Configuration and then select the "Global" tab.
3- Under "Frontend Features" there is a section "Enable content mambots / plugins in descriptions?"
Check that box.
4- Click "apply".
That's it.
Took me 2 days and lots of head scratching to find that check box. :-[
lol, at least it works.
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- TIP: Add videos to VirtueMart products - with the help of the AllVideos Plugin!