- Posts: 7
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- All Videos Plugin 2.4 - How To MAKE IT WORK In Remository 3.41+
All Videos Plugin 2.4 - How To MAKE IT WORK In Remository 3.41+
- Rick Estrada
- Topic Author
- Offline
- New Member
Less
More
17 years 8 months ago #39
by Rick Estrada
All Videos Plugin 2.4 - How To MAKE IT WORK In Remository 3.41+ was created by Rick Estrada
Okay I am new to Joomla and trying to learn as i Go. But it Seems That From the other post i read that MAMBOT Plugins are designed to run in Joomla Content. I would like to use the the ALL VIDEOS PLUGIN 2.4 inside my REMOSITORY DESCRIPTION but it just displays the {google}-2894093448203053618{/google} as just text as you can see here
www.subfightertv.com/index.php?option=com_remository&Itemid=8&func=startdown&id=3
But Yet when i try adding the exact same {tag} the exact same way in my CONTENT pages it works perfect as you can see here www.subfightertv.com/index.php?option=com_frontpage&Itemid=1
As i was searching and reading the Forums here and see that it seems that the COMPONENT designer should have added this in to allow for the mambots to work which seems logical as there are a lot of cool MAMBOTS..
forum.joomla.org/index.php/topic,118475.0.html
Here is link to the other TOPIC covering it general as it shows how to get it to work in VIRTUE MART by adding this small snippet of code below
As the post goes on as you should be able to add this to other COMPONENTS for them to Recognize MAMBOTS..
I just could not figure out where to add the code in REMOSITORY 3.41 as i tried a couple of different places but had no luck. So I was hoping someone here got this working since REMOSITORY COMPONENT is a popular add on or had a idea on where to place this code snippet to get it to work.
Any Help Appreciated on how to get REMOSITORY 3.41 and ALL VIDEO PLUGIN 2.4 to work together... thanks
regards
rick estrada
But Yet when i try adding the exact same {tag} the exact same way in my CONTENT pages it works perfect as you can see here www.subfightertv.com/index.php?option=com_frontpage&Itemid=1
As i was searching and reading the Forums here and see that it seems that the COMPONENT designer should have added this in to allow for the mambots to work which seems logical as there are a lot of cool MAMBOTS..
forum.joomla.org/index.php/topic,118475.0.html
Here is link to the other TOPIC covering it general as it shows how to get it to work in VIRTUE MART by adding this small snippet of code below
// start - enable "content type" plugin parsing
global $_MAMBOTS;
$_MAMBOTS->loadBotGroup( 'content' );
$row->text = $template;
$results = $_MAMBOTS->trigger( 'onPrepareContent', array( &$row, &$params, $page ), true );
$template = $row->text;
// end - enable "content type" plugin parsing
As the post goes on as you should be able to add this to other COMPONENTS for them to Recognize MAMBOTS..
I just could not figure out where to add the code in REMOSITORY 3.41 as i tried a couple of different places but had no luck. So I was hoping someone here got this working since REMOSITORY COMPONENT is a popular add on or had a idea on where to place this code snippet to get it to work.
Any Help Appreciated on how to get REMOSITORY 3.41 and ALL VIDEO PLUGIN 2.4 to work together... thanks
regards
rick estrada
Please Log in or Create an account to join the conversation.
- Rick Estrada
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
17 years 8 months ago - 17 years 8 months ago #40
by Rick Estrada
Replied by Rick Estrada on topic Re: All Videos Plugin 2.4 - How To MAKE IT WORK In Remository 3.41+
i really really need this to work with remository as i am using it as my Video Manager i want to embed the videos in the DETAIL DESCRIPTION part of the description...
But can one of the specialist here at least point me in the direction of the file that I need to change and add the snippet above... like does it need to be in the ADMIN/COMPONENTS/com_remository section or Just the COMPONENTS/com_remository section..
any help really be appreciated..
thanks
rick
But can one of the specialist here at least point me in the direction of the file that I need to change and add the snippet above... like does it need to be in the ADMIN/COMPONENTS/com_remository section or Just the COMPONENTS/com_remository section..
any help really be appreciated..
thanks
rick
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
Less
More
- Posts: 1188
17 years 8 months ago #41
by JoomlaWorks Support Team
Hi there!!!
I'm working on that!!! No worries!!!
Just i need a bit of time to do that!
I'm afraid 24 hours for a day are not enough!! ;-)
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks Support Team on topic Re: All Videos Plugin 2.4 - How To MAKE IT WORK In Remository 3.41+
i really really need this to work with remository as i am using it as my Video Manager i want to embed the videos in the DETAIL DESCRIPTION part of the description...
But can one of the specialist here at least point me in the direction of the file that I need to change and add the snippet above... like does it need to be in the ADMIN/COMPONENTS/com_remository section or Just the COMPONENTS/com_remository section..
any help really be appreciated..
thanks
rick
Hi there!!!
I'm working on that!!! No worries!!!
Just i need a bit of time to do that!
I'm afraid 24 hours for a day are not enough!! ;-)
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Rick Estrada
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
17 years 8 months ago #42
by Rick Estrada
Replied by Rick Estrada on topic Re: All Videos Plugin 2.4 - How To MAKE IT WORK In Remository 3.41+
cool man i appreciate it for spending the time to look at it.. as i just not that well with php yet.. and still trying to understand how joomla works.. as i was using phpnuke for the last 4 years.. :o
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- All Videos Plugin 2.4 - How To MAKE IT WORK In Remository 3.41+