Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
how to change default formatting?
unipus
New
I notice that here the default formatting choice is set to html rather than text? how do I make that happen?
0
This discussion has been closed.
Comments
Maybe I wasn't crazy when I brought this up.
however, my initial question still stands, just on the basis of "I'd like to know".
// the site wide format type $Context->Configuration['DEFAULT_FORMAT_TYPE'] = 'BBCode'; // NOTE: this next line will cause all other formats to be parsed as BBCode, even if they we're written in something else $Context->Configuration['FORMAT_TYPES'] = array('BBCode'); // this should force default all Text/HTML to BBCode // set a default preference to get rid of the selector $Context->Session->User->Preferences['ShowFormatSelector'] = 0;