dsavi Posted October 6, 2008 Share Posted October 6, 2008 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? Link to comment Share on other sites More sharing options...
D. V. Devnull Posted October 6, 2008 Share Posted October 6, 2008 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.) Link to comment Share on other sites More sharing options...
stevepole Posted October 6, 2008 Share Posted October 6, 2008 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. Link to comment Share on other sites More sharing options...
pryomancer Posted October 6, 2008 Share Posted October 6, 2008 I just want to be able to put a hide tag inside another one. [hide=]It does[hide=]not work[/hide][/hide] Link to comment Share on other sites More sharing options...
Hawks Posted October 6, 2008 Share Posted October 6, 2008 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 Link to comment Share on other sites More sharing options...
InkofDeath Posted October 6, 2008 Share Posted October 6, 2008 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. =/ Link to comment Share on other sites More sharing options...
dsavi Posted October 6, 2008 Author Share Posted October 6, 2008 Scroll click -> New tab. Link to comment Share on other sites More sharing options...
MageUK Posted October 6, 2008 Share Posted October 6, 2008 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. Link to comment Share on other sites More sharing options...
The Observer Posted October 6, 2008 Share Posted October 6, 2008 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: Link to comment Share on other sites More sharing options...
MageUK Posted October 6, 2008 Share Posted October 6, 2008 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. Link to comment Share on other sites More sharing options...
The Observer Posted October 6, 2008 Share Posted October 6, 2008 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 Link to comment Share on other sites More sharing options...
D. V. Devnull Posted October 7, 2008 Share Posted October 7, 2008 <<<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.) Link to comment Share on other sites More sharing options...
MageUK Posted October 7, 2008 Share Posted October 7, 2008 <<<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. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now