Not signed in (Sign In)

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

    • CommentAuthorAndromeda
    • CommentTimeMay 1st 2007 edited
     
    Hello !

    Suggestion: Rating Star System for plogger :)
    •  
      CommentAuthordusk
    • CommentTimeMay 1st 2007
     
    You mean like this? :)

    I've been working on a new layout for my site, and thought the star rating was worth implementing. Doesn't need much code, but it still needs some polish. I've added a couple of columns to the pictures table to capture total votes and current rating - this way you can access the current rating when a picture is loaded.

    When voting, the page then calls an ajax function to write the new values then display the new rating.
    • CommentAuthorAndromeda
    • CommentTimeMay 1st 2007 edited
     
    Yes!! exactly !! good work !
    • CommentAuthormikesh
    • CommentTimeOct 22nd 2007
     
    hey dusk

    have you got a tip for me how u did it!?

    cheers
    • CommentAuthorAndromeda
    • CommentTimeSep 6th 2008
     
    Hello Flow

    You get this error because you are using the Friendly urls (mod_rewrite) feature. If you don't use this option, the star-rate-system will function fine and without errors.

    Who can "hack" this script for function with mod_rewrite, PLEEEEEEEEEASEEEEEEEEEE ??? (I'll pay you) jeje
    • CommentAuthorPieperLy
    • CommentTimeSep 7th 2008
     
    hello,

    oh yes, thats also in my interest.
    in svn ending the urls in picture.php with a trailing slash

    my-domain.de/plogger-dir/collection/album/picture/

    the rating script makes an url:
    my-domain.de/plogger-dir/collection/album/picture/db.php?j=5&q=6&t=ip-adress&c=10

    ip-adress= 123.456.789.123 or other

    the script extendet the url with ip and variables, so give an error 404.

    another mistake is the communication with data bank.

    i hope, it give a solution, while rating is a nice gimmick.
    have a nice sunday @all
    uwe