Quote:
Originally Posted by RobInjection
Also, while I have you here, is there any way to call the user's Avatar and User ID in WP? I would love to link to user profile pages within WP comments.
|
Hello,
take a look at my previous answer about avatar & vBbridge
here.
Of course it was for a former version of the bridge and some modifications have to be made to make it work, for example the query to look for into
vbbridge.php is now :
PHP Code:
$sql = "select * FROM " . TABLE_PREFIX . "post where threadid = '$results->vb_threadid' order by dateline";