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.
Options

Vanilla is like a Forum?

edited September 2007 in Vanilla 1.0 Help
Hi, everyone. I need to implement a forum for my site. While I review the documentation I would like to know the differences between vanilla and "for example:PHPBB" thanks a lot for the answers

Comments

  • Options
    edited September 2007
    What answers ?

    (kidding)

    Well I don't know phpBB very much, but what I know is that Vanilla is very light, and it's power comes from the add-ons engines (themes and extensions), that will make your Vanilla Forum do what you want.
    Don't forget to have a look at the extensions and themes that the community created for you.
  • Options
    Vanilla is basically a forum without the extra's. Software like phpBB, VBulletin, IPB comes with a load of extra functions which arnt always used. The more functions and extra bits there are, the more it becomes harder for the software itself to be flexible. Vanilla's core is very light. By this I mean, it hasnt got the excess stuff. Any feature that you want to add can be coded. This was vanilla remains extremely flexible when it coms to integration & doing other cool stuff. (correct me if I'm wrong guys)
  • Options
    Yeah, Vaz is right, Vanilla is very modular, but it can also do some nifty things. You just have to know where to look.
  • Options
    When you first download Vanilla, it will be nothing like phpBB... but once you realise you can add/create an add-on to do anything, you will begin to see that Vanilla is polymorphous... it can become anything.

    Adam.
  • Options
    and it's got a cool whisper system that's way better than PMs.

    and it seems to be quicker on the draw.
  • Options
    VazVaz New
    edited September 2007
    I second on the whisper system.. too bad it's going to be excluded. image (as part of the core atleast). Just another example of how the core is made to be more and more flexible.
  • Options
    Although technically the whisper system is brilliant and I have used it with much success, I have disabled it on my forum.

    I figured if people wanted to communicate in private they could simply email each other.

    There have been times when someone mistakenly replied to a whisper in public and cause a bit of a stir. It could be construed as a bit rude (whispering behind peoples' backs) but no worse than a BCC in an email I guess.

    Posted: Friday, 21 September 2007 at 8:49AM

  • Options
    The BEST thing I like about Vanilla: you only have 1 list of discussions... Not checking 10 category pages before you have seen all new discussions.

    And on a programmer's view: although not the fastest, it has the best and flexible framework you can find :)
  • Options
    @Wanderer: did the "reply to a whisper in public" occur through a quote extension ? This problem gives me the idea of an extension that would just display a notice like "Be aware that you are quoting a whisper (cancel/ok).". Though I never used a quote extension and don't know if a whisper can be quoted.
  • Options
    Anything can be quoted presumably but that doesnt help much if they're not quoting them I guess. You could have it warn you if there's a whisper on the page and you're not whispering to anyone but that would get pretty annoying. Sometimes you just have to leave the user to their carelessness.
  • Options
    I don't think quoting was involved, like Minisweeper said, it was a rushed careless reply and the poster forgot to whisper it.

    Posted: Friday, 21 September 2007 at 5:39PM

  • Options
    Agreed, I don't want to give a warning for every reply. But for people who gave a "quote extension" to Vanilla, it could be an enhancement to their code: if a comment is quoting a whisper, just warn the poster. I'm gonna start a little discussion about this, to stop hijacking this one.
This discussion has been closed.