Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 9

ericgilletteluc +7 guests

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.

Comments

  • Posts: 703
    there is the category jumper extension... i bet it could be edited to show up on more than just the index.php page.
  • Posts: 703
    yup check it out

    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
This discussion has been closed.