
10-31-2005, 01:35 PM
|
 |
|
|
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by mtha
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 
|
worked i didnt know it was a guest post
thanks!!
|