Quote:
Originally Posted by FF|Skyrider
Temp disabled. There's a bug with this plugin on the default vB4 mobile theme, when clicking on threads it selects the pre-fix instead of which shows the entire prefix thread list rather than going to the thread that you selected. I've tested it and doesn't matter where I click, it shows the prefix list.
|
I had the same problem on default mobile style. The user has the potential to get stuck in a never ending loop of filtering by prefix and then listing by all threads.
To fix go to AdminCP > Plugin Manager > Make Prefix Clickable > [Edit]
Search for this line:
Code:
if ($thread['prefixid'] AND $thread['prefix_rich'] AND THIS_SCRIPT=='forumdisplay')
And replace with:
Code:
if ($thread['prefixid'] AND $thread['prefix_rich'] AND THIS_SCRIPT=='forumdisplay' AND $vbulletin->userinfo['styleid'] != 4)
*Change 4 to the number of your default mobile theme to disable the plugin on the mobile theme.
Awesome plugin by the way Lynne.