Author Topic: *MOD* Audio Playlist & Share With A Friend  (Read 14888 times)

trannytelevision

  • Guest
Re: *MOD* Audio Playlist & Share With A Friend
« Reply #30 on: February 09, 2009, 07:33:40 PM »
This is a great mod!! I added a embedded player to post out on other web sites,, and if I past it on a page it wont show the mp3s,, but it does if I'm logged into the site. I removed the must be logged in code on the files,, and still won't play unless I'm logged in.

Thanks,,,

Attached is inner_audio_playlist_main with embed player for cut and past


« Last Edit: April 06, 2009, 10:16:21 PM by On The Air TV »

Tracey12

  • Newbie
  • *
  • Posts: 11
Re: *MOD* Audio Playlist & Share With A Friend
« Reply #31 on: February 09, 2009, 10:06:00 PM »
For some reason when I click on create a playlist. The page that comes up is blank. (http://mediavault.ne-yofan.com/audioplaylist.php?keepThis=true&)

Any suggestions on how to fix this? Thanks. ;)

anax

  • Guest
Re: *MOD* Audio Playlist & Share With A Friend
« Reply #32 on: March 31, 2009, 05:23:41 PM »
download link is not Working :(

anax

  • Guest
Re: *MOD* Audio Playlist & Share With A Friend
« Reply #33 on: April 02, 2009, 06:15:25 AM »
is any 1 have this MOD ? so please Attach in Post i want this MOD please..

trannytelevision

  • Guest
Re: *MOD* Audio Playlist & Share With A Friend
« Reply #34 on: April 06, 2009, 08:39:47 PM »
Hi
Attached is a mod to this mod...

this adds an embed code to the audio play list


anax

  • Guest
Re: *MOD* Audio Playlist & Share With A Friend
« Reply #35 on: April 07, 2009, 06:53:18 AM »
playlist is not MAking :(


trannytelevision

  • Guest
Re: *MOD* Audio Playlist & Share With A Friend
« Reply #36 on: April 07, 2009, 03:52:08 PM »
you have to do the mod first... then add my files...

anax

  • Guest
Re: *MOD* Audio Playlist & Share With A Friend
« Reply #37 on: April 07, 2009, 04:50:26 PM »
yeahh i Edit All Files mention at 1st post by VIDO .. u can check my site www.desimediatube.com

poodawgg

  • Newbie
  • *
  • Posts: 87
Re: *MOD* Audio Playlist & Share With A Friend
« Reply #38 on: April 29, 2009, 08:10:17 PM »
the download link is dead

Alexsilva

  • Guest
Re: *MOD* Audio Playlist & Share With A Friend
« Reply #39 on: May 04, 2009, 10:27:10 AM »
This Mod will allow you to have "Playlists" & "Share With A Friend" on your audio play page
The same as what is currently available for the video play page

To install this Mod you will need to,

  • Upload a few files to your server
  • Add 2 new sections to your database
  • Edit 3 files as detailed below

The zip link is not working. Any other way to download it ?
Download: http://www.jinglenet.net/mymods/audio_playlist_share_friend.zip

Please ensure you read the Read Me file in the download

Files to be edited,

Open /classes/config.inc.php,

Find,
Code: [Select]
$config["tellafriend_email_subject"] = 'Check out this video';
Change to,
Code: [Select]
$config["tellafriend_email_subject"] = 'Check out this link';
Open /templates/main_1.htm,

Find,
Code: [Select]
<span>&nbsp;&nbsp;&nbsp;<a href="videoplaylist.php?keepThis=true&amp;TB_iframe=true&amp;height=580&amp;width=830"  class="thickbox">Video Playlist</a><!--[onload_401;block=span;when [var.show_my_account]=1;comm]--></span>
Add on new line below,
Code: [Select]
<span>&nbsp;&nbsp;&nbsp;<a href="audioplaylist.php?keepThis=true&amp;TB_iframe=true&amp;height=580&amp;width=830"  class="thickbox">Audio Playlist</a><!--[onload_402;block=span;when [var.show_my_account]=1;comm]--></span>
Open /templates/inner_audio_play.htm,

Find,
Code: [Select]
<span> <a href="[var.base_url]/uploads/[var.audio_play]"><img src="images/download.gif" alt="download" width="23" height="24" border="0" align="absmiddle" /></a>&nbsp;&nbsp;<a href="[var.base_url]/uploads/audio/[var.audio_play]">Download </a>&nbsp;<!--[onload_318;block=span;when [var.allow_download]=1;comm]--></span></li>
Add on new line below,
Code: [Select]
<li><span><a href="#middle" onClick="javascript:ahahscript.ahah('audioplaylist_ajax.php?addnew=yes&audio=[var.audio]&none=', 'playlist_ajaxdiv', '', 'GET', '', this);"><img src="images/icon_add_playlist.gif" alt="favs" width="25" height="26" border="0" align="absmiddle" /></a> <a href="#middle" onClick="javascript:ahahscript.ahah('audioplaylist_ajax.php?addnew=yes&audio=[var.audio]&none=', 'playlist_ajaxdiv', '', 'GET', '', this);">Add to Playlist</a>&nbsp;&nbsp;&nbsp;<a href="audioplaylist.php?keepThis=true&amp;TB_iframe=true&amp;height=560&amp;width=700" class="thickbox"><img src="images/icon_new_playlist.gif" alt="favs" width="25" height="26" border="0" align="absmiddle" /></a></a> <a href="audioplaylist.php?keepThis=true&amp;TB_iframe=true&amp;height=560&amp;width=700"  class="thickbox">Create new Playlist</a>&nbsp;&nbsp;
<a href="#middle" onclick="javascript:ahahscript.ahah('tellafriendaudio.php?audio=[var.audio]', 'playlist_ajaxdiv', '', 'GET', '', this);"><img src="images/icon_tell_friend.gif" alt="favs" border="0" align="absmiddle" width="25" height="26" /></a> <a href="#middle" onclick="javascript:ahahscript.ahah('tellafriendaudio.php?audio=[var.audio]', 'playlist_ajaxdiv', '', 'GET', '', this);">Share with friends</a></li>

Find,
Code: [Select]
  <div>&nbsp;</div>
  <div id="CommentBoxPostNew">
    <form id="commentsform" action="javascript:ahahscript.likeSubmit('comments_audio.php', 'post', 'commentsform', 'commentsdiv');">

Add Before,
Code: [Select]
    <!-- Ajax Results Box for playlists etc -->
  <div id='playlist_ajaxdiv'></div>
  <!-- Ajax style end -->


That's it you should be done

Enjoy

Stuart

Alexsilva

  • Guest
Re: *MOD* Audio Playlist & Share With A Friend
« Reply #40 on: May 04, 2009, 10:45:51 AM »

LINK FOR DOWNLOAD DOESNT WORK

This Mod will allow you to have "Playlists" & "Share With A Friend" on your audio play page
The same as what is currently available for the video play page

To install this Mod you will need to,

  • Upload a few files to your server
  • Add 2 new sections to your database
  • Edit 3 files as detailed below

The zip link is not working. Any other way to download it ?
Download: http://www.jinglenet.net/mymods/audio_playlist_share_friend.zip

Please ensure you read the Read Me file in the download

Files to be edited,

Open /classes/config.inc.php,

Find,
Code: [Select]
$config["tellafriend_email_subject"] = 'Check out this video';
Change to,
Code: [Select]
$config["tellafriend_email_subject"] = 'Check out this link';
Open /templates/main_1.htm,

Find,
Code: [Select]
<span>&nbsp;&nbsp;&nbsp;<a href="videoplaylist.php?keepThis=true&amp;TB_iframe=true&amp;height=580&amp;width=830"  class="thickbox">Video Playlist</a><!--[onload_401;block=span;when [var.show_my_account]=1;comm]--></span>
Add on new line below,
Code: [Select]
<span>&nbsp;&nbsp;&nbsp;<a href="audioplaylist.php?keepThis=true&amp;TB_iframe=true&amp;height=580&amp;width=830"  class="thickbox">Audio Playlist</a><!--[onload_402;block=span;when [var.show_my_account]=1;comm]--></span>
Open /templates/inner_audio_play.htm,

Find,
Code: [Select]
<span> <a href="[var.base_url]/uploads/[var.audio_play]"><img src="images/download.gif" alt="download" width="23" height="24" border="0" align="absmiddle" /></a>&nbsp;&nbsp;<a href="[var.base_url]/uploads/audio/[var.audio_play]">Download </a>&nbsp;<!--[onload_318;block=span;when [var.allow_download]=1;comm]--></span></li>
Add on new line below,
Code: [Select]
<li><span><a href="#middle" onClick="javascript:ahahscript.ahah('audioplaylist_ajax.php?addnew=yes&audio=[var.audio]&none=', 'playlist_ajaxdiv', '', 'GET', '', this);"><img src="images/icon_add_playlist.gif" alt="favs" width="25" height="26" border="0" align="absmiddle" /></a> <a href="#middle" onClick="javascript:ahahscript.ahah('audioplaylist_ajax.php?addnew=yes&audio=[var.audio]&none=', 'playlist_ajaxdiv', '', 'GET', '', this);">Add to Playlist</a>&nbsp;&nbsp;&nbsp;<a href="audioplaylist.php?keepThis=true&amp;TB_iframe=true&amp;height=560&amp;width=700" class="thickbox"><img src="images/icon_new_playlist.gif" alt="favs" width="25" height="26" border="0" align="absmiddle" /></a></a> <a href="audioplaylist.php?keepThis=true&amp;TB_iframe=true&amp;height=560&amp;width=700"  class="thickbox">Create new Playlist</a>&nbsp;&nbsp;
<a href="#middle" onclick="javascript:ahahscript.ahah('tellafriendaudio.php?audio=[var.audio]', 'playlist_ajaxdiv', '', 'GET', '', this);"><img src="images/icon_tell_friend.gif" alt="favs" border="0" align="absmiddle" width="25" height="26" /></a> <a href="#middle" onclick="javascript:ahahscript.ahah('tellafriendaudio.php?audio=[var.audio]', 'playlist_ajaxdiv', '', 'GET', '', this);">Share with friends</a></li>

Find,
Code: [Select]
  <div>&nbsp;</div>
  <div id="CommentBoxPostNew">
    <form id="commentsform" action="javascript:ahahscript.likeSubmit('comments_audio.php', 'post', 'commentsform', 'commentsdiv');">

Add Before,
Code: [Select]
    <!-- Ajax Results Box for playlists etc -->
  <div id='playlist_ajaxdiv'></div>
  <!-- Ajax style end -->


That's it you should be done

Enjoy

Stuart

mattkir

  • Newbie
  • *
  • Posts: 2
Re: *MOD* Audio Playlist & Share With A Friend
« Reply #41 on: May 12, 2009, 12:17:31 AM »
Anyone have this mod (original mod URL doesnt work)? Has anyone tried this mod on V3?

poodawgg

  • Newbie
  • *
  • Posts: 87
Re: *MOD* Audio Playlist & Share With A Friend
« Reply #42 on: May 12, 2009, 02:16:27 PM »
Can someone share this mod becuase the original link is not working

Vidoooo

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1661
Re: *MOD* Audio Playlist & Share With A Friend
« Reply #43 on: May 13, 2009, 09:32:32 AM »
I will replace the link as soon as I can

Stuart

sbcjr

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6210
  • I ♥ PHPmotion
    • PHPmotion Mods
Re: *MOD* Audio Playlist & Share With A Friend
« Reply #44 on: May 13, 2009, 09:52:12 AM »
Hey Stuart, good to see you around again!  How are ya?