PDA

View Full Version : Mini Mods - MP3 Playlist , Player from YoBroMoFo


TimberFloorAu
09-03-2008, 10:00 PM
Mp3 Playlist Flash Player

If you do not click INSTALL no help will be provided.
Do NOT remove Copyright information or our small link !

What is this:?
Ok its The AussieTrance MP3 Playlist Vbulletin Integration.
Its brilliant, fast fun and free. Listen to music whilst on your forum, add to your playlist, remove items, members stay on your forum for longer !


Ok second stab at integrating the www.aussietrance.com playlist player onto your Vbulletin forum.

Please note this is tested on Vb 3.7.x only.

Credits goto:
DigitalJedi ( for help with code )
Gary King ( Your own Vbulletin Powered Page )
All of the members on www.yobromofo.com for putting up with my Guinnea Pig Trials.

Okay.
This is quite extensive but easy to do, just follow the steps.

Step 1.
Create your own vbulletin powered page, and call it: playlist.php
Here is the code I use. Just copy and paste it into notepad, or other text editor, then upload via ftp to your forum root, example ( forum/playlist.php )

<?php

// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);

// #################### DEFINE IMPORTANT CONSTANTS #######################
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'playlist'); // change this depending on your filename

// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array(

);

// get special data templates from the datastore
$specialtemplates = array(

);

// pre-cache templates used by all actions
$globaltemplates = array(
'playlist',
);

// pre-cache templates used by specific actions
$actiontemplates = array(

);

// ######################### REQUIRE BACK-END ############################
require_once('./global.php');

// ################################################## #####################
// ######################## START MAIN SCRIPT ############################
// ################################################## #####################

$navbits = array();
$navbits[$parent] = 'Aussie Trance Playlist';

$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('playlist') . '");');

?>


Step 2.
Creating a Vb Powered Page Template.

Goto admincp>Styles and Templates>Style Manager>Your Style>All Style Options>Add New Template

Title: playlist
Template : add the code below

<center>
<embed
src="http://www.aussietrance.com/playlistplayer.swf"
width="400"
height="145"
allowscriptaccess="always"
allowfullscreen="false"
flashvars="height=145&width=400&file=http://www.aussietrance.com/includes/sources/playlistxml.php?id=$bbuserinfo[field16]&backcolor=0xCCCCCC&displaywidth=125&searchbar=false&showicons=false&showeq=true&showdownload=true&thumbsinplaylist=false&autostart=false&autoscroll=true"
/><br><a href="http://www.aussietrance.com/" target="_new">Create your own FREE music playlist for your profile!</a></center>


Note : In this code it says $bbuserinfo[field16]

This you will need to change after the next step. OK

Step 3.

Admincp>User Profile Fields>Add New Profile Field

Title: AussieTrance.com Vbulletin Playlist ID
Description: Put your AussieTrance.com Playlist ID here.
Max Length of Allowed user input: 100
Field Length: 25
Field Reqd: No
Private Field : Yes
Field Searchable on members List: No
Show On Members List: No

Click Save

Now when you return to the Profile Field Manager screen, take note of the field Number
example field16

Step Four:
Now go back to your template playlist
(find in Styles and Templates, your template search playlist )
Find $bbuserinfo[field16] and change the 16 to your number !

EASY

Step 4.

OK now thats ALL edits done... apart from we now need to edit Navigation Bar.

This is also fairly easy.

In your template:> navbar

Add the code below to the very top of your template

<!--playlist popup-->
<script type="text/javascript">
function openpopup(popurl){
var winpops=window.open(popurl,"","width=450,height=180")
}
</script>
<!--end of playlist popup-->


Scroll down the page, and look for ::
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
</tr>

After add:

<!--menu for playlist-->
<tr>
<td class="vbmenu_option" >
<a href="javascript:openpopup('playlist.php')">My Playlist</a>
</td>
</tr>
<!--end of menu for playlist-->


Save.

Step 5.

