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.
BookmarkedDiscussions
When I search for bookmarked discussions (by adding "?View=Bookmarks" to the forum URL), the heading of the page is BookmarkedDiscussions, that is, there is no space between the words.
I have looked in the language file as well as in the conf directory but cannot find the definition for it.
Anyone able to shed some light on this mystery?
I have looked in the language file as well as in the conf directory but cannot find the definition for it.
Anyone able to shed some light on this mystery?
0
This discussion has been closed.
Comments
$Dictionary['BookmarkedDiscussions'] = 'Bookmarked Discussions';
to conf/language.php
$Context->Dictionary["BookmarkedDiscussions"] = "Bookmarked Discussions";
I turned the Discussion filter off to save side panel space.