Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard 3rd Party Components
Go to bottom Post Reply Favoured: 0
TOPIC:
#48116
Videos in Forums 3 Months ago  
To allow posting of videos in forums (www.racetime.com), I've been using a plug-in called AllVideos Reloaded. It's really nice, but in order to work inside of a component (Fireboard), it needs an API. I'm not much of a programmer, so I'm not sure where the API code should be inserted.

The developer of AVL has agreed to help in this conversation here:
http://forum.joomla.org/viewtopic.php?f=470&t=245658&sid=a7e65c5494e7f2271cfb4b1556d973c5&p=1252494#p1252494

API Code:
Code:

$output = '';
if (JPluginHelper::importPlugin('content', 'avreloaded')) {
$app = &JFactory::getApplication();
$res = $app->triggerEvent('onAvReloadedGetVideo', array($mediacode));
if (is_array($res) && (count($res) == 1)) {
$output = $res[0];
}
}
CET (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Earnware Support
 
Last Edit: 2008/03/31 23:06 By CET.
 
The administrator has disabled public write access.  
#50246
Re:Videos in Forums 1 Month, 4 Weeks ago  
Little help?

*bump*
CET (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Earnware Support
 
The administrator has disabled public write access.  
#50524
Re:Videos in Forums 1 Month, 3 Weeks ago  
Hey CET,

To allow posting of videos in forums, I use a mambot named flvTV.
I tweaked it to support fullscreen.
To see it in action, check this link.

Have fun!
File Attachment:
File Name: flvtv.zip
File Size: 38989
bescunpui (User)
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#50567
Re:Videos in Forums 1 Month, 3 Weeks ago  
bescunpui wrote:
Hey CET,

To allow posting of videos in forums, I use a mambot named flvTV.
I tweaked it to support fullscreen.
To see it in action, check this link.

Have fun!
File Attachment:
File Name: flvtv.zip
File Size: 38989


By saying "mambot", that makes me think that you're using Joomla 1.0, is that right? I'm using Joomla 1.5, will it still work?
CET (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Earnware Support
 
The administrator has disabled public write access.  
#50626
Re:Videos in Forums 1 Month, 3 Weeks ago  
I am afraid it will not.
I set up a J 1.5 for test and no, it won't work.
Anyway, you should check again with AllVideos Reloaded.

Good Luck
bescunpui (User)
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop