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.
Quick CSS question
I can't for the life of me figure out how to change the separator colon between the category and discussion topic.
e.g.
Vanilla: Multi-Language Vanilla
I want to change the separator to a / (but with space after category)
e.g.
Vanilla / Multi-Language Vanilla
TIA
0
This discussion has been closed.
Comments
the answer is on line 19 of themes/comments.php
$CommentList .= $this->Discussion->WhisperUsername.': ';
you can now change the ': '