Attachment settings

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74167

    #16
    Originally posted by Carrfixr
    Thanks Wayne
    Is there a bug fix out there for the searchlogs that i am unaware of and should vote for? If you get a chance it's starting to slow me up again, i see a difference by the end of each week..
    Or do i need to call it in each time?
    The Searchlog issue is fixed in 5.3.4 which is still under development. I'll clear your searchlog today.

    You can track the issue here: http://tracker.vbulletin.com/browse/VBV-17655. I'll ask about the possibility of a patch for vBulletin Cloud.
    Translations provided by Google.

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

    Comment

    • Carrfixr
      Senior Member
      • May 2017
      • 1370
      • 5.5.x

      #17
      Originally posted by Wayne Luke
      For the attachment issue, what specifically are you trying to do here? They shouldn't see attached images or files. Instead they would see a link and clicking on it, would provide a login prompt.
      Wayne
      I am trying to stop the unregistered from seeing the pic thumbnails or any attachment..

      If i log out i can still see the thumbnails in a post

      Comment

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

        #18
        Like this: https://forums.rabidbadger.io/rabidb...-photo-gallery

        Add this to your custom CSS:
        Code:
        [data-usergroupid="1"] .photo-preview {
          display:none;
        }
        
        [data-usergroupid="1"] .gallery-details::before {
          content: "Please Register to View Images."
        }
        
        [data-usergroupid="1"] .gallery-details .b-photo-count {
          display:none;
        }
        This is what registered members see:
        Click image for larger version  Name:	snip_20170919143547.png Views:	1 Size:	326.7 KB ID:	4377637



        This is what unregistered users see:
        Click image for larger version

Name:	snip_20170919144347.png
Views:	28
Size:	41.9 KB
ID:	4377638

        Last edited by Wayne Luke; Tue 19 Sep '17, 1:45pm.
        Translations provided by Google.

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

        Comment

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

          #19
          Here is the code for the Attachment box at the bottom of the topic.

          Code:
          [data-usergroupid="1"] .b-post-attachments ul::before {
            content: "Please Register to View Attachments."
          }
          
          [data-usergroupid="1"] .b-post-attachments .b-post-attachments__item {
            display:none;
          }
          You can view it in action on my cloud site here: https://forums.rabidbadger.io/rabidb...me-attachments
          Translations provided by Google.

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

          Comment

          • Carrfixr
            Senior Member
            • May 2017
            • 1370
            • 5.5.x

            #20
            Thanks Wayne that worked perfectly for the images..

            Regarding the searchlogs until the fix comes out in 5.3.4 which will be a little while if you guys can clear my logs weekly it would be appreciated so i wont have to be bothering anyone or worrying about it myself.

            Thanks Mark for doing it today that sped it right back up!

            Comment

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

              #21
              Originally posted by Carrfixr
              Thanks Wayne that worked perfectly for the images..

              Regarding the searchlogs until the fix comes out in 5.3.4 which will be a little while if you guys can clear my logs weekly it would be appreciated so i wont have to be bothering anyone or worrying about it myself.

              Thanks Mark for doing it today that sped it right back up!
              I will make a note and try to remember but feel free to log a ticket if it seems to need doing.
              Wayne will look into the possibility of an early patch, but in the worst case scenario once 5.3.4 is ready this will no longer be necessary.
              Sorry for the inconvenience.
              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


              • Carrfixr
                Carrfixr commented
                Editing a comment
                I thank you both for helping me today

            Related Topics

            Collapse

            Working...