Quote:
Originally Posted by assassin85
hello
i just to thank you alot about how u interest and care to release better version , i installed the new one it's really great , but when i told u when the forum closed u see the side bar , now when forum closed u cannot work or modify with the product , u must OPEN the forum to work on it , how could i make the sidebar work even if the forum closed ?
thanks
|
from admincp open plugin manager then at "Product : EveryWhere Sidebar" edit global_start in the php code find
PHP Code:
if ($vbulletin->options['bbactive'] and $vbulletin->options['esidebar_switch']) {
replace it with
PHP Code:
if ($vbulletin->options['esidebar_switch']) {
save it and you are done
know sidebar will be shown even when your forum is closed