For example, I have the following example url:
dev.google.com/members/user/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 do when the user clicks on the link it does not go through the profile.
Question confirmation is: How to ignore that profile when the user clicks the link?
And do
dev.google.com/members/user/profile/activity/mentions.
Turn this on
dev.google.com/members/user/activity/mentions.