Change how users access profile page
I'd like to change how users get to their Profile page... Instead of clicking on the My Profile tab, I'd like to rely on their username in the left nav. I don't think there's a way to do this with the new layout editor. Should I just change the visibility via CSS?
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Hey there... custom code would be the way to achieve this yup!
Tom -
Inappropriate?Tom, I tried using variations of the following code but couldn't hide the My Profile tab:
li#nav-my_profile.html {
visibility: hidden;
}
Also, is there any reason why I should place my CSS code in one field over another on the custom HTML page? Currently, I've got code separated into various fields (from various people telling me to put it in this field or that field, etc.) -
Inappropriate?once again the same problem arises. We need to be able to have tabs hidden but still active. I was developing wordpress themes but gave it up because of this.
-
Inappropriate?Hi Ryan!
Darn, i was looking forward to seeing how that was coming along. If we gave each Tab a seperate ID would that help?
Alex -
I'll email you about it. :) -
Inappropriate?The navigation tabs have unique ID's already. Don't they? If all sub-tabs had unique ID's would be great. Oh, and would be great if the ADD NEW icons in the sidebar had unique ID's too. If network owners wanted to disable Bulletins, for example, they could hide the Bulletin icon with CSS from the ADD NEW in the sidebar.
-
Inappropriate?Alex, isn't #nav-my_profile.html the ID?
-
Inappropriate?Hi Gang,
we've sent along some further details to the team at SocialGO to explain how it would be useful to be able to hide one or more tabs (in addition to the header or footer) when trying to embed a full page into another site or framework.
We believe that this will result in the changes you are seeking.
Cheers!
EG
WidgetLaboratory
Feel free to contact the LAB for help any time:
help@widgetlaboratory.com or http://tokbox.com/EvilG
-
Inappropriate?Thanks EG, I email Alex with a complete description of why this will allow easier integration into other sites and web pages.
Though with the layout manager you may not need to for new sites but say you have a current site with tons of content then integrating is better. -
Inappropriate?Thanks. For me it's pretty much a usability issue along the lines of "which of these things is not like the others" for my particular set of tabs. The My Profile tab relates directly to me while all the other tabs are specific to the community.
-
Inappropriate?your only option now is to make the profile tab on the end and then hide it with css.
-
Inappropriate?<style>
#nav-my_profile.html {
visibility:hidden;
width:0px;
}
</style> -
Inappropriate?Thanks but it's still not working. :( I'm not sure why it wouldn't, though, since nav-my_profile.html is the ID.
-
Inappropriate?whats url network url? you can email socialgotemplates@gmail.com
move your profile tab to the last tab spot. I will give you code to hide it. -
Inappropriate?They just changed the ID's. Its nav-my_profile now. Must be working now.
-
Inappropriate?<style>
li#nav-my_profile {
width: 0px;
}
#nav-my_profile a {
visibility: hidden;
width: 0px;
}
</style> -
Inappropriate?Awesome, thanks for the change and help guys.
-
Inappropriate?Cheers Ryan
-
Inappropriate?What about the sub-tabs?
Can someone please tell me how you can hide a sub-tab (e.g. I want to hide the "Advanced Search" tab on the members page)
Thanks, and cheers! :) -
Inappropriate?Sorry there is no way to hide that currently.
Loading Profile...



EMPLOYEE

EMPLOYEE


EMPLOYEE