Quote:
Originally Posted by dartho
Yep - as Lynne mentioned, you can check the source for most add-ons if they have a 'enable / disable' option to work it out.
In the case of Cyb Advanced Forum Stats, you'd use:
Code:
// disable Cyb Advanced Forum Stats
$vbulletin->options['cybtopstats_enable_global']) = 0;
to try and disable it with in the mobile style.
|
this took me a bit to find out the code is not correct, it should be
Code:
// disable Cyb Advanced Forum Stats
$vbulletin->options['cybtopstats_enable_global']= 0;
You left an extra ) which cause an error message