Beecher Networks - Web Development, Hosting & Domains
Results 1 to 4 of 4

Thread: Ignored Users

  1. #1
    Reserves
    Joined
    Aug 2007
    Posts
    437
    Thanks Thanks Given 
    85
    Thanks Thanks Received 
    93
    Thanked in
    48 Posts

    Ignored Users

    Hey,

    I want to ignore posts from certain users but I think they current style for ignored posts draws the eyes more than regular posts. I played around with the CSS a little and was wondering if you'd consider implementing something more along the following lines?



    If you want to use something like that, you can just dump the following CSS into the bottom of the file:

    Code:
    li.postbitignored {
        color: #666;
    }
    
    li.postbitignored a {
        color: #666;
        text-decoration: underline;
    }
    
    li.postbitignored .posthead {
        background: #e9e9e9;
        border: 1px solid #e9e9e9;
    }
    
    li.postbitignored .posthead .date,
    li.postbitignored .posthead .time {
        color: #666;
    }
    
    li.postbitignored .userinfo, 
    li.postbitignored .floatcontainer { display: none; }
    
    li.postbitignored .postbody strong {
        font-weight: bold;
    }
    
    li.postbitignored .title {
        font-weight: normal;
    }
    
    li.postbitignored .content {
        margin-top: 5px;
    }

  2. #2
    Coach John83's Avatar
    Joined
    Feb 2003
    Location
    Dublin
    Posts
    8,993
    Thanks Thanks Given 
    2,157
    Thanks Thanks Received 
    1,299
    Thanked in
    811 Posts
    For what it's worth, it does seem as though the current style draws the eye to posts by ignored users. There's still a more polished default forum skin in the works though, unless I'm mistaken.
    You can't spell failure without FAI

  3. #3
    Director dahamsta's Avatar
    Joined
    May 2001
    Location
    The Internet
    Posts
    14,045
    Thanks Thanks Given 
    519
    Thanks Thanks Received 
    853
    Thanked in
    521 Posts
    (I'm not ignoring this, just haven't gotten around to looking at it in detail.)

  4. Thanks From:


  5. #4
    Director dahamsta's Avatar
    Joined
    May 2001
    Location
    The Internet
    Posts
    14,045
    Thanks Thanks Given 
    519
    Thanks Thanks Received 
    853
    Thanked in
    521 Posts
    Took a while, but this is done now. I've also updated the post thanks bit.

  6. Thanks From:


Similar Threads

  1. Can any mac users help?
    By Jofspring in forum Off Topic
    Replies: 1
    Last Post: 17/11/2009, 7:34 AM
  2. Most users ever online was 680
    By Ringo in forum Off Topic
    Replies: 6
    Last Post: 15/09/2006, 7:04 PM
  3. users
    By fosterdollar in forum Off Topic
    Replies: 4
    Last Post: 06/10/2004, 11:52 PM

Posting Permissions

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