Quote:
Originally Posted by Dismounted
This line is incorrect:
PHP Code:
$vbulletin->input->clean_GPC('r', 'letter', 'TYPE_STR);
Change it to:
PHP Code:
$vbulletin->input->clean_GPC('r', 'letter', 'TYPE_STR');
Also, you should be using the Admin CP to generate the XML - it will remove any structural errors.
|
Hm, I thought those TYPE_* were constants.
Quote:
Originally Posted by Chadi
Just wanted to give you a heads up. Tested your code on a fresh install, non-vbseo. It always displayed all threads regardless of the letter clicked.
|
You didn't make this change yet:
Quote:
Originally Posted by Myself
Also, change the hook location in the file you've released to forumdisplay_query_threadid. That might solve some people's problems.
|
If after making that change, you're still having problems, let me know. I should be able to install a test board today after work.