Quote:
Originally Posted by Dismounted
postbit_display_start
PHP Code:
if (!empty($this->post['userid']))
{
$rawposts = $this->post['posts'];
}
else
{
$rawposts = 0;
}
|
worked like magic!
thanks a lot! you have helped me a lot and at the same time i have realized i have a LONG LONG LONG road ahead to cross in this little vbulletin modification world; thanks again!