Two Bugs That Should Be Fixed
-
IMHO this is the best plug-in of its type, but I found two serious bugs:
1) The login and register links are reversed – I had to swap around the following piece of code in voter_functions.php:
?redirect_to=<?php echo urlencode($redirect_to); ?>
2) Your plug-in overwrites the user description field, which it most certainly should not do – I had to comment out the following piece of code in voter.php:
add_filter('get_the_author_description', array('VoterBpMembers','az_display_author_total_votes'), 3, 10);
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Two Bugs That Should Be Fixed’ is closed to new replies.