Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Forum Embed Design and Layout
markjoey
New
Best Answer
-
hgtonight MVP
These are things you can customize via the dashboard (specifically
/vanilla/settings/advanced
).I suggest you read through the official documentation and search for issues you are having on the forums.
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
5
Answers
What version of Vanilla are you running?
What exactly do you need help with?
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Version 2.0.18.8
Im just asking if its possible to have that same layout, with that buttons above and pagination below. I'm just a newbie in vanilla forums, I also don't know what the other buttons above are for. Maybe my client saw a vanilla forum embedded in that way, that's he's asking for something like that.
Yes, you can do this.
This is almost purely style, as the default layout contains all the same data. See below for sample content.
The only thing you will have to do is override the filter tabs (or remove them completely). The easiest way would be to apply a CSS rule like
.Tabs.DiscussionsTabs { display:none; }
.Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
What about the pagination? how can I achieve that? I mean I want to limit the number of discussion displayed to 10 then a pagination.
These are things you can customize via the dashboard (specifically
/vanilla/settings/advanced
).I suggest you read through the official documentation and search for issues you are having on the forums.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Ok, Thanks