Quote:
Originally Posted by Jafo232
I will be applying this to the next version, but for now, open functions_vbridge.php and find this line:
Code:
if ( !$user || ($user->user_login != strtolower$username) ) {
Replace with:
Code:
if ( !$user || (strtolower($user->user_login) != strtolower($username)) ) {
|
Thanks for letting me know. Also about the pm's thanks for letting me know. Darn though lol it's not easy finding someone who knows about this as much as you do.
Can I hack the source of this plugin as well and use some of it on the new site i'm building? Thanks, PSPC