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.
How do I make my category descriptions visible on the front end?
Hi there... I've just started using Vanilla2 in the last couple of days and can't figure out how to make my category descriptions visible in the front end.
This is pretty essential for me... the categories I'm going to use are pretty specific and I want to encourage people posting certain kinds of material.
I've noticed that it's possible via Vanilla1 (the Liminal Nation board has visible category descriptions), so it would seem odd that Vanilla2 can't do it.
This is pretty essential for me... the categories I'm going to use are pretty specific and I want to encourage people posting certain kinds of material.
I've noticed that it's possible via Vanilla1 (the Liminal Nation board has visible category descriptions), so it would seem odd that Vanilla2 can't do it.
Tagged:
0
Comments
I've been looking at the same issue. The Route call would need to query the database for the categories description. I'm working on it but something like:
/forumname/categories/all/
as an internal would be the starting point.
If anyone could suggest the proper call to the database via the route request it would be helpful.
Thanks!
div class="Categories">
<?php foreach ($this->CategoryData->Result() as $Category) {
$this->Category = $Category;
$this->DiscussionData = $this->CategoryDiscussionData[$Category->CategoryID];
if ($this->DiscussionData->NumRows() > 0) {
?>
http://vanillaforums.org/discussion/comment/104265/#Comment_104265