post error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aristor
    Member
    • Sep 2013
    • 51
    • 5.0.X

    post error

    Hi,

    We have a problem in our forum. Here is the explanation:

    - When a registered user opens a new topic there is no problem, it works. But when he replies this topic or another topic in the forum and tries to attach a picture he gets a error message which you can see attached.

    Could you please help on this issue?

    Thanks in advance.

    Attached Files
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24286
    • 6.0.X

    #2
    I see you have disabled comments...

    Strangely, try enabling them (it's a usergroup permission in 5.1.0 and a global permission in 5.0.5 and under) and see if it now works.

    I've run into this on a number of sites (though not all).

    If this is the case, let me know, we will need to hide the comment button using CSS instead.
    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

    • aristor
      Member
      • Sep 2013
      • 51
      • 5.0.X

      #3
      What is the name of the permission?
      Last edited by aristor; Wed 2 Apr '14, 8:42am.

      Comment

      • aristor
        Member
        • Sep 2013
        • 51
        • 5.0.X

        #4
        I set is correct usergroup permisson and global permission.

        How do I solve using CSS?

        Comment

        • Mark.B
          vBulletin Support
          • Feb 2004
          • 24286
          • 6.0.X

          #5
          Add this to the template css_additional.css:
          Code:
          .js-post-control__comment {
            display: none !important;
          }
          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

          • aristor
            Member
            • Sep 2013
            • 51
            • 5.0.X

            #6
            did not...

            Comment

            • Zachery
              Former vBulletin Support
              • Jul 2002
              • 59097

              #7
              Are users posts required to be moderated before they can be approved?

              Comment

              • aristor
                Member
                • Sep 2013
                • 51
                • 5.0.X

                #8
                in which menu, i can find this option?

                Comment

                • Zachery
                  Former vBulletin Support
                  • Jul 2002
                  • 59097

                  #9
                  There are several places where this could be occurring.

                  Base usergroup permissions
                  Channel Permissions
                  Spam Scanning settings being too high.

                  Comment

                  Related Topics

                  Collapse

                  Working...