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.

My new Vanilla Forum don't show the Category of the post

At the beginning, it show category after the post title. But it doesn't work now.

I had checked some of my enabled plugins with no result.

The only file i edited was \applications\vanilla\views\discussion\index.php.
Only added a h1 to the title.

Help me, thanks.
Tagged:

Best Answer

  • ToddTodd Vanilla Staff
    Answer ✓
    I'm guessing that when you added the h1 you got rid of the css classes or something like that. I'd try the following.

    1. Restore the discussion\index.php to its original state and see if the category displays.
    2. Add the h1 tag right around the <?php echo $DiscussionName; ?> call. Don't remove any other tags.

Answers

  • ToddTodd Vanilla Staff
    Answer ✓
    I'm guessing that when you added the h1 you got rid of the css classes or something like that. I'd try the following.

    1. Restore the discussion\index.php to its original state and see if the category displays.
    2. Add the h1 tag right around the <?php echo $DiscussionName; ?> call. Don't remove any other tags.
  • I had disabled the category and then enable the category again, the issue was resolved.
Sign In or Register to comment.