Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Inline Concepta Mp3 Player - XEON Series 4 Details »»
Inline Concepta Mp3 Player - XEON Series 4
Version: 1.01, by syrus.xl syrus.xl is offline
Developer Last Online: Apr 2016 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.0.1 Rating:
Released: 02-14-2010 Last Update: Never Installs: 45
 
No support by the author.

NO LONGER SUPPORTED!!!
Inline Concepta Mp3 Player for vBulletin 4.0




A demonstration of the "Inline Concepta Xeon Series 4 Mp3 Player" - allowing you to add Mp3's to any post! It is light-weight, and designed to color match the default vBulletin 4.0 style. Easy installation requiring no template edits or product imports.

We have designed the player to pull the file name and display it within the player, along with it's own equalizer. Simple one button operation. The player itself is light-weight, and uses only vector based graphics, and no bitmaps.

This player does not use the same engine coding previously used with the XEON series mp3 players for vBulletin 3.x. We have completely rebuilt the engine coding and improved it beyond anything released so far. The new "Concepta" range of products are designed from scratch and to compliment vBulletin 4.x series, using new coding, allowing us to increase what we can achieve.

Important
This modification is not backwards compatible, it uses vb:raw tags which are only supported in vBulletin 4.x. We will release a vBulletin 3 version if we receive enough requests.

Installation
Upload all the contents within the Upload folder to your vBulletin forum root.

Adding the Custom BB Code
Login to your AdminCP -> Custom BB Codes -> Add New BB Code

Title: Concepta Mp3 Player
BB Code Tag Name: mp3
Replacement:
Code:
<object type="application/x-shockwave-flash" data="./mp3/concepta_mp3.swf" id="concepta_mp3" height="46" width="336">
<param name="movie" value="./mp3/concepta_mp3.swf">
<param name="FlashVars" value="&amp;stream=true&amp;filepath={param}">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object>

Example:
Code:
http://www.domain.com/song.mp3

Description:
Easily add an mp3 to your post. Just copy and paste any mp3 url, highlight it and press the mp3 icon to embed your song in your post. Now you can enjoy mp3 playback on any post within vBulletin 4.0.

Use {option}: No
Button Image:
PHP Code:
images/editor/mp3_button.png 
Remove Tag If Empty: Yes
Disable BB Code Within This BB Code: No
Disable Smilies Within This BB Code: No
Disable Word Wrapping Within This BB Code: No

Click ?Save? and now you are finished!

Additional Setting

The Replacement Code has been setup by default to ?stream? all mp3?s that are played, you may change this parameter to false if you do not wish to stream mp3 files.

Update History:
v1.01 - {vb:raw url} tags removed from Replacement Code
REMOVED!!!

Show Your Support

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

Comments
  #12  
Old 02-15-2010, 01:45 PM
ShawnV's Avatar
ShawnV ShawnV is offline
 
Join Date: Mar 2005
Posts: 270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very cool, thanks.
Reply With Quote
  #13  
Old 02-15-2010, 01:53 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

Quote:
Originally Posted by Edrondol View Post
Just put this in to check it out & my test thread is blank.

http://www.halforums.com/forum/showt...-New-Music-Mod

We see the button and also the placeholder in IE but I got nothing else.
Hmmm... thats strange the vb raw tags are not being parsed correctly. A simple fix is to remove the following code in both instances:

PHP Code:
{vb:raw url
Replace it with the full forum url, in your case it will be the following.

PHP Code:
http://www.halforums.com/forum 
I'll check why this is happening, and apply a fix.
Reply With Quote
  #14  
Old 02-15-2010, 01:57 PM
Edrondol Edrondol is offline
 
Join Date: Aug 2009
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ba da bing! That did it.

I figured it would be that but I didn't want to make assumptions and figured you'd want to know some people may have this issue.
Reply With Quote
  #15  
Old 02-15-2010, 02:06 PM
Olli2k's Avatar
Olli2k Olli2k is offline
 
Join Date: Sep 2005
Location: Germany
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Edrondol View Post
Just put this in to check it out & my test thread is blank.

http://www.halforums.com/forum/showt...-New-Music-Mod

We see the button and also the placeholder in IE but I got nothing else.
Replace {vb:raw url} by your Forum Root domain name.
Reply With Quote
  #16  
Old 02-15-2010, 02:16 PM
filosofo@vodafo's Avatar
filosofo@vodafo filosofo@vodafo is offline
 
Join Date: Jun 2008
Location: Lleida (Spain)
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks to work me I had to change the label
data="{vb:raw url}/mp3/concepta_mp3.swf" and
<param name="movie" value="{vb:raw url}/mp3/concepta_mp3.swf">
for the full url
data="http://www.mydomain.com/mp3/concepta_mp3.swf" and
<param name="movie" value="http://www.mydomain.com/mp3/concepta_mp3.swf">
Reply With Quote
  #17  
Old 02-15-2010, 02:43 PM
Veer Veer is offline
 
Join Date: Feb 2006
Posts: 733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, can you add the support of few other audio formats like .rm, .wma, .pls
Reply With Quote
  #18  
Old 02-15-2010, 03:24 PM
acabator acabator is offline
 
Join Date: Dec 2009
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[QUOTE = Edrondol; 1982931] Sólo hay que poner esto para probarlo y mi hilo prueba está en blanco.

[url] http://www.halforums.com/forum/showthread.php?12000-New-Music-Mod [/ url]

Vemos el botón y también el marcador de posición en IE pero no tengo nada más. [/ QUOTE]

Replace {vb:raw url} by ".", a point of no more
Reply With Quote
  #19  
Old 02-15-2010, 03:28 PM
Edrondol Edrondol is offline
 
Join Date: Aug 2009
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Interesting. That's a handy tip, too!
Reply With Quote
  #20  
Old 02-15-2010, 03:34 PM
BrOkEn.HaLo BrOkEn.HaLo is offline
 
Join Date: Mar 2007
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Alittle off topic, but is there a chance you'll be releasing something similar to the original Xeon player. My users loved the pop-out window, so they could surf the forums while still listening to music, and they loved the large playlist that was available of 500 tracks.

I'd love to see something for 4.0 in that fashion.
Reply With Quote
  #21  
Old 02-15-2010, 03:44 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

Quote:
Originally Posted by BrOkEn.HaLo View Post
Alittle off topic, but is there a chance you'll be releasing something similar to the original Xeon player. My users loved the pop-out window, so they could surf the forums while still listening to music, and they loved the large playlist that was available of 500 tracks.

I'd love to see something for 4.0 in that fashion.
That was one product that was very popular and will be ported over to vBulletin 4.0, once we have a more stable release. Since we have updated all our engine coding you can expect the final new release to be much better than the original. It will be available in 3 variations, popup, widget and on its own page.

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 10:51 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.08826 seconds
  • Memory Usage 2,309KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (3)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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