Nesting of hide tags

Is something wrong? Do you have any suggestions? Let us know.
Post Reply
User avatar
Harleqin
Lives in sente
Posts: 921
Joined: Sat Mar 06, 2010 10:31 am
Rank: German 2 dan
GD Posts: 0
Has thanked: 401 times
Been thanked: 164 times

Nesting of hide tags

Post by Harleqin »

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.
A good system naturally covers all corner cases without further effort.
User avatar
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

Post by freegame »

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.
Laurens
Go school: freegame's Teaching School
Author of: The Next Move a book for 15-3kyu players.
User avatar
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

Post by Jordus »

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 tag


example of using the center 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

Post by xed_over »

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 tag


example of using the center tag

what has got to do with nested hide tags?
first hidden comment
[hide]nested hidden comment
[/hide]
User avatar
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

Post by Jordus »

So you are looking to write a hidden comment within a hidden comment?
I'm thinking...
User avatar
Chew Terr
Gosei
Posts: 2060
Joined: Mon Apr 19, 2010 12:45 pm
Rank: KGS 3k
GD Posts: 264
KGS: Chew
Location: Texas
Has thanked: 546 times
Been thanked: 172 times
Contact:

Re: Nesting of hide tags

Post by Chew Terr »

Yep
Someday I want to be strong enough to earn KGS[-].
User avatar
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

Post by Jordus »

comment
comment
comment
comment


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...
Post Reply