I was having this issue
https://vborg.vbsupport.ru/showpost....9&postcount=87 so i changed this line:
Code:
if (($_COOKIE["override"]=="on") && ($vbulletin->options['mob_detect_override']==1) && ($vbulletin->options['mob_detect_enabled'] == 1)) {
$ciao=1;
}
to
Code:
if (($_COOKIE["bb_userstyleid"]=="$styleid") && ($vbulletin->options['mob_detect_override']==1) && ($vbulletin->options['mob_detect_enabled'] == 1)) {
$ciao=1;
}
And now if i Enable Over-riding of Styles is working fine, i don't have any idea of coding but meh.