When trying to nest hide tags, for example when quoting other posts with hide tags, the nesting often does not work.
There seems to be a workaround by using both 'spoiler' and 'hide' tags.
I have the impression that the BBCode parsing might be a bit fishy.
Nesting of hide tags
- freegame
- Lives in gote
- Posts: 399
- Joined: Tue Apr 20, 2010 8:40 am
- Rank: EGF 2d KGS 3d
- GD Posts: 353
- KGS: freegame
- Location: Shanghai, China
- Has thanked: 5 times
- Been thanked: 35 times
- Contact:
Re: Nesting of hide tags
I also had trouble when I wanted to nest hide tags.
I could not get it to work either.
It would be nice to know how to do this correctly, or if there is a work-around.
I could not get it to work either.
It would be nice to know how to do this correctly, or if there is a work-around.
- Jordus
- Site Admin
- Posts: 1125
- Joined: Fri Dec 04, 2009 6:06 pm
- Rank: KGS 9k
- GD Posts: 0
- Universal go server handle: Jordus
- Location: Allegan, MI, USA
- Has thanked: 16 times
- Been thanked: 116 times
- Contact:
Re: Nesting of hide tags
You can try using the indent and center tags. Their are called by using this code around what you want to nest:
example of using the center tag
Code: Select all
[indent][/indent]
[center][/center] example of using the indent tag
I'm thinking...
-
xed_over
- Oza
- Posts: 2264
- Joined: Mon Apr 19, 2010 11:51 am
- Has thanked: 1179 times
- Been thanked: 553 times
Re: Nesting of hide tags
Jordus wrote:You can try using the indent and center tags. Their are called by using this code around what you want to nest:Code: Select all
[indent][/indent]
[center][/center]example of using the indent tagexample of using the center tag
what has got to do with nested hide tags?
- Jordus
- Site Admin
- Posts: 1125
- Joined: Fri Dec 04, 2009 6:06 pm
- Rank: KGS 9k
- GD Posts: 0
- Universal go server handle: Jordus
- Location: Allegan, MI, USA
- Has thanked: 16 times
- Been thanked: 116 times
- Contact:
Re: Nesting of hide tags
So you are looking to write a hidden comment within a hidden comment?
I'm thinking...
- Jordus
- Site Admin
- Posts: 1125
- Joined: Fri Dec 04, 2009 6:06 pm
- Rank: KGS 9k
- GD Posts: 0
- Universal go server handle: Jordus
- Location: Allegan, MI, USA
- Has thanked: 16 times
- Been thanked: 116 times
- Contact:
Re: Nesting of hide tags
so like this?
example code of what i did:
Code: Select all
[hide]comment[spoiler]comment[/spoiler][spoiler]comment[/spoiler][spoiler]comment[/spoiler][/hide]If this is the case, for right now you will have to use hide and spoiler together. Use of for the main hide window, and the other for the nested windows...
I am under the impression the phpbb doesnt support nested custom bbcodes yet. I will be looking further into it to make sure, but for now, that's what the spoiler tag is for.
In cases where you are quoting a hidden comment, use spoiler for the main hidden window.... and hide as the nested ones.
I'm thinking...