We love quote quotes

Is there a way to do that?

Is there a way to do what? Nested boxes?

I went all the way up to 18 before I stopped trying, and vBulletin was still happily nesting it correctly. Being a responsible citizen, I’m not going to post it though because it made the page look all yucky.

Nesting instinct? :dubious:

I you’re having trouble with the coding, it’s probably because you are an empty nester.

{quote=Originally Posted by First}
I
{quote= Second}
want
{Quote=Third}
this box inside the second box.
{Quote=Fourth}
and this box inside the third box.{/quote}{/quote}{/quote}{/quote}

Changing the {} to gives you:

On a previous version of the board, the reply button used to generate nested quotes if you were responding to a post containing a quote (or indeed another set of nested quotes). It’s either turned off or absent in the current version and I miss it.

I miss it because it makes some replies (those that are replies to replies, or comments upon replies) harder to understand, having often stripped the context.

Of course it can still be done manually, but it’s a pain. I expect it’s a bandwidth or server load issue, is it?

My wholehearted agreement with Mangetout.

The search engine no longer seems to index stuff in quote boxes either, or at least is a little flaky in its results. Could the two things be connected?

I’ve also noticed that quotes don’t show up in mouse-over previews. But spoilers do show up. I sure hope someone got fired for that one!

They are also stripped from those post summary thingees returned in search results. Methinks a foul conspiracy is afoot…

Thank you, Rick!!! Doing a “Reply” on someone who’d performed this correctly never showed their code and I was curious (and frustrated) at how this was accomplished.

What Mangetout said.

Yes. It’s called vBulletin 3.6.4.

Nobody got fired over the spoilers showing up, I can tell you that much. Spoiler boxes (at least, the way we have them implemented here) aren’t a standard vBulletin feature. Creating a tag to change the background color within a box is a fairly straightforward procedure, which the Powers that Be here had the will and ability to do. But also changing the indexing in such a way that the contents of that box would not show on mouseover would require a more sophisticated reprogramming, beyond what anyone here is willing to attempt.

HOWEVER:

DO NOT NEST SPOILERS!!!
:mad: :mad: :mad:

spoilerspoilerspoilerspoiler

ouryL:[spoiler]

[/spoiler]

Actually, it might not. A while back I did a few tests and found that you can select what comes up in the mouseovers by selective use of [. Anything between [ and ] (or just after [, if you don’t close brackets) won’t show up. However, any close brackets will remove the effect.

“For example, [ here’s a sentence.” would appear in a mouseover as just "For example, "

“Here’s [ yet *another * sentence.” would appear as “Here’s sentence”

I believe you could make spoilers not show up in a mouseover simply by adding in another [ after the first spoiler tag. Like so;

[ Luke is Darth Vader’s son!

Non-mouseover text starts at the beginning of the spoiler and ends with the end, since any close bracket stops the effect. All you need to do to make spoiler boxes non-mouseover-y is add one more character in the right place.

And now i’ve tested it, I can say it does work. So there’s your answer - stick a [ after the first spoiler tag, and you’re all set.

Edit: As long as you don’t use some other tag within the spoiler, of course. Then you’d need to add another [ just after it, too.

I’m assuming we’re talking about automatically nesting quotes when responding to someone who quoted someone else. I don’t remember vBulletin doing this for a long while, and vBulletin 3.6.4 doesn’t do this by default. Is there an option to enable nesting quotes that I haven’t seen?

MUSHROOM! MUSHROOM!

[spoiler]

This is somewhat complicated coding, but with preview and the edit window, it shouldn’t be a problem.[/spoiler]