Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
XEON Z4 Mp3 Player (Updated for Light Styles) Details »»
XEON Z4 Mp3 Player (Updated for Light Styles)
Version: 1.00, by syrus.xl syrus.xl is offline
Developer Last Online: Apr 2016 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.7.x Rating:
Released: 04-18-2008 Last Update: Never Installs: 50
Template Edits
Code Changes Additional Files  
No support by the author.

Xeon Z4? Player Installation Guide



Design by: Syrus XL Media?
Demo: http://www.digitalport.co.uk/digital/index.php

Requirements:
vBulletin 3.6.x and above (3.7 compatible)
The XEON Mp3 Player for vBulletin 3.6.X Integrated (Modification)
You will need both the aforementioned installed before you can use this player. This modification is also available from our main website.

FILE RENAME
In your forum root find xeon_mp3_beta.swf and delete it.
Rename the xeonz4.swf included in this package to xeon_mp3_beta.swf and upload it to your forum root.

TEMPLATE CHANGE:
Edit the template ? mp3player_popup
Delete all code and replace all code with the following:

Code:
<!-- js flashobject -->
<div align="center" width="100%" id="xeon_player">
Warning!!! To view this Mp3 Player please enable JavaScript and Flash! 
</div>
      <script type="text/javascript">
   var fo = new FlashObject("xeon_mp3_beta.swf", "xeon_player", "450", "400", "8,0,0,0", "#E1E1E2");
   fo.addParam("quality", "high");
   fo.write("xeon_player");
</script>
<!-- js flashobject -->


Important:

The value #E1E1E2 can be changed to suit your own background color HEX value. This player uses an alpha coloration background which may look strange if used with a dark HEX color value.

Enjoy your new look player!

Brought to you by Syrus XL Media? ? Audio/Video Flash Specialists
Developers of vB PowerStreamer? ? Release Date (TBA)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 04-19-2008, 04:28 PM
syrus.xl's Avatar
syrus.xl syrus.xl is offline
 
Join Date: Jun 2005
Location: In a cyber world...
Posts: 999
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*Reserved*
Reply With Quote
  #3  
Old 04-19-2008, 04:39 PM
wizardan wizardan is offline
 
Join Date: Jan 2006
Location: America
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First download
Reply With Quote
  #4  
Old 04-19-2008, 10:30 PM
macc's Avatar
macc macc is offline
 
Join Date: Feb 2008
Posts: 647
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks - works fine ... how to make block for cmps - 3.0 ?

have vbulletin 3.7 rc-3!

regards

macc
Reply With Quote
  #5  
Old 04-20-2008, 12:46 AM
syrus.xl's Avatar
syrus.xl syrus.xl is offline
 
Join Date: Jun 2005
Location: In a cyber world...
Posts: 999
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Currently, we do not have vBa CMPS installed on our site or the development test board. vBa CMPS version 3.0 did have a few changes made, therefore we'll need to check it fully works, before releasing the modification to work within this CMPS. Obviously, because of its size, it will be coded for center block use only.

We will be releasing side-column players as well, basically smaller in width for forum column use or vBa CMPS. This maybe some time though since we are developing a major commercial release at the moment.
Reply With Quote
  #6  
Old 04-20-2008, 12:48 AM
samraz972 samraz972 is offline
 
Join Date: Feb 2008
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is probably a stupid question, but do u know of any place I can upload my mp3s to get urls?

or just get a url from my own database?
Reply With Quote
  #7  
Old 04-20-2008, 12:56 AM
syrus.xl's Avatar
syrus.xl syrus.xl is offline
 
Join Date: Jun 2005
Location: In a cyber world...
Posts: 999
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by samraz972 View Post
this is probably a stupid question, but do u know of any place I can upload my mp3s to get urls?

or just get a url from my own database?
The player can work from internal or external urls to Mp3's - a list of places that people have suggested to us can be found here:
http://www.digitalport.co.uk/digital...#content_start
Reply With Quote
  #8  
Old 04-20-2008, 03:29 AM
Jasem's Avatar
Jasem Jasem is offline
 
Join Date: Feb 2006
Location: www.menokia.com
Posts: 594
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you very much
Reply With Quote
  #9  
Old 04-20-2008, 07:56 AM
syrus.xl's Avatar
syrus.xl syrus.xl is offline
 
Join Date: Jun 2005
Location: In a cyber world...
Posts: 999
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You're welcome!
Reply With Quote
  #10  
Old 04-21-2008, 11:25 AM
Dragonahcas Dragonahcas is offline
 
Join Date: Mar 2008
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed but I am having the problem with the Javascript enabled. I think I have done everything you suggested. Putting the
Code:
<script type="text/javascript" src="clientscript/flashobject.js"></script>
above the
Code:
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=$vboptions[simpleversion]"></script>
<if condition="$show['popups']">
<script type="text/javascript" src="clientscript/vbulletin_menu.js?v=$vboptions[simpleversion]"></script></if>
<if condition="$vboptions['externalrss']">
I have put the all the files in the correct corresponding: admincp, includes, and clientscript folders.

Root Folder

> xeon_mp3_beta
> mp3playerindex.php
> mp3playlist.php

Admin CP

> mp3player_admin.php

Clientscript

> flashobject.js

includes -> xml folder

> bitfield_mp3player.xml
> cpnav_mp3player.xml


As you can see from my forums: www.GRevForums.net the Player is at the bottom of the page in a collapsable table. Would this affect the coding I use? - EDIT: Moved it to the navbar instead.


I have viewed all the posts in these boards relating to the javascript error and also looked on your own forums and have tried all the fixes there aswell. The flashobject file is in the clientscript folder, I have tried both relative and absolute urls for the headinclude code. I cant think of anything else I can do to fix it.
Any help would be greatly appreciated.

Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:39 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04592 seconds
  • Memory Usage 2,298KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete