Documentation on tagging service

dropchew - September 16, 2008 - 06:12
Project:Dash Media Player
Version:5.x-1.0-beta5
Component:Documentation
Category:feature request
Priority:normal
Assigned:Unassigned
Status:postponed
Description

Hi,

I noticed there's a new feature on tagging but can't find any documentation on implementing it. Is there any tutorial? Thanks!

#1

travist - September 22, 2008 - 02:29

Currently there is only a showcase that shows off the tagging service... http://www.tmtdigital.com/node/224

I will try to work up a tutorial shortly, but the short version is you just need to use the following to enable it...

<?php
$params
['taggingenabled'] = 'true';
$params['votingenabled'] = 'false';
print
dashplayer_get_player($params);
?>

#2

travist - September 25, 2008 - 02:44
Status:active» postponed
 
 

Drupal is a registered trademark of Dries Buytaert.