Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Welcome username script for content editor

  Asked By: Harshita Guha neogi         Date: Sep 04, 2009      Category: Sharepoint      Views: 668
 

Anyone has the script for display "Welome UserName" that we could put
into the content editor to make it a web part. Thanks.

I just get this one from Intranet Journal by Paul Schaeflein, This
displays the date. only if I knew the classs of dispaly user name
class name.

Tagged:            

 

3 Answers Found

 
Answer #1       Answered By: Deirdre Macias          Answered On: Sep 04, 2009       

We have a free web  part that displays a welcome message to the logged in
user. Its called "Hello Web Part". It may save you a little work.
Download it from our online store.

 
Answer #2       Answered By: Kala Solomon          Answered On: Sep 04, 2009       

after installing this, I got the following
error:

Server Error in '/_layouts' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the
server. The current custom error settings for this
application prevent the details of the application
error from being viewed.

Details: To enable the details of this specific error
message to be viewable on the local server machine,
please create a <customErrors> tag within a
"web.config" configuration file located in the root
directory of the current web  application. This
<customErrors> tag should then have its "mode"
attribute set to "RemoteOnly". To enable the details
to be viewable on remote machines, please set "mode"
to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be
replaced by a custom error page by modifying the
"defaultRedirect" attribute of the application's
<customErrors> configuration tag to point to a custom
error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="On"
defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

 
Answer #3       Answered By: Madison Clark          Answered On: Sep 04, 2009       

Thanks, Bamboo sulotion helpped me to fix this
problem.Works great now.

 
Didn't find what you were looking for? Find more on Welcome username script for content editor Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].