x00
MVPx00 MVP
Reactions
-
Re: what is the vanillaforums.org discussion plugins , theme , etc?
only the first you can download called button bar, look on plugins. (View Post)2 -
Re: [Solved] There are two mistakes, one small, the second is more...
http://vanillaforums.org/addon/categoryaccordion-plugin set $Configuration['Plugins']['CategoryAccordion']['ExpandActiveOnLoad'] = TRUE; in conf/config.php (View Post)1 -
Re: breaks RSS feed?
A problem may be that you end with ?> in default.php good idea never to end you php file with a close tag (except rare exceptions), it will prevent the chance of extra white space creeping in. (View Post)3 -
Re: Two parallel Vanillas on same database?
theme switcher is much better. using a sledge hammer to crack a nut. (View Post)1 -
Re: Multiple forms on one page getting same id
Why really depend on how it is being used but it is a good idea to set your own prefix. $this->Form->InputPrefix='MyPrefix'; echo $this->Form->Open(); .... echo $this->Form-&… (View Post)3
