Results 1 to 15 of 28

Thread: Allow quotes to be quoted

Threaded View

  1. #1
    Senior Member Andy is on a distinguished road Andy's Avatar
    Join Date
    Jan 2002
    Location
    San Francisco Bay Area
    Age
    49
    Posts
    2,180

    Allow quotes to be quoted

    The [ Quote] tag is not quotable.

    For example if I put in a quote like this...

    this is an example
    if someone replies w/ quote my quote will be erased. Its not good to have part of the original message lost if your quoting a reply.
     

  2. #2
    Senior Member FASherman has disabled reputation FASherman's Avatar
    Join Date
    Sep 2002
    Posts
    386
    Quote Originally Posted by Andy
    The [ Quote] tag is not quotable.

    For example if I put in a quote like this...



    if someone replies w/ quote my quote will be erased. Its not good to have part of the original message lost if your quoting a reply.
    I don't see that as a bad thing. I would rather avoid wasting database space with N levels of quotes.
    pSeriesTech.Org
    Where pSeries professionals gather
     

  3. #3
    Senior Member Andy is on a distinguished road Andy's Avatar
    Join Date
    Jan 2002
    Location
    San Francisco Bay Area
    Age
    49
    Posts
    2,180
    I'm not as concerned with disk space as I am with people being able to follow a reply.

    The reply w/ quote feature is one of the most important functions in a forum sotware like vBulletin. Sometimes people will use the [QUOTE] tag in a reply many times. To have these quotes lost when it is quoted is a problem.

    The problem lies with having more then one quote per post. The software doesn't know how to handle that.
     

  4. #4
    Senior Member Marco is on a distinguished road
    Join Date
    Nov 2000
    Location
    The Netherlands
    Posts
    830
    Quote 1
    Quote 2
    Quote 3
    It can handle nested quotes just fine, just for some very odd reason they're stripped off when you use Reply w/Quote.
     

  5. #5
    Senior Member merk is on a distinguished road merk's Avatar
    Join Date
    Jul 2001
    Location
    Canberra, Australia
    Age
    25
    Posts
    4,145
    Quote Originally Posted by Marco
    It can handle nested quotes just fine, just for some very odd reason they're stripped off when you use Reply w/Quote.
    They are stripped off using the regex_ bbcode functions.

    I cant see why its really that big of a problem for general uses (sometimes its much better that they are stripped), but i can sometimes see a need for it. Though, having the "Topic Review" below the new post window, and being able to modify the post yourself adding quote tags, that its not a problem at all.

    I would like to see an vBulletin Option to set the depth of quote tags that get stripped. Mike is probably the only one that could work out a über-regex-function that could do it!
     

  6. #6
    Senior Member cirisme is on a distinguished road
    Join Date
    Feb 2003
    Posts
    1,310
    It strips it so that they don't get too nested. At least that's what happened in vb2. Let's find out:

    Innermost quote
    Edit: okay vb2 stopped parsing after about 2 or 3 layers. The new regexes must have fixed that
     

  7. #7
    Senior Member Andy is on a distinguished road Andy's Avatar
    Join Date
    Jan 2002
    Location
    San Francisco Bay Area
    Age
    49
    Posts
    2,180
    Where can I locate the regex_ bbcode functions?
     

  8. #8
    Former vBulletin Developer Mike Sullivan will become famous soon enough Mike Sullivan's Avatar
    Join Date
    Apr 2000
    Location
    Regexia
    Age
    25
    Posts
    13,374
    Blog Entries
    7
    Code:
    $pagetext = trim(strip_quotes($pagetext));
    In newreply.php. Remove the call to strip_quotes there.
    --Mike "Ed" Sullivan
    Former vBulletin Developer

    Twitter | Regexia (personal)
     

  9. #9
    Senior Member Andy is on a distinguished road Andy's Avatar
    Join Date
    Jan 2002
    Location
    San Francisco Bay Area
    Age
    49
    Posts
    2,180
    Quote Originally Posted by Mike Sullivan
    Code:
    $pagetext = trim(strip_quotes($pagetext));
    In newreply.php. Remove the call to strip_quotes there.
    Hi Mike,

    It would be nice to know where I could add that line in the PM script. That way the PM's would be the same as thread posts and you would only see the last reply quoted.
     

  10. #10
    Senior Member BenSjoberg has disabled reputation
    Join Date
    Jun 2003
    Location
    St. Louis Park, Minnesota
    Age
    20
    Posts
    139
    Quote Originally Posted by cirisme
    vb2 stopped parsing after about 2 or 3 layers. The new regexes must have fixed that
    It was three, check it out: http://forums.wdwinsider.net/showthr...&threadid=1254
     

  11. #11
    Senior Member Andy is on a distinguished road Andy's Avatar
    Join Date
    Jan 2002
    Location
    San Francisco Bay Area
    Age
    49
    Posts
    2,180
    I think the best solution for nested quotes is to simply not allow them. If a user manually puts in a second quote tag, when they click on submit, if more then one quote tag is found, then an error message pops up and informs them that this is not allowed. Same thing for PM's. They are far too difficult to read with all the nested quotes. Trim the last quote like it is done in the thread posts.

    Simplicity is the mother of invention.
     

  12. #12
    Senior Member merk is on a distinguished road merk's Avatar
    Join Date
    Jul 2001
    Location
    Canberra, Australia
    Age
    25
    Posts
    4,145
    How would you tell the difference between a quote that was already there, and one that was entered by the user?
     

  13. #13
    Senior Member Marco is on a distinguished road
    Join Date
    Nov 2000
    Location
    The Netherlands
    Posts
    830
    Quote Originally Posted by Andy
    I think the best solution for nested quotes is to simply not allow them. If a user manually puts in a second quote tag, when they click on submit, if more then one quote tag is found, then an error message pops up and informs them that this is not allowed. Same thing for PM's. They are far too difficult to read with all the nested quotes. Trim the last quote like it is done in the thread posts.

    Simplicity is the mother of invention.
    That may be your opinion, but if something like this would ever be done I would prefer it be made optional. I think nested quotes are quite handy, and so do my users.
     

  14. #14
    Senior Member jilly is on a distinguished road jilly's Avatar
    Join Date
    Apr 2001
    Location
    maryland
    Age
    45
    Posts
    1,224

    D

    DISABLING THE AUTOMATED QUOTING FEATURE?

    How can I disable the automatcic quoting of each post in a reply?
     

Similar Threads

  1. Quoted text broken
    By WebFX in forum vBulletin 3.0 How Do I and Troubleshooting Forum
    Replies: 0
    Last Post: Thu 4th Sep '03, 7:50pm
  2. Link to quoted post in quote
    By Pogo in forum vBulletin Suggestions and Feedback
    Replies: 8
    Last Post: Sun 11th Aug '02, 1:05pm
  3. [sug] Enhanced quoted replies
    By Fusion in forum vBulletin 2 Suggestions and Feedback
    Replies: 0
    Last Post: Mon 11th Mar '02, 2:37pm
  4. how to change the format of quoted message
    By Longbow in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 8
    Last Post: Sun 4th Nov '01, 9:16pm
  5. Quoted Replies Suddenly Not Working
    By DVD Plaza in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 2
    Last Post: Mon 18th Jun '01, 1:17pm

Bookmarks

Posting Permissions

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts