A script help please

Discussion in 'PHP' started by screationz, Apr 26, 2009.

  1. #1
    On my blog. On the sidebar where my "RECENT COMMENTS" part is I have created a simple script that besicly shows gravatars of my commentors. This script in my sidebar.php. Now what I need is the script to continue doing the same thing but just exclude my comments (blog owner) from showing. I am not sure how to achieve this. Below is the script;

    I have also tried this with no luck;

    Can someone please help me?
    Thanks for your help, appreciated.
     
    screationz, Apr 26, 2009 IP
  2. screationz

    screationz Well-Known Member

    Messages:
    166
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    123
    #2
    anyone? :cool:
     
    screationz, Apr 26, 2009 IP
  3. shadowgold

    shadowgold Active Member

    Messages:
    92
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    70
    #3
    buddy that's what dp is for
    :)

    why don't u chane that usermeta sql to exclude ur userid??
     
    shadowgold, Apr 26, 2009 IP
  4. screationz

    screationz Well-Known Member

    Messages:
    166
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    123
    #4
    shadowgold thanks for your reply. I am bit all new to this, could you please explain bit more of what you mean or how to go about it?

    again thanks!
     
    screationz, Apr 26, 2009 IP
  5. screationz

    screationz Well-Known Member

    Messages:
    166
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    123
    #5
    got it sorted :)
     
    screationz, Apr 26, 2009 IP
  6. ghprod

    ghprod Active Member

    Messages:
    1,010
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    78
    #6
    have u fix this??

    u can try to

    if(comment_author == admin){
    //do nothing
    }

    just rough code ... u must define output for ur query first :)

    regards
     
    ghprod, Apr 27, 2009 IP
  7. screationz

    screationz Well-Known Member

    Messages:
    166
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    123
    #7
    Hi there,

    Yes i was able to fix it, thanks for your help!

     
    screationz, Apr 29, 2009 IP