distinction between manual and automatic mode
-
Hi,
in your rating.php you have this line:
if ($options['method']=="manual"&&$options['activated']==1)
Here you distinguish between manual and automatic mode.
But on a page I’m working on I need both modes parallel. I have a custom page where the rating is not showed. So I inserted
spr_show_rating();
which will only work in manual mode.So I changed the line above to:
if ($options['activated']==1)
This way, I can use the automatic mode in all standard pages, and can manually add the rating where I like it.
Maybe with your next update you could change this officially, because this distinction is not necessary. Automatic mode is either on or off, and manual callings just happen where I place them.
Thanks,
Hellstr?m
- The topic ‘distinction between manual and automatic mode’ is closed to new replies.