This topic is locked

Starrating Value Is Null - Does Not Work

5/31/2013 4:51:08 AM
StarRating plugin support forum
C
csernusoft author

Dear All,
When I set StarRating field not mandatory ...

"Edit as"

' set it to true to make star rating field required

this_object.settings("required") = false

' If true will be showed a button to cancel the rating

this_object.settings("cancel") = true

' Position of the cancel button (left or right)

this_object.settings("cancelPlace") = "left"

' The hint information of the cancel button

this_object.settings("cancelHint")= "remove my rating!"

' List of names that will be used as a hint on each star

this_object.settings("hints") = Array("bad", "poor", "regular", "good", "gorgeous")

' Enables half star selection

this_object.settings("half") = true

' The icons size (12 or 24)

this_object.settings("size") = 12

' Number of stars that will be presented (1-20)

this_object.settings("number") = 10

' If true will be showed an hint area for the actual selected score

this_object.settings("show_hint") = true
the application collapses after SAVE...

the message is "Internal server error".
So not possible to remove the value from StarRating field.
Would you please help?
Thanks

Imre