Discussion Board

Results 1 to 7 of 7
  1. #1
    Registered User laa-laa's Avatar
    Join Date
    Aug 2003
    Location
    Oulu, Finland
    Posts
    1,122
    I'd like to have some visual distinction between visited and unvisited links on the DiBo. Like in regular HTML where the 'a' element styles have not been overridden to be the same.

    Considering the reading habits I have, it would be easier to spot threads I've previously been reading (interested in) from long result pages.

    If there are posts by me in a thread, the thread icon changes to reveal that but if I'm just been reading, there's no indication.

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,673
    Would want to second that, it is most important for me when reading some specific (like private ones), to determine quickly whether there is anything that I should read. Actully focusing on all items takes simply too long.

  3. #3
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    Yep, we certainly need that.

  4. #4
    (Retired) Nokia Developer Admin. Nokia Ron's Avatar
    Join Date
    Jan 2006
    Location
    Michigan
    Posts
    4,664
    What don't you see, all threads clearly indicat if you've read them or not. It is much more apparent now than previously. Are you talking about something else?

    Ron

  5. #5
    Registered User laa-laa's Avatar
    Join Date
    Aug 2003
    Location
    Oulu, Finland
    Posts
    1,122
    It's not about read/unread but rather visited/unvisited. Specifically the following CSS in http://www.forum.nokia.com/css/ui.css
    Code:
    a {
    	color: #395796;
    	font-weight: bold;
    	text-decoration:none;
    	}
    	
    a:hover	{
    	color: #395796;
    	text-decoration:underline;
    	}
    specifies styles for all anchor (link) elements and a specialization for hovered-upon lnks. However, there's no specialization for the a:visited property and therefore URLs already visited appear using the same style as any other link.

    This was already an issue with the previous version of FN and I did mention it in some feedback post back then. The version before that had blue color for unvisited and purple for visited links.

  6. #6
    (Retired) Nokia Developer Admin. Nokia Ron's Avatar
    Join Date
    Jan 2006
    Location
    Michigan
    Posts
    4,664
    Thanks,

    I finally understand and will add this to the bug list

    Ron

  7. #7
    (Retired) Nokia Developer Admin. Nokia Ron's Avatar
    Join Date
    Jan 2006
    Location
    Michigan
    Posts
    4,664

Similar Threads

  1. Replies: 14
    Last Post: 2010-10-16, 08:48
  2. listing web sites visited
    By pbhimellu in forum Symbian Networking & Messaging (Closed)
    Replies: 0
    Last Post: 2009-03-31, 12:13
  3. 6131 NFC and ISO 14443B re-visited
    By npr.novo in forum Near Field Communication
    Replies: 2
    Last Post: 2008-10-28, 20:40
  4. List visited web pages
    By yosr eman in forum Symbian C++
    Replies: 9
    Last Post: 2008-09-29, 14:15
  5. How to log the urls a user has visited to a file ?
    By vinod_j in forum Symbian Networking & Messaging (Closed)
    Replies: 0
    Last Post: 2005-05-31, 12:14

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved