Home » Support » Bug Reporting & Site Feedback » Locked Forum threads
Search Search  
Show: Today's Messages    Show Polls    Message Navigator
Locked Forum threads [message #63024] Fri, 01 March 2013 14:18 UTC Go to next message
avatar AmLachDesigns  is currently offline AmLachDesigns
Messages: 325
Registered: September 2011
Go to my shop
Senior Member
Not really a bug, more of a request:

When a thread is locked, I understand that the padlock symbol is 'lit up' until you have read it. Is it possible that the padlock could be 'turned off' once the thread has been accessed, following the model of the thread light bulbs?
Re: Locked Forum threads [message #63066 is a reply to message #63024 ] Fri, 01 March 2013 23:05 UTC Go to previous messageGo to next message
avatar stannum  is currently offline stannum
Messages: 579
Registered: May 2009
Go to my shop
Senior Member
Bug reported long ago. In some browsers it works as you said, because those browsers use a different image (gif vs png).

Read:
http://www.shapeways.com/forum/theme/default/images/readlocked.png http://www.shapeways.com/forum/theme/default/images/readlocked.gif

Unread:
http://www.shapeways.com/forum/theme/default/images/unreadlocked.png http://www.shapeways.com/forum/theme/default/images/unreadlocked.gif
(Note for future: if the first icon appear different, you are reading this post after the issue being finally addressed)

Fix is simple and fast, even without the source file:
index.php?t=getfile&id=28299&private=0
Just a matter of putting it in the webserver now.

Re: Locked Forum threads [message #70148 is a reply to message #63066 ] Thu, 20 June 2013 03:37 UTC Go to previous message
avatar stannum  is currently offline stannum
Messages: 579
Registered: May 2009
Go to my shop
Senior Member
Tired of waiting for such easy task, so found a workaround. Get Stylish browser extension and add the following style for address "http://www.shapeways.com/forum/*":

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.shapeways.com/forum/") {
  img[src*="/readlocked.png"] {
      width: 0 !important;
      height: 0 !important;
      padding-left: 35px !important;
      padding-top: 37px !important;
      background:
        url(http://www.shapeways.com/forum/index.php?t=getfile&id=28299&)
        no-repeat !important;
      background-position: center !important;
    }
}

Enjoy.

Edit: oops, swapped icons.

[Updated on: Thu, 20 June 2013 03:40 UTC]


 
   
Previous Topic:"Discover" no longer links to the feed by default
Next Topic:How to use the Bug Reporting & Site Feedback section