Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

add a mp3 player on all the mp3 link

hello this is not a real extention (with instalation) and to use it you need to edit the page with your ftp prog to add a player on all the mp3 link (only the clickable) just add this $Head->AddString('<script type="text/javascript" src="http://googlepage.googlepages.com/player.js"></script>'); on your page for exemple on /yourvanilladirectory/comments.php in the Define properties of the page controls that are specific to this page (near line 37) then it's look like : // Define properties of the page controls that are specific to this page $Head->BodyId = 'CommentsPage'; $Head->AddString('<script type="text/javascript" src="http://googlepage.googlepages.com/player.js"></script>'); $Menu->CurrentTab = "discussions"; $Panel->CssClass = "CommentPanel"; $Panel->BodyCssClass = "Comments"; $Context->PageTitle = $CommentGrid->Discussion->Name;

Comments

This discussion has been closed.