It appears you have not yet registered with our community. To register please click here...

vbulletin-skins-forum
| Discussions: 2,486 | Messages: 7,253 | Members: 6,458 | Online: 34 | Newest : Pabsusads (Welcome!)
Logo
All times are GMT -5. The time now is 06:18 AM.

Go Back   Forums Help - vBulletin, IPB, phpBB, SMF skins and community > Forums Help Services & Products Area > Forums Help Free Stuff > Add-ons

Add-ons Products, Plug-ins, and code modifications.

Tags: , ,

Comment
 
LinkBack Release Tools Search this Release Display Modes
syrus.xl
Visiting Coder

vB Version:
 

Mod Version:
 

Released: 10-27-2006
 

Installs: 11
 

Last Update: n/a
 

Rating:
 
Supported
DB Changes
Installer Included
Uses Plugins
Template Changes
Code Changes
Additional Files
Is a Beta!
[3.6.2] The XEON Mp3 Player for vBulletin 3.6.X Integrated

The XEON Mp3 Player for vBulletin 3.6.X




Design:
Syrus XL Media 2003-2006
Extra Coding: vb-hacks.com


Demo: www.digitalport.co.uk
Note demo is using a vbPortal 3.6.1 block(not yet released).

Release date: 21/10/06
Version: 1.5b coding
Version: 2.0 XEON Player
Fully compatible and tested on vBulletin 3.6.0 and above.
Addons will be released throughout this week

No example tracks are included in this version.



This version is not compatible with the XML driven vbMp3 Player I released awhile ago (you may uninstall or leave in, as this version uses renamed files). The player, and all code as been changed, and now fully utilizes the vBulletin AdminCP for settings, mp3 playlist management, usergroup permissions. You will notice I have released this as a beta version, reason being it does have a few issues that I need to address, these are listed under ‘Known Issues’ below.

Once you install this version make sure you Update the Management settings, failure to do so will result in an error if you enable the custom PM notification system.

Known Issues:
Redirect phrase missing in AdminCP.
Approval Setting not holding setting after clicking Update in AdminCP Settings.
Use of quote or double quotes causes database error in AdminCP.

To do list:
Delete the ‘Add Mp3’ link in popup window.
Add dropdown menu to navbar, with Mp3 Launcher and Add Mp3 links for users.

Install as described below, once the Product XML is imported, refresh the AdminCP to see the Mp3 Player Management. Select Mp3 Settings and update accordingly, click Update. Navigate to Usergroups, and change the usergroup permissions for viewing and adding mp3’s.

I will be modifying these instructions over the next few days, and updating the main files. I will also provide manual update instructions if you have already installed this modification, so playlists are not overwritten.

Installation:
Upload the contents of the ‘Upload folder’ to your forum root. Import the ‘product-mp3player.xml’ file via ‘Plugins & Products’ – Manage Products – Import Product in your AdminCP. Press F5 or refresh your browser window to view the Mp3 Player Management menu.

Template Edits:
These edits are based on the default vBulletin style, you may need to change if you have a custom style.


AdminCP -> Styles & Templates -> Navigation / Breadcrumb Templates -> navbar

Find:

Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

After add:

Code:
<!—Mp3 Player Launch --><if condition="$show['member']"><td class="vbmenu_control"><a href="javascript:NewWindow=window.open('mp3playeri ndex.php?do=viewmp3playerpopup','newWin','width=50 0,height=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resi zable=No,fullscreen=No');NewWindow.focus(); void(0);">vbMp3 Player</a></td></if><!—End Mp3 Player Launch -->

Now, navigate to AdminCP -> Usergroups -> Usergroup Manager – adjust usergroups permissions as required. Default is all usergroups have no access.

You now have the vbMp3 XEON player installed!

Update notifications can only be sent out if you click 'INSTALL'.

vBadvanced CMPS version:
An addon will be released very soon. Due to varying installations of this portal, there will be different center block codes available.

More players will available shortly, and the package will be updated.

Enjoy!

Advanced Users ONLY:
IMPORTANT: DO NOT ATTEMPT THIS IF YOU DO NOT KNOW WHAT SQL QUERIES ARE!!
A few people have asked me about 'mass' populating the player, at present the player doesn't support this feature. However, if you're familiar with MySQL queries, here is one way of achieving this.

Run these queries on your database, this can be done from within the AdminCP:

INSERT INTO `mp3playlist` VALUES (id, 'mp3 url goes here', 'true', 1, 'artist and song goes here', 1);

Just increase the id by 1 for each mp3 query. So you would have sommething like this:

INSERT INTO `mp3playlist` VALUES (1, 'mp3 1 url goes here', 'true', 1, 'artist and song number 1 goes here', 1);
INSERT INTO `mp3playlist` VALUES (2, 'mp3 2 url goes here', 'true', 1, 'artist and song number 2 goes here', 1);
INSERT INTO `mp3playlist` VALUES (3, 'mp3 3 url goes here', 'true', 1, 'artist and song number 3 goes here', 1);

If your database uses a 'Prefix' add this to 'mp3playlist', e.g. vb_mp3playlist
The id value should be increased by 1 increment for each mp3 added, do not overwrite an mp3 by using the same id value. Ideally, start at 1 and add I for each query, on a fresh install.

Note: How playlist tables are stored in the database, they are named:

Playlist 1 = 'mp3playlist'
Playlist 2 = 'mp3playlist1'
Playlist 3 = 'mp3playlist2'
Playlist 4 = 'mp3playlist3'
Playlist 5 = 'mp3playlist4'

These maybe prefixed if your forum was installed with a prefix value.
Release
Attached Images To view attachments your post count must be 0 or greater. Your post count is 0 momentarily.
Attached Files To view attachments your post count must be 0 or greater. Your post count is 0 momentarily.

Release Tools

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #1 (permalink)  
By bykarizma07 on 11-01-2006, 08:03 AM
thanks you very beatifull
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
By Adam on 11-12-2006, 05:32 AM
Wow, I find this very interesting.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
By Adam on 11-12-2006, 05:37 AM
Yes, I agree with bykarizma. VERY nice. Useful.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
By sunger on 03-24-2007, 04:44 AM
guys in my admin cpanel there is no "Navigation / Breadcrumb Templates"

and no "Import Product in your AdminCP" , how can i fix it plz zzzzz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
By united200530 on 05-20-2007, 09:15 PM
help

To do list:
===========
Delete the ‘Add Mp3’ link in popup window.
Add dropdown menu to navbar, with Mp3 Launcher and Add Mp3 links for users.

how do u do that ??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Comment



Release Tools Search this Release
Search this Release:

Advanced Search
Display Modes

Posting Rules
You may not post new releases
You may not post comment
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 1
Points Per Thread: 15
Points Per Reply: 5



Links: Babyforum.com | Deejayforum.com | Hometalkcafe.com | Equineboard.com | Evboard.com


Forums Help: Forum Skin Design and Professional Services RSS Feeds



Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
Forums Help - All Rights Reserved
Release powered by GARS 2.1.6b ©2005-2006