Goto FORUMHOME template

find
</head>
JUST before it add.

<!--playlist popup-->
<script language="javascript" type="text/javascript">
<!--
var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){
if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.rand om()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Mat h.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPositi on+',left='+LeftPosition+',scrollbars='+scroll+',l ocation=no,directories=no,status=no,menubar=no,too lbar=no,resizable=yes';
win=window.open(mypage,myname,settings);}
// -->
</script>
<!--end of playlist popup-->


FINISHED !

Now all your users need to do, is goto www.aussietrance.com , join up for FREE.
Search and add tunes to their playlist.

When they are done, they can click My Playlist

They will see:
Add My Playlist to Vbulletin post or Signature

Underneath is their Playlist ID.

Copy the ID.

Come back to your forum, goto UserCP
Edit your Details
Scroll to the bottom, and Paste the ID into the Aussie Trance box.

Thats it.

Now when they are on your site, they can click the Playlist menu item, and their AussieTrance playlist will popup and begin playing.

Its a brilliant CODE. I cannot convert to a product. As it does require template creation and template edits.

Have Fun Ozzy

*** We will be creating a Postbit Addon too ***

SOON


********************** 5th September 2008 **********************
ADDED POSTBIT ADDON

********************** 6th September 2008 **********************
Added Product
This product will display the users Playlist in their profile. It automatically pulls the info from their User Control Panel (fieldx)

Full instructions enclosed. Please read ALL instructions.

To Install ::::::

Decompress the included Zip.

1. upload the product via admincp > Product manager > Upload product ( locate the product within this zip )

2. follow the instructions in the Playlist Install Info , readme.

Done.

TODO::::
Currently this mod pulls the information from your own bbuser info, so when viewing another persons profile, your playlist is shown. Similarly

other users, will see their playlist in your user profile.

We will be looking for a code workaround on this asap.

TimberFloorAu
09-04-2008, 04:11 AM
Reserved ***

Markos
09-04-2008, 01:51 PM
thanks installed

TimberFloorAu
09-04-2008, 09:48 PM
Thanks Markos

We will be adding Proile and Postbit options in the coming days.

Ste

TimberFloorAu
09-05-2008, 06:50 AM
Modification upgraded.


******************
* Postbit Integration *
******************

1 template to edit.
add small code.
Click save

How to?

download and unzip Postbit_playlist_addon_YBMF

Follow the instructions.
Copy the code and paste into your postbit_legacy ( should work exactly the same for postbit )

Ensure you edit the field id to match the field id you created when installing our Playlist Modification.

Save.

RUN !

Job done.

What will happen?

Okies, if a user has a playlist saved in their userpanel, the My Playlist text will appear in their postbit. If they dont... nothing will appear !

Simple !
Fun !
Easy !
Fast !

Say no more :)
Enjoy.
Those not clicking install, sorry we cannot help with technical issues.

Ozzy

We will be adding code to Play others Playlists in postbit too. ( to follow )

Preech
09-05-2008, 09:44 PM
Sounds like a interesting mod. Just might be what I need.

TimberFloorAu
09-05-2008, 10:03 PM
Thankyou. :)

We are still improving this mod, and will notify all installed members , as soon as possible.

JesusLiv3s
09-05-2008, 10:30 PM
Keep up the good work buddy, I'm not going to install just yet, as I'd like you wait until you finish integrating it with everything properly, but I would definitely install it when your done.

TimberFloorAu
09-06-2008, 01:25 AM
Thanks Mate.

I have upgraded the player today, in popout with css.

If anyone would like to try it. 3 changes necessary

a css file included for you to upload to your forum/css directory

Locate the playlist template you uploaded and replace the code with the following code.


1. upload the enclosed playlist.css to your forum/css directory.
2. copy the enclosed playlist ( template ) text into your Styles&Templates>your template>playlist --- template that you created.
*****Be sure to change the css url to point to your css url*****

