Results 1 to 4 of 4

 

Thread: Thread viewed tick?

  1. #1
    Andy_MoreNiche's Avatar
    Registered User

    Status
    Offline
    Join Date
    Mar 2008
    Location
    Nottingham
    Posts
    226
    Thanks
    6
    Thanked 19 Times in 19 Posts


    Hi guys,

    Do you use a plug-in to show the tick next to threads people view?

    If so, do you mind sharing?

    MoreNiche Affiliate Network
    Email: andrew.slack (at) moreniche (dot) com

  2. #2
    pete_coles's Avatar
    Administrator

    Status
    Offline
    Join Date
    May 2007
    Posts
    513
    Thanks
    14
    Thanked 82 Times in 62 Posts
    Nope, no plugin - far more simple solution:

    We use
    Code:
     .threadbit .title:after { content:" ✔"; }
    to display a tick after all links, then use
    Code:
     .threadbit .title.threadtitle_unread:after { content:"";}
    to remove it for any un-read threads.

    You could of course, use it on a:visited if you wish
    Code:
     a:visited:after { content:" ✔"; }
    Jack of all trades master of some

  3. #3
    Andy_MoreNiche's Avatar
    Registered User

    Status
    Offline
    Join Date
    Mar 2008
    Location
    Nottingham
    Posts
    226
    Thanks
    6
    Thanked 19 Times in 19 Posts
    Wow thank Pete

    Code:
    a:visited:after { content:" ✔"; }
    Does not seem to work for me, are you linking this to the threadbit somehow?

    MoreNiche Affiliate Network
    Email: andrew.slack (at) moreniche (dot) com

  4. #4
    pete_coles's Avatar
    Administrator

    Status
    Offline
    Join Date
    May 2007
    Posts
    513
    Thanks
    14
    Thanked 82 Times in 62 Posts
    Yea, the method above applies it to every threadbit, then the second part removes for unread threads. Awkward I know. If your not having to deal with vBulltin the second method should work fine.
    Jack of all trades master of some



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2