






You can have empty BBCodes as this link proves, which probably explains the disconnect. Maybe it's dependent on the HTML replacement somehow, though.Tom wrote:The page I linked to did not say you had to place the code in each post every time. The code provided was the HTML Replacement for the custom BBCode. You can use [paypal] [/paypal], but the tutorial says that there has to at least be some text in between those tags for it to function properly. It never said you had to include the code in each of your posts.Pony99CA wrote:There's no need to have to know the code every time you post the button.
<object width="500" height="500" id="obj_1273196592859"><param name="movie" value="http://clan-revolution.chatango.com/group"/><param name="AllowScriptAccess" VALUE="always"/><param name="AllowNetworking" VALUE="all"/><param name="AllowFullScreen" VALUE="true"/><param name="flashvars" value="cid=1273196592859&a=0E0E0E&b=100&c=555555&d=555555&e=000000&g=FFFFFF&h=000000&j=FFFFFF&k=555555&l=444444&m=000000&n=777777&p=10&q=0E0E0E&r=100&s=1&v=0&w=0&aa=1"/><embed id="emb_1273196592859" src="http://clan-revolution.chatango.com/group" width="500" height="500" allowScriptAccess="always" allowNetworking="all" type="application/x-shockwave-flash" allowFullScreen="true" flashvars="cid=1273196592859&a=0E0E0E&b=100&c=555555&d=555555&e=000000&g=FFFFFF&h=000000&j=FFFFFF&k=555555&l=444444&m=000000&n=777777&p=10&q=0E0E0E&r=100&s=1&v=0&w=0&aa=1"></embed></object><br>[ <a href="http://clan-revolution.chatango.com/clo ... 2859">Copy this</a> | <a href="http://chatango.com/creategroup?ts=1273196592859">Start New</a> | <a href="http://clan-revolution.chatango.com">Full Size</a> ]
Code: Select all
[chat][/chat]
Code: Select all
<object width="500" height="500" id="obj_1273196592859"><param name="movie" value="http://clan-revolution.chatango.com/group"/><param name="AllowScriptAccess" VALUE="always"/><param name="AllowNetworking" VALUE="all"/><param name="AllowFullScreen" VALUE="true"/><param name="flashvars" value="cid=1273196592859&a=0E0E0E&b=100&c=555555&d=555555&e=000000&g=FFFFFF&h=000000&j=FFFFFF&k=555555&l=444444&m=000000&n=777777&p=10&q=0E0E0E&r=100&s=1&v=0&w=0&aa=1"/><embed id="emb_1273196592859" src="http://clan-revolution.chatango.com/group" width="500" height="500" allowScriptAccess="always" allowNetworking="all" type="application/x-shockwave-flash" allowFullScreen="true" flashvars="cid=1273196592859&a=0E0E0E&b=100&c=555555&d=555555&e=000000&g=FFFFFF&h=000000&j=FFFFFF&k=555555&l=444444&m=000000&n=777777&p=10&q=0E0E0E&r=100&s=1&v=0&w=0&aa=1"></embed></object><br>[ <a href="http://clan-revolution.chatango.com/clonegroup?ts=1273196592859">Copy this</a> | <a href="http://chatango.com/creategroup?ts=1273196592859">Start New</a> | <a href="http://clan-revolution.chatango.com">Full Size</a> ]
Code: Select all
<object enableJSURL="false" enableHREF="http://www.myspace.com/false" saveEmbedTags="true" allowScriptAccess="never" allownetworking="internal" type="application/x-shockwave-flash" allowScriptAccess="never" allownetworking="internal" height="350" width="425" data="http://lads.myspace.com/videos/vplayer.swf">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="all" />
<param name="movie" value="http://lads.myspace.com/videos/vplayer.swf" />
<param name="flashvars" value="m={TEXT}&type=video" />
</object>
No ideas regarding this? Anyone?Roger N wrote:Hi!
I have had MySpace video embedding working on my board for quite some time. However, I just noticed that it has stopped working and I suspect that it is related to a change in site structure at MySpace and that the vplayer.swf file simply has been moved. Does anyone know anything about this?
The code I use is the following
Code: Select all
<object enableJSURL="false" enableHREF="http://www.myspace.com/false" saveEmbedTags="true" allowScriptAccess="never" allownetworking="internal" type="application/x-shockwave-flash" allowScriptAccess="never" allownetworking="internal" height="350" width="425" data="http://lads.myspace.com/videos/vplayer.swf"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="all" /> <param name="movie" value="http://lads.myspace.com/videos/vplayer.swf" /> <param name="flashvars" value="m={TEXT}&type=video" /> </object>
Code: Select all
<div style="padding: 2px; background-color: #9AA1A5; border: 1px solid #5F5F5F; font-size: 1em;"><div style="text-transform: uppercase; border-bottom: 1px solid #9AA1A5; margin-bottom: 1px; font-size: 8px; display: block;"><span onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerHTML = '<b>Spoiler: </b><a href=\'#\' onClick=\'return false;\'>hide</a>'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerHTML = '<b>Spoiler: </b><a href=\'#\' onClick=\'return false;\'>show</a>'; }" /><b>Spoiler: </b><a href="#" onClick="return false;">show</a></span></div><div class="quotecontent"><div style="display: none;">{TEXT}</div></div></div>
Code: Select all
<div class="quotecontent">
Code: Select all
background-color: #FAFAFA;
Code: Select all
[font]{TEXT}[/font]
Code: Select all
<font face="Old English Text MT" >{TEXT}</font>
What happens if the reader of the post doesn't have that font on their machine?sharks12 wrote:Made an custom bbcode for the font Old English font.
What do you want it to do?ballack999 wrote:Thanks to all.
By the way, can I insert Facebook link [facebook]...[/facebook]