October 6, 200817 yr No, you're thinking wrong. Not a [hide=] tag, but a [hide] tag. What this would change: [*:20igy4x1]It would fix the previously used tags. The old ones (For example in old guides that are still used) would work again. [*:20igy4x1]If we took the current tag away from the bbCode list, people would assume that we're smart and innovative and designed a single tag that works both with and without an = sign. [*:20igy4x1]It would have a default message, like the old ones. What do you think?
October 6, 200817 yr Agreed. This has been needing repair for some time. :ugeek: Put simply, I SUPPORT!!! ~D. V. Devnull and normally with a cool mind.(Warning: This user can be VERY confusing to some people... And talks in 3rd person for the timebeing due to how insane they are... Sometimes even to themself.)
October 6, 200817 yr I agree with the idea, I noticed this problem the other day when I actually was using the tag, but then again it makes people tell you want they are hiding so if it we're a spoiler they'd be warned.
October 6, 200817 yr I just want to be able to put a hide tag inside another one. [hide=]It does[hide=]not work[/hide][/hide]
October 6, 200817 yr Same here, this needs to happen for the simple reason that you can no longer hide within a hide tag. sig by Soa.....tip.it times.....art & mediadeviantart/flickr/last.fm/steam/twitter/tumblr/youtube
October 6, 200817 yr Same here, this needs to happen for the simple reason that you can no longer hide within a hide tag. Or just fix it somehow that you are able to put a hide tag in a hide tag even with the = sign. Sadly I'd rather have links opening in new tabs/windows that are posted in topics, more than this little thing. =/
October 6, 200817 yr At the moment we can't implement things like nested hide tags because of issues with the way phpBB 3 handles nested BBCode. Here's an example: [color=#FF0000]Text1 Text2 Text3 [color=#FF8000]Text4 Text5[/color] Text6[/color] Produces: Text1 Text2 Text3 Text4 Text5 Text6 Quite a few people have reported this but I've no idea if it's going to be fixed. I believe the only BBCode you can nest is quotes.
October 6, 200817 yr At the moment we can't implement things like nested hide tags because of issues with the way phpBB 3 handles nested BBCode. Here's an example: [color=#FF0000]Text1 Text2 Text3 [color=#FF8000]Text4 Text5[/color] Text6[/color] Produces: Text1 Text2 Text3 Text4 Text5 Text6 Quite a few people have reported this but I've no idea if it's going to be fixed. I believe the only BBCode you can nest is quotes. Maybe you can look at the code for PhpBB 3 quotes and look at the differences with the hide tags and see if you can figure something out. It's worth a try. I sometimes do it myself to try and fix something on the forums. :geek:
October 6, 200817 yr At the moment we can't implement things like nested hide tags because of issues with the way phpBB 3 handles nested BBCode. Here's an example: [color=#FF0000]Text1 Text2 Text3 [color=#FF8000]Text4 Text5[/color] Text6[/color] Produces: Text1 Text2 Text3 Text4 Text5 Text6 Quite a few people have reported this but I've no idea if it's going to be fixed. I believe the only BBCode you can nest is quotes. Maybe you can look at the code for PhpBB 3 quotes and look at the differences with the hide tags and see if you can figure something out. It's worth a try. I sometimes do it myself to try and fix something on the forums. :geek: There's no set code for hide tags, they all go through the same parser, the only different is with quotes and it's buried inside phpBB somewhere. I've seen fixed that people have tried to make but they've been buggy or used regexs on every post in every page which causes lag.
October 6, 200817 yr At the moment we can't implement things like nested hide tags because of issues with the way phpBB 3 handles nested BBCode. Here's an example: [color=#FF0000]Text1 Text2 Text3 [color=#FF8000]Text4 Text5[/color] Text6[/color] Produces: Text1 Text2 Text3 Text4 Text5 Text6 Quite a few people have reported this but I've no idea if it's going to be fixed. I believe the only BBCode you can nest is quotes. Maybe you can look at the code for PhpBB 3 quotes and look at the differences with the hide tags and see if you can figure something out. It's worth a try. I sometimes do it myself to try and fix something on the forums. :geek: There's no set code for hide tags, they all go through the same parser, the only different is with quotes and it's buried inside phpBB somewhere. I've seen fixed that people have tried to make but they've been buggy or used regexs on every post in every page which causes lag. *takes out shotgun* I'll start hunting for something that might fix this. :mrgreen: ~Killer
October 7, 200817 yr <<<Quote Snip>>> There's no set code for hide tags, they all go through the same parser, the only different is with quotes and it's buried inside phpBB somewhere. I've seen fixed that people have tried to make but they've been buggy or used regexs on every post in every page which causes lag. *takes out shotgun* I'll start hunting for something that might fix this. :mrgreen: ~Killer Killer & Peter, a good start point might be the file(s) that contains the custom tag data. Still trying to remember the filename, however. If I do find it, I'll let you know. If you find it before me, however, please tell what it is? :-k ~D. V. Devnull and normally with a cool mind.(Warning: This user can be VERY confusing to some people... And talks in 3rd person for the timebeing due to how insane they are... Sometimes even to themself.)
October 7, 200817 yr <<<Quote Snip>>> There's no set code for hide tags, they all go through the same parser, the only different is with quotes and it's buried inside phpBB somewhere. I've seen fixed that people have tried to make but they've been buggy or used regexs on every post in every page which causes lag. *takes out shotgun* I'll start hunting for something that might fix this. :mrgreen: ~Killer Killer & Peter, a good start point might be the file(s) that contains the custom tag data. Still trying to remember the filename, however. If I do find it, I'll let you know. If you find it before me, however, please tell what it is? :-k ~D. V. Devnull The BBCode is parsed by the same parser used for all the rest I expect, and no custom tag data is stored flat file it's all stored in the database. The file you're looking for is called includes/bbcode.php, lol.
Create an account or sign in to comment