Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Multiple spoiler tags tbdev (http://www.bvlist.com/showthread.php?t=12428)

graaf 5th October 2021 20:31

Multiple spoiler tags tbdev
 
Hi,


I've use tbdev 08 and trying to add multiple spoiler tags (forum, comment or torrent desc) and it's not working.


When I click first tag it's open like it should, but when I click second spoiler tag it opens first tag.


Can some help me with this? Thanks!





Code that I use:




PHP Code:

# [Spoiler]TEXT[/Spoiler]

if (stripos($s'[spoiler]') !== false) {

$s preg_replace("/\[spoiler\](.+?)\[\/spoiler\]/is""<div class="smallfont" align="left"><input type="button" value="N&auml;yt&auml;" style="width:75px;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 style="margin10pxpadding10pxborder1px inset;" align="left"><div style="displaynone;">\\1</div></div></div>"$s);





All times are GMT +2. The time now is 16:38.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.