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

Reply
 
Thread Tools
Sound Cloud Player [BBCODE New Mod] Details »»
Sound Cloud Player [BBCODE New Mod]
Version: 1.01, by edenalon edenalon is offline
Developer Last Online: Jul 2012 Show Printable Version Email this Page

Category: BB Code Enhancements - Version: 4.1.x Rating:
Released: 03-05-2012 Last Update: Never Installs: 9
Uses Plugins
Code Changes  
No support by the author.

Hi,
After you were looking for mod of SoundCloud and everyone did not work.
I wrote a new MOD to SoundCloud, using BBCODE tag.
If you have problems please report to me.
Have fun.
Example:
http://www.rewind.co.il/showthread.p...90%D7%AA%D7%A8
Developed by Eden Alon (Steve-Web)
Thank you!

Download Now

File Type: txt SoundCloud New Mod.txt (1.2 KB, 111 views)

Show Your Support

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

Comments
  #2  
Old 03-07-2012, 05:25 PM
elementsofdance elementsofdance is offline
 
Join Date: Jan 2010
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Problem is, if the URL is including http:// it does not work. Only works with www.soundcloud.com and soundcloud.com
Reply With Quote
  #3  
Old 03-07-2012, 08:02 PM
edenalon edenalon is offline
 
Join Date: Oct 2011
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ohh no man,
In my Example I use with http:// and it work , here :
http://www.rewind.co.il/showthread.p...90%D7%AA%D7%A8
Reply With Quote
  #4  
Old 03-07-2012, 09:05 PM
Doctor Death Doctor Death is offline
 
Join Date: Dec 2005
Posts: 449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Although the example works, this is not functional for the different soundcloud URLs after install.

For example

http://soundcloud.com/panzer13/set-fire-to-the-rain
Reply With Quote
  #5  
Old 06-06-2012, 04:18 PM
LouiseWilson LouiseWilson is offline
 
Join Date: Oct 2007
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is not working with vb 4.2.0
Reply With Quote
  #6  
Old 06-06-2012, 04:58 PM
pete_brady pete_brady is offline
 
Join Date: Mar 2002
Location: Dublin
Posts: 209
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="https://vborg.vbsupport.ru/showpost.php?p=2321394&postcount=10" target="_blank">https://vborg.vbsupport.ru/showp...4&postcount=10</a>
Reply With Quote
Благодарность от:
LouiseWilson
  #7  
Old 06-06-2012, 05:27 PM
LouiseWilson LouiseWilson is offline
 
Join Date: Oct 2007
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Super thank you any chance you can supply your mixcloud bbcode also ?
Reply With Quote
  #8  
Old 06-06-2012, 05:51 PM
pete_brady pete_brady is offline
 
Join Date: Mar 2002
Location: Dublin
Posts: 209
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LouiseWilson View Post
Super thank you any chance you can supply your mixcloud bbcode also ?
sure thing

BB Code: mixcloud

PHP Code:
<div> <object width="300" height="300"> <param name="movie" value="http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf"></param><param name="allowFullScreen" value="true"></param> <param name="allowscriptaccess" value="always"></param> <param name="flashVars" value="feed=URL?for_player=1"></param> <embed src="http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" flashvars="feed=URL?for_player=1" width="300" height="300"></embed></object> <div style="clear:both; height:3px;"></div> <p style="display:block; font-size:12px; font-family:Helvetica, Arial, sans-serif; margin:0; padding: 3px 4px 3px 4px; color:#999;"> <a href="URL?utm_source=widget&amp;utm_medium=web&amp;utm_campaign=base_links&amp;utm_term=cloudcast_link" style="color:#02a0c7; font-weight:bold;">Click here</ato see it on Mixcloud</p> <div style="clear:both; height:3px;"></div> </div
PHP Code:
[mixcloud]URL[/mixcloud
Reply With Quote
  #9  
Old 06-06-2012, 06:15 PM
LouiseWilson LouiseWilson is offline
 
Join Date: Oct 2007
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

super I'll add these tomorrow thank you
Reply With Quote
  #10  
Old 06-07-2012, 10:34 AM
LouiseWilson LouiseWilson is offline
 
Join Date: Oct 2007
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is still not working on VB4.2.0

The error i'm getting is the following

Code:
The following BB Code replacement may not be properly formed. All HTML attributes should be enclosed within double quotes.

<object height="81" width="100%"> <param name="movie" value="http://player.soundcloud.com/player.swf?url={param}"></param> <param name="allowscriptaccess" value="always"></param> <param name="wmode" value="transparent"></param> <embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url={param}" type="application/x-shockwave-flash" width="100%" wmode="transparent"></embed></object>
any help will be 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 07:52 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.04657 seconds
  • Memory Usage 2,330KB
  • Queries Executed 26 (?)
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
  • (1)bbcode_code
  • (2)bbcode_php
  • (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
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete