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.
category pull down in while in a discussion
it would be nice to have a category pull down in the side so i can jump to a particular topic directly from that discussion or to the main discussion page (without having to click the discussions link at the top of the page).
seems like an ideal thing for extensions.
seems like an ideal thing for extensions.
0
This discussion has been closed.
Comments
on line 51 replace what you have with this
if ($Context->SelfUrl == "index.php" || $Context->SelfUrl == "comments.php" && agUSE_CATEGORIES) {
and that will show the category jumper on the comments page... just add anyother pages you want with more $context->SelfUrl conditions