Example : www.yourwebsite.com/forum/css/playlist.css

3. goto styles and templates>your style>navbar

Find:<!--playlist popup-->blah blah blah <!--end of playlist popup-->

replace with

<!--playlist popup-->
<script type="text/javascript">
function openpopup(popurl){
var winpops=window.open(popurl,"","width=420,height=250")
}
</script>
<!--end of playlist popup-->

Sorted.

You may wish to change the top url, in the playlist player. Thats FINE :)
Please dont change the bottom link under the playslist player, as this gives other members of yours the link to www.aussietrance.com to create a playlist .


Now Player Customization.

Search for backcolor=0xff9900 in the playlist_template_change within the zip I have just uploaded.
This is the hex colour for your player.
This can be changed to ANY hex colour you want.

Please note you will need to change background colours in the css file you uploaded.

Look for: background: #000000; and change to a hex colour that suits your style.

Hope that Helps :)

More updates will be added.

FiMeTi
09-07-2008, 11:06 AM
Looks nice man .. good job

TimberFloorAu
09-07-2008, 08:00 PM
If you have installed, please click Installed :) Thanks

yumyumcat
09-15-2008, 01:11 PM
Goto admincp>Styles and Templates>Style Manager>Your Style>All Style Options>Add New Template

I don't understand. I see Styles & Templates>Style Manager> ...Add New Template...

I'm missing"Your Style>All Style Options> It seems pretty straight forward, but I don't see that.

TimberFloorAu
09-15-2008, 01:22 PM
Goto admincp>Styles and Templates>Style Manager>Your Style>All Style Options>Add New Template

I don't understand. I see Styles & Templates>Style Manager> ...Add New Template...

I'm missing"Your Style>All Style Options> It seems pretty straight forward, but I don't see that.

Here ya go mate :)

yumyumcat
09-15-2008, 10:38 PM
Thanks so much!

I just got back from school...okay one more question. What's my ID# How do I get that?

Find $bbuserinfo[field16] and change the 16 to your number !

color me stupid, I know, but I don't get it :(

TimberFloorAu
09-15-2008, 11:36 PM
Thanks so much!

I just got back from school...okay one more question. What's my ID# How do I get that?

Find $bbuserinfo[field16] and change the 16 to your number !

color me stupid, I know, but I don't get it :(


Step 3.

Admincp>User Profile Fields>Add New Profile Field

Title: AussieTrance.com Vbulletin Playlist ID
Description: Put your AussieTrance.com Playlist ID here.
Max Length of Allowed user input: 100
Field Length: 25
Field Reqd: No
Private Field : Yes
Field Searchable on members List: No
Show On Members List: No

Click Save

Now when you return to the Profile Field Manager screen, take note of the field Number
example field16

Step Four:
Now go back to your template playlist
(find in Styles and Templates, your template search playlist )
Find $bbuserinfo[field16] and change the 16 to your number !


Ok let me explain in better detail.

You have a forum, your users may want to play music on a playlist they have created.
So.

You have to bridge the two.

By creating a profile field, in profile field manager, we are assigning it a value, to be added or not. If nothing is added, nothing is displayed.
Your users, then goto Aussietrance and create a playlist, which spits out a ID for them to use on your forum.
By doing the Extra profile field above, ( obviously ) dependant on your forum, and config, your profile field for this, may be 27 or 12 or 178 , I have no idea, but VB creates and assigns a profile field number when you create that profile field.

All you have to do, is take a note of the user profile field number ( lets say 27 )
And change my code accordingly, from 16 to 27

Simple, if you get stuck, send me a pm, and admin access, I will do template edits for you.

Ste

yumyumcat
09-15-2008, 11:44 PM
Thank you!! You're a sweetheart. I think I get it now though ;)

TimberFloorAu
09-15-2008, 11:50 PM
Thank you!! You're a sweetheart. I think I get it now though ;)

No problems. Any issues please let me know, and if you use it, please mark installed. :)