Quote:
Originally Posted by Ross L
Yeah that is a pain, I noticed that this morning!
Also, if you click on Authors & Users it redirects to forums/admincp/user.php and a lot of people change the name of their admincp for security reasons. Could it be made so you can define the admincp in the settings for vbbridge?
Also if there was a way of supporting user avatars from vBulletin to wordpress, that would be sweet. That way it would be easier to distinguish posters on the blog (as most people remember the avatar rather than the name).
|
I had the same problem with the admincp/user.php link not working. To fix this I modified line 640 of vbbridge.php:
Code:
$arg = 'admincp/user.php';
I hope this helps.