Tested with 3.0.7?....
Cause in my showthread.php there's nothing like
PHP Code:
// *********************************************************************************
//set thread last view
$threadview = fetch_bbarray_cookie('thread_lastview', $thread['threadid']);
instead there is
PHP Code:
// *********************************************************************************
//set thread last view
if ($thread['pollid'] AND $vboptions['updatelastpost'] AND ($displayed_dateline == $thread['lastpost'] OR $threadview == $thread['lastpost']) AND $pollinfo['lastvote'] > $thread['lastpost'])
{
$displayed_dateline = $pollinfo['lastvote'];
}
So should I add the code aboove this part?...
EDIT:
Well since I like to experiment I did it and seems to work fine. But probably you should change the instructions.
Quote:
Originally Posted by Ocean
If it's not showing up as is, then I'll have to look into it. But I might not incorporate it until the next feature version.
|
Username formatting doesn't show at all as of now. When could we expect a new release?