Nested answers in a thread

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ndoktoruser
    Member
    • Aug 2015
    • 69
    • 5.1.x

    Nested answers in a thread

    Hello everyone,

    is it possible to create nesting structures for answers given by the users?
    Something like reddit has. Example: https://www.reddit.com/r/pics/commen...aching_austin/ .
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24287
    • 6.0.X

    #2
    No that is not possible in vB5, sorry.

    you can have users comment on posts which sits the comment within the post they are commenting on.
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • glennrocksvb
      Former vBulletin Developer
      • Mar 2011
      • 4020
      • 5.7.X

      #3
      That might be possible but only up to 3 levels of nesting. This is because vB5 only allows comments to a reply and not comments to a comment.

      Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

      Comment

      • ndoktoruser
        Member
        • Aug 2015
        • 69
        • 5.1.x

        #4
        Hi, Glenn.

        Is there a tutorial to do it?

        Comment

        • LCTlive
          Member
          • Oct 2021
          • 75

          #5
          Mark.B
          Glenn Vergara
          Wayne Luke


          Checking in for an update on this, since this page is a few years old -- Is nesting now possible?

          Since reddit and discus have nesting, and have become increasingly widespread since this question was asked.

          And a follow-up question in advance, is nesting possible with the downloaded/server-installed vbulletin.org software?

          Comment


          • Wayne Luke
            Wayne Luke commented
            Editing a comment
            Not as deep as reddit. vBulletin allows two levels of nesting... Replies and Comments.

            In order for users to create comments, they must have the "Can Comment" permission set to yes for their Usergroup and comments need to be turned on Globally under Settings → Options → Message Posting and Editing Options.

            If it is the indentation you want then you can probably do something like:

            Code:
            .b-post--text {
              margin-left: 10 px;
              width: calc (100% - 10px);
            }
            Last edited by Wayne Luke; Thu 4 Nov '21, 9:15am.
        • LCTlive
          Member
          • Oct 2021
          • 75

          #6
          OK, understood, and that should work for now.

          When we have more traffic, and we change to a self-installed vBulletin, can we modify that to allow nested comments like with reddit and discus?

          Comment

          • Wayne Luke
            vBulletin Technical Support Lead
            • Aug 2000
            • 74078

            #7
            If you have the download version, you have access to the templates and source code. With a sufficiently proficient Full Stack PHP Developer, you should be able to do whatever you want.
            Translations provided by Google.

            Wayne Luke
            The Rabid Badger - a vBulletin Cloud demonstration site.
            vBulletin 5 API

            Comment

            Related Topics

            Collapse

            Working...