Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
  #1  
Old 01-21-2011, 05:57 PM
Wird0 Wird0 is offline
 
Join Date: Aug 2009
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default SoundCloud on vbulletin 4.1.1

Hi,

I wanted to make it possible to embed a soundcloud track on vbulletin 4.1.1. I found a link on the soundcloud blog that provides us whit a bbcode. Seems that BB code is not working correct. Is there someone that knows how we can fix this? The link to the blog is http://blog.soundcloud.com/2009/07/2...cloud-bb-code/
Reply With Quote
  #2  
Old 01-22-2011, 01:48 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Their code works fine for me... that warning message you get after submitting it isn't an error it's a warning, and you can safely hit "continue" and it will save and work as normal.
Reply With Quote
  #3  
Old 01-22-2011, 09:37 PM
Wird0 Wird0 is offline
 
Join Date: Aug 2009
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wierd, i did everything i needed to do and its still not showing the correct soundcloud track. Its showing a small soundcloud box with a lot of text be need it. I am wondering what is going wrong.
Reply With Quote
  #4  
Old 01-22-2011, 09:46 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What is the exact bbcode you are using in your post?
Reply With Quote
  #5  
Old 01-24-2011, 05:37 AM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This was a good find

Installed and working

4.1.1
Reply With Quote
  #6  
Old 03-02-2011, 02:58 AM
AURFSCAN AURFSCAN is offline
 
Join Date: Dec 2007
Posts: 328
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wird0 View Post
Wierd, i did everything i needed to do and its still not showing the correct soundcloud track. Its showing a small soundcloud box with a lot of text be need it. I am wondering what is going wrong.

Untick 'automatically parse links in text'


also modded the replacement code to seperate the link a bit and open it in a new tab


Code:
<object height="81" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url={param}&amp;g=bb"></param><param name="allowscriptaccess" value="always"></param><embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url={param}&amp;g=bb" type="application/x-shockwave-flash" width="100%"></embed></object><br /><br /> <a href="{param}" target="_blank">{param}</a>
Reply With Quote
  #7  
Old 09-28-2011, 12:17 PM
StilgarSinople StilgarSinople is offline
 
Join Date: May 2009
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is also not working for me.

This is the code I used :
Code:
<object height="81" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url={param}&amp;g=bb"></param><param name="allowscriptaccess" value="always"></param><embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url={param}&amp;g=bb" type="application/x-shockwave-flash" width="100%"></embed></object> <a href="{param}">{param}</a>
Reply With Quote
  #8  
Old 10-20-2011, 11:20 PM
Cobro Cobro is offline
 
Join Date: Oct 2006
Location: cellar
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="https://vborg.vbsupport.ru/showthread.php?p=2251666#post2251666" target="_blank">https://vborg.vbsupport.ru/showt...66#post2251666</a>

this one works for me give it a try
Reply With Quote
  #9  
Old 10-22-2011, 05:19 PM
mgcom's Avatar
mgcom mgcom is offline
 
Join Date: Apr 2009
Location: Dublin (Ireland)
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

need this badly but not working on 4.1.5

The tag appears when link is clicked AND the soundcloud player appears but when you click play - nothing happens
Reply With Quote
  #10  
Old 04-18-2012, 10:11 PM
pete_brady pete_brady is offline
 
Join Date: Mar 2002
Location: Dublin
Posts: 209
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bump

this works for me for individual tracks:
BB Code Tag: sc

Replacement:
PHP Code:
<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
example:
PHP Code:
[sc]http://soundcloud.com/ooal/come-wanader-with-me[/sc] 
--------------- Added [DATE]1334790764[/DATE] at [TIME]1334790764[/TIME] ---------------

and for sets / playlists:

BB Code: scpl

Replacement:
PHP Code:
<object height="360" width="100%">
<
param name="movie" value="http://player.soundcloud.com/player.swf?url={param}&secret_url=false"></param
<
param name="allowscriptaccess" value="always"></param
<
embed allowscriptaccess="always" height="360" src="http://player.soundcloud.com/player.swf?url={param}&secret_url=false" type="application/x-shockwave-flash" width="100%"></embed>
 </
object
example:
PHP Code:
[scpl]http://soundcloud.com/ooal/sets/hidden-highways-hidden-1/[/scpl] 
demo: http://thumped.com/bbs/showthread.ph...ndcloud-embeds
Reply With Quote
Reply

Thread Tools
Display Modes

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 03:43 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07929 seconds
  • Memory Usage 2,263KB
  • Queries Executed 13 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (4)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)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_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
  • 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