Reply button for guests

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vexxy
    Senior Member
    • Aug 2007
    • 305

    [Forum] Reply button for guests

    I've seen that when a guest visits the forum, the Post Reply button does not appear. While this may seem logical, I want it there for guests too since if they click on it, they will be sent to create an account. How do I enable this? I've went through the SHOWTHREAD template and I found this conditional

    Code:
    <vb:if condition="$show['largereplybutton']">
    but even if I comment it, the button will not appear.
    SWTOR Forums | Software Forums
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    I'm going to go out on a limb and say that is almost a regression, in the past we always showed the reply button to guests.

    You could remove the conditional all together.

    Comment

    • Andy
      Senior Member
      • Jan 2002
      • 5886
      • 4.1.x

      #3
      Please vote to have it fixed.

      Last edited by Andy; Fri 20 Jan '12, 10:12am.

      Comment

      • vexxy
        Senior Member
        • Aug 2007
        • 305

        #4
        Originally posted by Zachery
        I'm going to go out on a limb and say that is almost a regression, in the past we always showed the reply button to guests.

        You could remove the conditional all together.
        it may be a regression, but unfortunately not all users understand why there's no reply button when they don't have an account. So I agree with you, but it's a necessity, at least for my forums. As for the conditional I removed the if, but with no luck, guests can't see the button. Is there another conditional that I need to look at?
        SWTOR Forums | Software Forums

        Comment

        • vexxy
          Senior Member
          • Aug 2007
          • 305

          #5
          clearing the cache worked..tnx
          SWTOR Forums | Software Forums

          Comment

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

            #6
            I've create a product that consists of a single option and two plugins to restore this functionality. You can see it at http://www.vbulletin.org/forum/showthread.php?t=277324

            Any questions about the product need to be asked at the link above. For it to work, you would have to restore the conditions. It works based on the pre-existing conditionals.
            Translations provided by Google.

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

            Comment

            Related Topics

            Collapse

            Working...