Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications
Playlist BBcode Details »»
Playlist BBcode
Version: 1.00, by Lautaro Lautaro is offline
Developer Last Online: Dec 2021 Show Printable Version Email this Page

Category: BB Code Enhancements - Version: 3.8.x Rating:
Released: 02-01-2009 Last Update: Never Installs: 10
Re-useable Code  
No support by the author.

Playlist BBcode
With this BBcode your forum users will be able to show their playlists from playlist.com in any thread / post they want.

First of all upload this image to your style images/editor folder:



BBcode Steps:


1.- Go to your forum:
Admin CP > Custom BB Codes > Add new BB Code

2.- Complete the fields:

* Title: Playlist
* BB Code Tag Name: playlist
* Replacement:
Code:
<table width="70%" border="0" align="center" cellpadding="2" cellspacing="2"><tr><td><fieldset class="bbfieldset"><legend class="bblegend">{param}</legend>
<div align="center">
<embed style="width:435px; visibility:visible; height:300px;" allowScriptAccess="never" src="http://www.profileplaylist.net/mc/mp3player_new.swf?config=http%3A%2F%2Fwww.profileplaylist.net%2Fext%2Fpc%2Fconfig_regular_noautostart.xml&mywidth=435&myheight=270&playlist_url=http://www.profileplaylist.net/loadplaylist.php?{option}" menu="false" quality="high" width="435" height="300" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0"/>

</div>
</fieldset></td></tr></table>
* Example: [playlist=playlist=58229194&t=1233501978]My Playlist[/playlist]
* Description: Post your playlist in any thread / post
* Use {option}: YES
* Button Image (Optional): images/editor/playlist.png
* Remove Tag If Empty: NO
* Disable BB Code Within This BB Code: YES
* Disable Smilies Within This BB Code: YES
* Disable Word Wrapping Within This BB Code: YES

3.- Save. Thats all

LIVE DEMO:
http://forum.gamezeventos.com/showthread.php?t=1237


<< ---------------------------------------------------- >>
Changing the Playlist configuration:

Ok now im going to explain you how to change the settings of the playlist.
The code i gave you has the next configurations:

Autostart: NO
Random/Shuffle: NO
Custom Skin: NO
Color: Gray

----------------
Changing the color:

The actual code:
Code:
<table width="70%" border="0" align="center" cellpadding="2" cellspacing="2"><tr><td><fieldset class="bbfieldset"><legend class="bblegend">{param}</legend>
<div align="center">
<embed style="width:435px; visibility:visible; height:300px;" allowScriptAccess="never" src="http://www.profileplaylist.net/mc/mp3player_new.swf?config=http%3A%2F%2Fwww.profileplaylist.net%2Fext%2Fpc%2Fconfig_regular_noautostart.xml&mywidth=435&myheight=270&playlist_url=http://www.profileplaylist.net/loadplaylist.php?{option}" menu="false" quality="high" width="435" height="300" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0"/>

</div>
</fieldset></td></tr></table>
In this code look for this:
Code:
http://www.profileplaylist.net/mc/mp3player_new.swf?config=http%3A%2F%2Fwww.profileplaylist.net%2Fext%2Fpc%2Fconfig_regular_noautostart.xml&mywidth=435&myheight=270&playlist_url=
All the color configurations are going to be made there.
If you look closer, you'll see this in that code:
" config_regular_noautostart "

regular: its the gray color.

So if you want to change that color, just replace gray with the color
you want.

list of colors available:

black
regular (gray)
blue
purple
pink
red
green

and thats all what you have to do to change the color.


----------------
Autostart or non-Autostart

in the code i provided you look for this:

" config_regular_noautostart "

if you want it to make it Autostart then just remove this:

" _noautostart "

So it will look like this:

" config_regular "


----------------
With or without Shuffle

In the code i provided you look for this:
" config_regular_noautostart "

If you want to add shuffle simple add this:
" _shuffle "

Result:
" config_regular_noautostart_shuffle "

----------------
Examples:

So if you want to put autostart on and shuffle on then it will look like this:

" config_regular_shuffle "

And if you want to change the color then it will look this this:
" config_green_shuffle "

With color changed, autostart off & shuffle on it will look like this:
" config_regular_noautostart_shuffle "


Thats all.


Remember to mark as INSTALLED is you use this modification.

Best Regards.-
Lautaro

Show Your Support

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

Comments
  #2  
Old 02-02-2009, 08:06 AM
Lautaro's Avatar
Lautaro Lautaro is offline
 
Join Date: Jan 2009
Location: United States
Posts: 233
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's the answer to the question :P

* Requirements:
-- Be registered at playlist.com
-- Have a playlist



Ok, now i'll show you how to do it step by step:


1.- Go to www.playlist.com

2.- Login: http://www.playlist.com/user/login

3.- Now go to the link "Post My Playlist"
Image:
http://www.img.gamezeventos.com/images/3256931.png

4.- Select the option 'E'
Image:
http://www.img.gamezeventos.com/images/3090862.png

5.- Select the playlist you want to use.

6.- Don't change any setting, just click 'Get CODE'
Image:
http://www.img.gamezeventos.com/images/7180723.png

7.- Search for your playlist ID:
Image:
http://www.img.gamezeventos.com/images/5880714.png

For example: Mine is 'playlist=58229194&t=1233560593'. Look at the image above to know which is your code.

Thats all !..

Original guide:
http://forum.gamezeventos.com/showthread.php?p=5559
Reply With Quote
  #3  
Old 02-02-2009, 08:57 AM
Leo Brazil's Avatar
Leo Brazil Leo Brazil is offline
 
Join Date: Dec 2007
Location: Brazil
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Idea.

Thanks for sharing.
Reply With Quote
  #4  
Old 02-02-2009, 11:11 PM
Lautaro's Avatar
Lautaro Lautaro is offline
 
Join Date: Jan 2009
Location: United States
Posts: 233
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Leo Brazil View Post
Great Idea.

Thanks for sharing.
thanks for your comment, I hope more people likes this for their forums.

Lautaro.-
Reply With Quote
  #5  
Old 11-14-2009, 08:41 PM
MagicThemeParks's Avatar
MagicThemeParks MagicThemeParks is offline
 
Join Date: Sep 2009
Posts: 850
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great!

I needed something because my Playlist URL was not showing since the update/upgrade at the site.

Demo here: http://www.magicthemeparks.com/mk/fo...hread.php?t=51

I also uploaded the Playlist logo as well to use :up:
Reply With Quote
  #6  
Old 05-03-2010, 02:37 AM
MagicThemeParks's Avatar
MagicThemeParks MagicThemeParks is offline
 
Join Date: Sep 2009
Posts: 850
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Seems like the Playlist.com code is different now. Any suggestions on how to fix the BBCode so that they work properly?
Reply With Quote
  #7  
Old 05-21-2010, 12:09 PM
MagicThemeParks's Avatar
MagicThemeParks MagicThemeParks is offline
 
Join Date: Sep 2009
Posts: 850
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

funmasti, is it working for you?
Reply With Quote
  #8  
Old 01-02-2011, 04:38 AM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works in 4.1 PL2

Anyone know how to make one for MixPod.com ?
Reply With Quote
  #9  
Old 11-10-2012, 12:29 PM
matrex722's Avatar
matrex722 matrex722 is offline
 
Join Date: Jan 2007
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow thanks for this
Reply With Quote
Reply

Thread Tools

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 08:53 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.08295 seconds
  • Memory Usage 2,302KB
  • Queries Executed 23 (?)
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
  • (4)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete