Thread Starter
kkkk45
(@kkkk45)
I solve it doing this little modification to your plugin (sorry….)
//—————————————————————–//
// Insert function for one rating //
//—————————————————————–//
function insertUSR() {
global $media; // (the variable)
$atts[0] = $media;
//Read default settings
$usrMaxStars = get_option(‘usrMaxStars’);
$usrStarImage = get_option(‘usrStarImage’);
$usrStarText = get_option(‘usrStarText’);……..
———————————————————————-
and calling the function:
global $media;
[usr][/usr]