Jump to content

Make a [hide] tag.


dsavi

Recommended Posts

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?

C2b6gs7.png

Link to comment
Share on other sites

Agreed. This has been needing repair for some time. :ugeek:

 

 

 

Put simply, I SUPPORT!!!

 

 

 

~D. V. Devnull

tifuserbar-dsavi_x4.jpg 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

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

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

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:

j0xPu5R.png

Link to comment
Share on other sites

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

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

j0xPu5R.png

Link to comment
Share on other sites

<<<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

tifuserbar-dsavi_x4.jpg 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

<<<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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.