View Full Version : Nested Quoting!
Protonus
08-10-2005, 07:27 PM
This is a very basic feature that I guess vB hasn't implemented because of some problem they had in 2x. Even phpbb2 has this.
Nested quoting makes it so that if:
Bob says "hi"
And Frank quotes him and says "hello" back
and then Phil quotes Frank, his quote shows Bob AND Frank's original text.
In other words, quoting quotes EXACTLY what the quoted person had in their post - It doesn't Truncate it.
Our board recently switched from phpbb2 to vB, and it's driving myself and other users nuts... anyone know of ANY way to do this? Any hacks would be MOST appreciated!!!!!
Andreas
08-10-2005, 07:34 PM
1 Line Hack that works for all vB 3.x Versions
In functions.php
FIND
function strip_quotes($text)
{
BELOW that ADD
return $text;
But keep in mind that Quotes nested too deep will cause Problems.
klinsek
10-16-2005, 02:50 PM
Sorry to necro this post, but my users have been bugging us for the return of nested quotes since we dumped phpbb for vb last year.
So Kirby, I am just curious.. what sort of issues are we looking at for deeply nested quotes?
Is there a possibility of limiting the number of nests to say 3-4? I don't see a need beyond that.
Thanks much.
cbr929rrerion
10-31-2005, 01:43 AM
any way to specify nested background color and font?
InfidelMatt
11-13-2005, 10:47 PM
Problem: Adding that, while allowing for nested quotes, strips the quotes out of subscription emails.
Any fix?
moonclamp
11-19-2005, 06:17 PM
Is there a way to do this so it only goes 2 or 3 quotes deep?
Quillz
12-08-2005, 02:08 PM
Problem: Adding that, while allowing for nested quotes, strips the quotes out of subscription emails.
Any fix?
Is there any way to fix this?
Sculli
12-08-2005, 04:42 PM
But keep in mind that Quotes nested too deep will cause Problems.
Would it be possible to get some more details on that?
How deep is too deep, and what kind of problems? As in, screwed up formatting, board crash? How severe of a problem?
Thanks in advance.
tendo
01-17-2006, 08:57 PM
OH TANKS GUYS I WAS SEARCHING FOR THIS 4EVAR !!!
*peace!*
iamme1
04-26-2006, 09:07 PM
Would it be possible to get some more details on that?
How deep is too deep, and what kind of problems? As in, screwed up formatting, board crash? How severe of a problem?
Thanks in advance.
yes....anyone know what kind of problems?
sandra_nz
06-01-2006, 08:27 PM
Is there any way to fix this?
Would it not be possible just to remove the strip_quotes function altogether? I mean, the very name of it suggests it is designed soley to remove quotes.
sandra_nz
06-07-2006, 07:47 AM
So does this work with 3.5.4? I can't find any functions.php file.
wizadora
06-28-2006, 11:11 AM
This is a feature that some users have requested from us too. Before we go off and try to introduce this fix, what are the problems you refer to ?
majorxp
08-30-2006, 08:12 PM
This still works for 3.6. :)
The only problem I know of is when there are a lot of nested quotes it can look terrible or break out of the page (depending on your browser). ...of course, if you have annoying folks, simply get rid of them...
CoreIssue
11-14-2006, 02:45 PM
Really need this function. Absurd that vB is the only forum script I know of that somehow thinks it is not wanted or needed.
SMF has it as default with the ability to turn it off. The others just have it on all the time.
I have never run into a problem with it being too deep.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.