Skip a Slug by clicking the link

Asked

Viewed 31 times

1

For example, I have the following example url:

dev.google.com/Members/usuario/profile/Activity/mentions.

echo ( '<li id="' . $user_nav_item->css_id . '-personal-li" ' . $selected . '><a id="user-' . $user_nav_item->css_id . '" href="activity/mentions">' . 'Menções' . '</a></li>' );

Notice that in href, I have "Activity/mentions"

How do I stop when the user clicks on the link it does not pass through the profile.

The confirmation of the question is: How to ignore that profile when the user clicks the link?

And make

dev.google.com/Members/usuario/profile/Activity/mentions.

Turn this around

dev.google.com/Members/usuario/Activity/mentions.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.