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 Manual Latest release discussions Download FireBoard Spread FireBoard!
Videos in Forums (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Videos in Forums
#48116
Videos in Forums 7 Months, 3 Weeks 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:
forum.joomla.org/viewtopic.php?f=470&...p;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
Logged Logged
 
Last Edit: 2008/03/31 23:06 By CET.
 
The administrator has disabled public write access.  
      Topics Author Date
 
Videos in Forums
CET 2008/03/31 22:29
 
thread linkthread link Re:Videos in Forums
CET 2008/05/07 23:20
 
thread linkthread link Re:Videos in Forums
bescunpui 2008/05/13 06:27
 
thread linkthread linkthread link Re:Videos in Forums
CET 2008/05/13 22:29
 
thread linkthread linkthread linkthread link Re:Videos in Forums
bescunpui 2008/05/15 04:37
 
thread linkthread linkthread link Re:Videos in Forums
Extreme_One 2008/09/26 01:10
Go to top