Quote:
Originally Posted by silurius
Hi Abe,
I've tested the updates and all is well for the most part. I am a bit confused about how to set the thread title to include the submitter's name. As directed above, I've edited line # 358 to be this, but the thread still ommits the username:
Code:
$posttitle = "$user[userid]'s story submission";
yields: 's story submission
|
It should be $bbuserinfo[userid]
if that doesn't work, put on the line before,
PHP Code:
$bbuserinfo = $vbulletin->userinfo,