Quote:
Originally Posted by mtha
it's because you are looking at a guest's post.
Go to your AdminCP, edit the plugin YAAS - postbit_display_start
LOOK FOR
PHP Code:
if ($vbulletin->options['aw_postbit']) { if (THIS_SCRIPT == 'private') $this->post['userid'] =& $post['fromuserid'];
REPLACE BY
PHP Code:
if (THIS_SCRIPT == 'private') $this->post['userid'] =& $post['fromuserid']; if (($vbulletin->options['aw_postbit']) AND ($this->post['userid'])) {
ps. i didnt test it, let me know if it works 
|
Version 2.0.5 has include this fix! please implement the change if you havent done so!