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

In this Discussion

set default profile tab

How to set default profle tab? Now i have Notifivation.

Is there such Config? Or i must use a hook?. Is there a document where i can see all of items that i can configure through conf?

Best Answer

  • x00x00 Don't PM about development, I'm not currently taking on clients MVP
    Answer ✓

    Very good question. I had a look at the controller and you would have to do this with redirects.

    Got to /dashboard/routes and "Add Route"

    Route Expression

    ^profile(/(?!activity|notifications|discussions)([0-9]/)?[^/]*?/?)$

    Target

    profile/discussions$1

    Type

    Internal

    Note that example redirects to discussions.

    Don't PM about development, I'm not currently taking on clients.

    grep is your friend.

    fh111

Answers

Sign In or Register to comment.