I want to add current logged userid in link of quick launch bar, with sharepoint designer 2007
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Use SPServices Jquery from CodePlex, wherein adding
would get you the userid. Check the documentation on how this can be done. |
|||
|
|
|
There are no out of the box ways to do this. You can probably use the welcome user control (modified just for showing the username) in the default.master and modify this master-page to add the control near the quick launch content placeholder. |
|||
|
|
|
You can get the current logged un user id out of the box. If you view source on any sharepoint page you should be able to see a Javascript object literal _spPageContextInfo
if you want to get that variable its as easy as
|
|||
|
|
