C
|
cgphp 3/21/2012 |
Check this jquery plugin: http://www.fyneworks.com/jquery/star-rating/ |
S
|
sickacid author 3/22/2012 |
Hi, isn't wery clear how to integrate this script with phprunner <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=65153&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' /> |
C
|
cgphp 3/22/2012 |
It looks very easy to me: http://www.fyneworks.com/jquery/star-rating/ |
S
|
sickacid author 3/22/2012 |
It looks very easy to me: http://www.fyneworks.com/jquery/star-rating/ Some radio buttons and one line of javascript. What else do you want? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=65160&image=1&table=forumreplies' class='bbc_emoticon' alt=':lol:' />
|
C
|
cgphp 3/22/2012 |
Check this article to include external javascript file in your project: http://xlinesoft.com/phprunner/docs/how_to_add_external_files.htm $('input.star').rating(); |
S
|
sickacid author 3/23/2012 |
Check this article to include external javascript file in your project: http://xlinesoft.com/phprunner/docs/how_to_add_external_files.htm The input radio buttons goes in the HTML source code not in the event. In the "Javascript onload" event add the following code: $('input.star').rating();
|
C
|
cgphp 3/23/2012 |
Check firebug for errors. |
S
|
sickacid author 3/24/2012 |
Hi! rating.js doesn't work if used with add/edit/view POPUP. Now I've check the code and I can view the stars <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=65206&image=1&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' /> |
C
|
cgphp 3/24/2012 |
Have you added the radio buttons as custom fields to the form of the add/edit/view pages? Check this article for more info: http://xlinesoft.com/phprunner/docs/add_custom_field_to_form.htm |
S
|
sickacid author 3/26/2012 |
Have you added the radio buttons as custom fields to the form of the add/edit/view pages? Check this article for more info: http://xlinesoft.com/phprunner/docs/add_custom_field_to_form.htm
|