Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

I figured out the stars

Options
  • 09-04-2001 1:49pm
    #1
    Registered Users Posts: 21,264 ✭✭✭✭


    It's a rating system. Correct? So why can't we rate people?



Comments

  • Registered Users Posts: 166,026 ✭✭✭✭LegacyUser


    Hobbes Ill Give u a 10. Also yeah It would be a good idea!


  • Registered Users Posts: 6,265 ✭✭✭MiCr0


    maybe its to do with the frequency of posting's


  • Closed Accounts Posts: 6,601 ✭✭✭Kali


    and why doesnt the extra information about moderators accesible via the team page show up in the normal profile? thatd be nice.


  • Registered Users Posts: 7,626 ✭✭✭smoke.me.a.kipper


    when you wish upon a star....... or something.

    - Ciaranj - ciaranj.com

    This post has been brought to you by the letter C, and the number 7.


  • Registered Users Posts: 932 ✭✭✭yossarin


    I wanted to be the first to offer to give someone one.

    woof woof


  • Advertisement
  • Registered Users Posts: 20,617 ✭✭✭✭PHB


    but what are they reallly cloud?


  • Closed Accounts Posts: 622 ✭✭✭darthmise


    Yeah whats the story with the stars?
    And why are some different colours to others?
    And why do yours twinkle?

    yeah...


  • Registered Users Posts: 5,049 ✭✭✭Cloud


    Well it's a bit like learning how a magic trick works!
    if ($ThisStatus eq "Administrator") {
    $ThisStatus = "Administrator<br><img src=\"$NonCGIURL/Admin1.gif\"><img src=\"$NonCGIURL/Admin2.gif\"><img src=\"$NonCGIURL/Admin3.gif\"><img src=\"$NonCGIURL/Admin4.gif\"><img src=\"$NonCGIURL/Admin5.gif\">
    <br>";
    }
    elsif ($ThisStatus eq "Moderator") {
    $ThisStatus = "Moderator<br><img src=\"$NonCGIURL/star2.gif\"><img src=\"$NonCGIURL/star2.gif\"><img src=\"$NonCGIURL/star2.gif\"><img src=\"$NonCGIURL/star2.gif\">
    <br>";
    }
    else {
    $ThisStatus = "Newbie<br><img src=\"$NonCGIURL/star3.gif\">
    <br>";
    if ($thisprofile[7] > 4) {
    $ThisStatus = "Cool Newbie<br><img src=\"$NonCGIURL/star4.gif\"><img src=\"$NonCGIURL/star4.gif\">
    <br>";
    }
    if ($thisprofile[7] > 49) {
    $ThisStatus = "Fast Newbie<br><img src=\"$NonCGIURL/star5.gif\"><img src=\"$NonCGIURL/star5.gif\">
    <br>";
    }
    if ($thisprofile[7] > 99) {
    $ThisStatus = "Crazy Poster<br><img src=\"$NonCGIURL/star6.gif\"><img src=\"$NonCGIURL/star6.gif\"><img src=\"$NonCGIURL/star6.gif\">
    <br>";
    }
    if ($thisprofile[7] > 249) {
    $ThisStatus = "Insane Poster<br><img src=\"$NonCGIURL/star7.gif\"><img src=\"$NonCGIURL/star7.gif\"><img src=\"$NonCGIURL/star7.gif\">
    <br>";
    }
    if ($thisprofile[7] > 499) {
    $ThisStatus = "Freak<br><img src=\"$NonCGIURL/star8.gif\"><img src=\"$NonCGIURL/star8.gif\"><img src=\"$NonCGIURL/star8.gif\"><img src=\"$NonCGIURL/star8.gif\">
    <br>";
    }
    if ($thisprofile[7] > 999) {
    $ThisStatus = "No Life<img src=\"$NonCGIURL/star2.gif\"><img src=\"$NonCGIURL/star2.gif\"><img src=\"$NonCGIURL/star2.gif\"><img src=\"$NonCGIURL/star2.gif\"><img src=\"$NonCGIURL/star2.gif\">
    <br>";
    }
    }
    

    [This message has been edited by Cloud (edited 10-04-2001).]


  • Registered Users Posts: 21,264 ✭✭✭✭Hobbes


    So someone with "no life" gets 5 stars, but moderators get 4 stars. I was robbed. smile.gif

    I think moderators should get 4 stars but sparkly ones like the admins. tongue.gif

    I even wrote the code for you smile.gif
    elsif ($ThisStatus eq "Moderator") {
    $ThisStatus = "Moderator<br><img src=\"$NonCGIURL/Admin1.gif\"><img src=\"$NonCGIURL/Admin2.gif\"><img src=\"$NonCGIURL/Admin3.gif\"><img src=\"$NonCGIURL/Admin4.gif\">
    <br>";
    }
    




  • Closed Accounts Posts: 2,313 ✭✭✭Paladin


    LOL

    hehe. We no lifers rule! tongue.gif


  • Advertisement
  • Registered Users Posts: 5,049 ✭✭✭Cloud


    I've some code here that might work:
    elsif ($ThisStatus eq "Moderator") {
      $ThisStatus = "Moderator<br><img src=\"$NonCGIURL/star2.gif\"><img src=\"$NonCGIURL/star2.gif\"><img src=\"$NonCGIURL/star2.gif\"><img src=\"$NonCGIURL/star2.gif\"><br>";
      if ($thisprofile[0] eq "Hobbes") {
        $ThisStatus = "Demoted<br>";
      }
    }
    

    :P


  • Registered Users Posts: 1,004 ✭✭✭Lord Khan


    jeeze hobbes I'm really let down that you didn't cop on sooner :-)

    btw the starts really make it look like kindergarten :-) maybe change them to diffrent pips(their real name btw hobbes smile.gif )


  • Registered Users Posts: 21,264 ✭✭✭✭Hobbes


    Well LK another UBB I visit they had something similar but you clicked on the persons name and then you could rate them 1-5 stars and it would display stars based on thier average. Kind of a cool idea.

    All these 'pips' do is add to the load time. smile.gif



  • Registered Users Posts: 18,484 ✭✭✭✭Stephen


    Not really hobbes... each star image is about 200 bytes - and since most of them are the same image repeated over and over it won't add to load time further than the milliseconds 200 bytes takes because they get cached.


  • Registered Users Posts: 21,264 ✭✭✭✭Hobbes


    *shhh!* smile.gif



  • Registered Users Posts: 332 ✭✭spod


    they don't add to the download time, but they do add to the page rendering time :P


  • Registered Users Posts: 1,004 ✭✭✭Lord Khan


    Hobbes that's user rating a hack which I don't particular like since is purely personal and had it installed on an old board before and people kept complaining cause some people were getting people to give them a low rating.

    there another hack called the karma hack which has ratings -5 to 5 and is set by the admins ... which displays various pics depending on the rating.

    Stepehen ... nah I'll let hobbes tell you the speed of his connection ... I doubt if they were 200k they'd make too big a dent on his d/l time smile.gif


  • Registered Users Posts: 1,004 ✭✭✭Lord Khan


    Hmmmm just me or is this getting wider?

    course it's cloud's fault anyway :-)

    although it cell wrap was on that shouldn't have happened?


  • Registered Users Posts: 18,484 ✭✭✭✭Stephen


    Weird eek.gif


  • Registered Users Posts: 18,484 ✭✭✭✭Stephen


    I know, he's a cable wh0re biggrin.gif


  • Advertisement
  • Registered Users Posts: 1,004 ✭✭✭Lord Khan


    yeah ... cause I looked back for a long wrod and didn't see any ... cloud posted a cloud ... but there were spaces in that ... and wrap if it was on(which it is by default) would have pushed them to the next line


Advertisement