Quote:
Originally Posted by sub_ubi
Bug in vbulletin4.2:
Using mobile style, users are unable to click to read threads with a prefix. Clicking the title of a thread only filters for the prefix.
Is there a way to disable this on mobile?
|
Try wrapping the plugin code with a condition (or just add it to the existing condition in the plugin):
PHP Code:
if (!VB_API) {
code here
}