Code: Select all
[vid]{SIMPLETEXT}[/vid]Code: Select all
<object width="417" height="166"><param name="movie" value="http://www.iclonetutorials.co.uk/iclonetutorialsforum3/{SIMPLETEXT}"></param><param name="wmode" value="transparent"></param><embed src="http://www.iclonetutorials.co.uk/iclonetutorialsforum3/{SIMPLETEXT}" type="application/x-shockwave-flash" wmode="transparent" width="417" height="166"></embed></object>Code: Select all
[popup={TEXT}]{TEXT2}[/popup]Code: Select all
<a href="javascript:void(0)" onclick="la=window.open('',''); la.document.write('{TEXT2}');">{TEXT}</a>ok but this page dosent shows correctly > please tell me whysaaiberke wrote:*removed*[/code]
and HTML replacement:
dimensions can be adjustedCode: Select all
*removed*
Grtz,
Nic
Has nothing to do with the BBcode, the server has a problem. Even out of the ifram the page doesn't loadzahid44 wrote:ok but this page dosent shows correctly > please tell me why
the code is > [iframe]http://zahid-choudhury.tk[/iframe]
This worked PERFECTLY! Thank youChromeman wrote:This is the version of the YouTube tag I am using on my site. It handles the regular links (http://www.youtube.com/) in addition to links where someone drops the www in the link (http://youtube.com/) and also country-spesific sites like http://de.youtube.com/.
BBCode usage:HTML Replacement:Code: Select all
[youtube]http://{TEXT1}youtube.com/watch?v={TEXT2}[/youtube]Code: Select all
<object width="425" height="350"><param name="movie" value="http://{TEXT1}youtube.com/v/{TEXT2}"></param><param name="wmode" value="transparent"></param><embed src="http://{TEXT1}youtube.com/v/{TEXT2}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
Code: Select all
[spoiler]{TEXT}[/spoiler]Code: Select all
<table><th>Spoiler - <a href=#>show</a></th><tr><td style="background:#000000; color: #000000">{TEXT}</td></tr></table>Code: Select all
[spoiler]{TEXT}[/spoiler]Code: Select all
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler!</b> : <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" 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.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
{TEXT}
</div>
</div>
</div>really nice... thanks for sharingAlterno wrote:Well I didn't like the bbcode for spoiler at custom bbcode sticky, so sI decided to try most of the bbcodes of others forums, but they didn't work at all. Then I decided to modify one of them with 100% sucess. The original code was posted by DChapman, but the credit for adapting it to phpbb3 is mine, altought it where small modificactions.
In bbcode usage add:In HTML replacement add :Code: Select all
[spoiler]{TEXT}[/spoiler]See it working:Code: Select all
<div style="margin:20px; margin-top:5px"> <div class="smallfont" style="margin-bottom:2px"><b>Spoiler!</b> : <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" 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.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }"> </div> <div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;"> <div style="display: none;"> {TEXT} </div> </div> </div>
http://arcanus.byethost32.com/forums/vi ... f=26&t=200
Enjoy!!!
Code: Select all
[googlevid]http://video.google.{IDENTIFIER}/videoplay?docid={SIMPLETEXT}[/googlevid]Code: Select all
<center><table width="805" height="495" border="1" cellpadding="10" cellspacing="10" BGCOLOR="#000000" BORDERCOLORLIGHT="#5F0000" BORDERCOLORDARK="#70FFF6"><TR>
<TD>
<embed style="width:800px; height:480px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.{IDENTIFIER}/googleplayer.swf?docId={SIMPLETEXT}" flashvars=""> </embed></TD></TABLE></center>You are welcomeIlanF wrote: really nice... thanks for sharing
Code: Select all
[hr]{TEXT}[/hr]Code: Select all
<HR WIDTH="90%" ALIGN="Center" SIZE="3" title="{TEXT}" />
<HR WIDTH="60%" ALIGN="Center" SIZE="3" title="{TEXT}" />
<HR WIDTH="30%" ALIGN="Center" SIZE="3" title="{TEXT}" />Code: Select all
<hr style="height: 3px; text-align: center; width: 90%;" title="{TEXT}" />
<hr style="height: 3px; text-align: center; width: 60%;" title="{TEXT}" />
<hr style="height: 3px; text-align: center; width: 30%;" title="{TEXT}" />