Quote:
Originally Posted by gedsta
Doh!
Members are now moaning that on page 2 of a multi page thread, it has reverted back to standard behaviour.
Any ideas of how this could be thread wise?
|
Sorry, I somehow missed that post. You could try changing the above plugin code to this:
Code:
if ($_REQUEST['do'] == 'filter')
{
$hook_query_where .= ' AND post.userid = ' . $thread['postuserid'];
$highlightwords .= '&do=filter';
}
That seems to make the page controls work OK but there's probably something else that won't work...
Quote:
Originally Posted by Red-Devil
Is this possible on VB4? doesnt seem to work probably different coding now from thos
|
I don't know, I'm planning to set up a vb4 test site soon so maybe I'll take a look (if no one else answers by then).