Quote:
Originally Posted by MissKalunji
|
it's because you are looking at a guest's post.
I dont have access to my code now, but you can try this:
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