Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    Starbox has been updated to work with the latest Prototype.

    A lot of refactoring has been done to make Starbox faster. All mouse events are now available as custom events, allowing for a much cleaner way to submit a rating. The demonstrations show some of the custom event power by creating a Youtube style text underneath some of the stars when you mouseover. Read the 'how to use' section to learn all about it.

    http://www.nickstakenburg.com/projects/starbox
    • CommentAuthordlado
    • CommentTimeMar 28th 2008
     
    Hi,

    I'v a problem with this control that I couldn't solve....

    I've 3 starbox controls with 3 stars each one. When I change the amount of stars selected of one control I would like to change the value of others.

    How could I do it ???

    Thanks in advance
  2.  
    dlado: please open a thread in the starbox forum
    • CommentAuthorgeshan
    • CommentTimeMar 30th 2008
     
    Some problems with this code?


    function get_rating_box(no){
    //new Starbox('rating_place_'+no, 2, { stars: 10, buttons: 20, max: 10 });
    new Starbox('rating_place_'+no, 2, {
    stars: 5,
    className : 'default',
    buttons: 10,
    max: 5,
    overlay: 'big.png',
    indicator: '#{average}/#{max} out of #{total} votes',
    ghosting: true,
    total: 10,
    rerate: false,
    //onRate: starClicked('rating_place_'+no, info){}{info='a'}
    //{info = { identity: test1,rated: rated,average: 2.5,max: 5,total: 10}}
    });

    $('rating_place_'+no).observe('starbox:rated', starboxThankYou);

    }//function get_rating_box_close


    I can't rate, no action on mouseover. Ghosting works on mouseout. if i put a "Breakpoint" in Firebug it work somewhat but without breakpoint it doesn't work help...
  3.  
    @geshan: you quoted the last two lines so:

    rerate: false,
    // should be
    rerate: false


    For any one else having problems with starbox, post a message in the starbox forum I'm closing this thread for comments.