[bbcode] wbb3 to phpbb3 - Spoiler
Posted: 09 Jun 2010, 18:57
Hello,
here is another bbcode for phpbb3. This is a Spoiler like wbb3.
"Thanks to my Friend sascha3008 for the little help "
BBCode:
HTML Code:
Helpline:
Image you need to Download: (right click > save as...)
Example:
Visit: Spoiler DEMO
here is another bbcode for phpbb3. This is a Spoiler like wbb3.
"Thanks to my Friend sascha3008 for the little help "
BBCode:
Code: Select all
[spoiler={INTTEXT}]{TEXT}[/spoiler]
Code: Select all
<div style="padding:1px; background:url(images/spoiler_bg.jpg) repeat-x; border:1px solid #3674b3;"><div style="font-size:12px; color:#ffffff;"><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 = '<a href=\'#\' onClick=\'return false;\'><img src=\'images/minus.png\' width=\'10\' height=\'10\' border=\'0\' style=\'margin:0px 10px 0px 10px;\'></a>'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerHTML = '<a href=\'#\' onClick=\'return false;\'><img src=\'images/plus.png\' width=\'10\' height=\'10\' border=\'0\' style=\'margin:0px 10px 0px 10px;\'></a></a>'; }" ><a href="#" onClick="return false;"><img src="images/plus.png" width="10" height="10" style="margin:0px 10px 0px 10px;"></a></span><b>Spoiler:</b> {INTTEXT}</div><div style="background-color:#ffffff; padding:0px 10px 0px 10px;" class="quotecontent"><div style="display: none;"><br>{TEXT}<br><br></div></div></div>
Code: Select all
Spoiler: [spoiler=titel des spoilers]inhalt des spoilers[/spoiler]
Example:
Visit: Spoiler DEMO