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.
Tons of Questions
I plan to use Vanilla on a new website, which will be community (forum) focused, but also have some static pages and a news section. I really want to use Vanilla but there are a few questions I have.
1. Is there a way to move the user's name, avatar, etc. to a left column on each post (ala VBulletin or most other forums)?
2. Is there a way for the "Categories" page to be the forum's home page, and do away with "Discussions" all together (have people go through the topics first)?
3. Is there a way to record post counts and put them in my proposed 'left bar', and be able to search for "posts by this user"?
4. Will Vanilla be able to integrate with Swell (Lussumo's upcoming blog software) seamlessly (with users and user posts, profiles, etc.)
5. (About Swell) Will Swell have a Static Pages feature?
I guess I am trying to make Vanilla look more like any other forum software, so users do not have to adapt to a different layout, while still retaining Vanilla's backend and features.
Thanks, I look forward to using Vanilla in the future.
-Adam
0
This discussion has been closed.
Comments
Sure, you can do all that stuff with themes and extensions, but it's a lot of work and you end up destroying most of the benefits of Vanilla in the process.
4. Yes.
5. It will; it does not currently. Then again, swell doesn't really exist yet except as a demo running on Mark's server, so I suppose it doesn't currently have anything.
1. Get the userID of the comment's author
2. Use the userID to get the User object for the author
3. Get info about the author from their User object
It's not too involved; the hardest part is keeping track of what objects are in scope where.