Mod still working wonders and looks great!
I need something that is probably right under my nose but - here goes:
I have a style specifically for cell phones and disable as much as I can..
To date, I have the following:
PHP Code:
//Disables Cyb Chatbox
$vbulletin->options['cybchatbox_enable_product']=0;
//Disables MGC Chatbox
$vbulletin->options['mgc_cb_evo_active']=0;
//Disable Moods?
$vbulletin->options['vmoods_active']=0;
What would the proper string be to disable QuoteIt for this situation only?
Thanks in advance!!