SharePoint Ribbon - sharepoint-2010

I can not write English, sorry.
I Hide the Ribbon in SharePoint so that users who do not have access to administrator does not show, and that's settled, what happens now that does not show the user's name and can not leave the session.
How I can redisplay only part of the session?
Image with access to a group and the user's name is not visible.
Image with administrator access, the user name is.

To display Username try this
<wssuc:Welcome id="IdWelcome" runat="server" EnableViewState="false">
Copy and paste the above line anywhere inside a placeholder in the master page.
You can also try security trimmed control in sharepoint master page (Manageweb etc) Google it

Related

Disable user from saving .aspx content from browser by using "saving as" option

I have a .net website.
I need to disable the save as option from browser so that the user cant save some of the website pages in order to protect their content.I did disable right click.But user can select save as from browser's menu.
Is it possible to do that?
It is difficult to lock down a website by disabling the save button. What is to stop a user just copying the text and pasting to another document. Right clicking an image and saving. Then there are differences between browsers etc. If you need to protect you information you may need to look at creating and displaying PDFs but this is also not an easy thing especially if the site is dynamic.
What you want is impossible. If the user is able to read the information on his/her screen, there is always an option to copy the content.
How would you stop the user from taking a picture from his/her screen with a digital camera for example?

SharePoint 2010 In-Browser Form User Info Changing after Submit

I have a In-Browser Form I published to SharePoint 2010 via Infopath and have a section in the beginning which pulls the current user data to get their Name, Email, Number, etc. The issue is once a user submits the form and I take a look with the In-Browser feature in SharePoint, the information changes to my info instead of the submitter. However, when I open in the form via Infopath application, it shows the originial submitters info. Is there a way or an option I'm not aware of which will fix this issue?
Found the answer. On the text boxes that pulls the user info, go to the Text Box Properties and under Default Value, deselect the checkbox "Refresh value when formula is recalculated".

InfoPath 2010, SharePoint 2010

I have created an InfoPath 2010 form which is published to doc library in SharePoint 2010. I want for this form to become read-only ie once it has been submitted.
None of what I have done so far seems to work. I have:
Created a new view and re-named it to Read-Only and in its properties I have ticked
the "Read-Only" check box in InfoPath.
I have a "Submit Form" button and in here I have added rules for submitting the form,
switching the view to the read-only view.
To test this I fill out the form with sample data and submit it, then when I go to
the doc library where the forms gets submitted to when I open the submitted form I
find that the Read-Only view has not taken effect and that it is still possible to
edit the form.
Ideally what I am trying to achieve is to have the submitted forms turned into read-only when they are submitted and still be in read-only mode when these are opened from the document library where they get submitted to.
Any ideas where I'm going wrong with this? if there is a better and simpler way to achieve this please let me know.
Thanks in advance.
It might be too late to answer this question, but if someone is still looking for an answer you could try the below steps
Before you begin please verify that you have one of the following permissions:
a. You are a member of the Administrators group for the site collection.
b. You are a member of the Owners group for the site.
c. You have the Manage Permissions permission.
On the Site Settings page, Go to the Users and Permissions and look for settings
Under Settings you will be able to see Permission Levels
Select Add a Permission Level
Give a Name to you new Permission Level
Under the Select the Permissions to include to this permission level, select the Add Items and View Items Permissions to this group.
After the group is created, for your form library, stop inheriting the permissions from the parent site and create a new group with the new Permission Level that you just created. Add all the users to the group.
This should enable the users to submit a form but not edit it. Hope this helps.
There is an easier way to solve this. Create two views of this form on InfoPath Designer. And make sure when the form is submitted, the view is flipped to the Read-Only view; which has the salient feartures of the form such as the answers you would like to be recorded.
So anyone who opens the form once submitted wil only see the Read-Only view. You can set a rule on the form to have an administrator see a Edit mode.
I just went through this. the submit rule doesn't work, you have to create a form load rule. In the file toolbar, you'll see a form load button in the rules block.

How to add Welcome before username

In moss 2007 the welcome control used to appear like "Welcome Username". But in sharepoint 2010 only user name appears in ribbon. How can I add "Welcome" before username in sharepoint 2010 welcome control.
You could try the reverse of what Wictor did in Having fun with the SharePoint Welcome.ascx control. While he wanted to get rid of "Welcome," you could set TextType to PostCacheSubstitutionTextType.WelcomeUser to include it. However, as mentioned in this comment, be sure to create your own control and modify your master page, rather than changing Welcome.ascx directly.
Another option would be jQuery. If you are using v4.master, the selector for the user name should be: div.s4-trc-container-menu span.ms-welcomeMenu a.ms-menu-a span. Once you grab the element, you could prepend "Welcome " to the text.

SharePoint 2010 - Edit user info

Why can I not (as admin or user) edit a user profile? When I click Edit Item I can only attach a file and I only see the account name. I've gone into the admin area but nothing I change takes affect. I've set some other fields as editable but they don't show. I tried to edit user policies but everything is greyed out.
Are you populating your user profiles from AD? In that case, there is nothing in SP to edit since the data comes from elsewhere.
If not, then where are you trying to edit an item? Are you using Manage User Profiles in the User Profile Service Application area?