Quote:
Originally Posted by AzzX
This question has been asked numerous times, you need to edit the avatar wordpress code to reference the vb code as Wordpress users no longer exist " This mod bridges your Vbulletin users over to Wordpress."
Something like this?
https://vborg.vbsupport.ru/showthrea...rs#post1663540
|
Those instructions can't be right. There is no query in vbbridge.php with this code:
Code:
$sql = "select postid, username, userid, pagetext, title FROM " . TABLE_PREFIX . "post where threadid = '$results->vb_threadid' order by dateline";
There is however:
Code:
$sql = "select postid FROM " . TABLE_PREFIX . "post WHERE threadid= " . $ed_post->vb_threadid . " and parentid = 0";