Sharepoint 2010 Remove Groups From Add Links dialog for MyLInks Webpart - sharepoint-2010

In Add Link dialog box of MyLinks web part, I need to remove few options from "Existing group" and "Show links to" dropdowns. All options which are being displayed for these fields are out of box. I need to display 'Only Me' option for "Show these links to" field. Similarly I need to show only "General" and "Best Bets" options for "Grouping" field.
Do you know if there is a way to remove unwanted options from these fields?
Here is the screenshot of the dialog box where these drop down fields displayed.
Add Link Dialog

You have to write your own web part and just link to that one instead (better method, do this if you really need to do these changes)

Related

Adding a filter in hubspot

I want to add a filter in my contacts, https://knowledge.hubspot.com/es/contacts/create-saved-filters:
But I don't see this option :
This issue can be easily solved, just follow the following few steps:
Go to the Contacts tab, click the More Filters tab, and open the right sidebar:
Then, filter by the Contact properties search box to find the wanted properties:
And, finally, check the is known radio button and press the Apply filter button.
there is a field named "more filter" available at the end. this one open a model with the list of your properties for adding filters to the contact based on the property data you entered

Modify option in Developer tab is missing

I attempted to add a description of my add-in by
Choose Developer➪Modify➪Document Panel
But there is no Modify option under Developer tab on my Excel (I am using Office 365ProPlus). How do I display this option?
The description of an Excel add-in is taken from the "Comments" Document property which can be found here: File, Info, click the "Properties" dropdown and select "Advanced Properties". Whatever you type into the "Title" box is what will appear in the list of add-ins once your add-in has been selected.

How can we add approval button field on view of a list in SharePoint 2010

I have a requirement where I want to add a button called approve on the bottom of read item list page. This is something when I click on approve button should change the status of list using whatever (javascript, workflow).
Please suggest how can I do this with the existing list. I have attached the screenshot below
I'll be very grateful for all of your advise
If you open a list in SharePoint designer. There is a section called Forms. You can use it to edit existing (add/edit/view) form or add a new one.

Hide few fields in EditForm.asx of Picture Library in sharepoint 2010

I have a picture library and added few fields to it. When i click add new item from picture library, the EditForm.aspx appears after uploading the picture. This form contains many fields of which I want to hide Title, Date Picture Taken, Description, and Keyword. In short the EditForm should contain only Name, Preview and the columns that I have added. Is it possible to hide the other columns? I want to perform this out of the box.
Several possibilities.
You can use SharePoint Designer to manipulate the NewForm, EditForm and DisplayForm. Edit the existing form, use CSS to set the out of the box HTML form to hidden, then add a new custom form to the page and remove the columns you don't want to see.
If you don't want to use these columns at all, just delete them in the Library settings
If you don't want to delete the columns, click the parent content type in the Library settings, then edit each column and set it to "hidden"
Check this out: http://sarangasl.blogspot.in/2009/10/hide-column-in-edit-new-or-display-mode.html
I found this solution to be really simple and effective. Very well documented and descriptive.

How to make sure users can only download file from the attachment control but not be able to upload or remove it

I'd like to create a read-only view in the infopath.However when I disable the attachment control ,user can not download the file at all.How to make sure users can only download file from the attachment control but not be able to upload or remove it.
If you are customizing a SharePoint List form, you will not be able to set the File Attachment control to read only. However, I was able to work around this, and this will work for you even if it's just a regular form, by using repeating sections with hyperlink controls inside.
In the Fields pane, click on Show Advanced View
Expand Attachments so you can see the attachmentURL field
Drag attachmentURL into the form and choose Repeating Section with Controls
Click in the section and press CTRL-K to insert a Hyperlink
Enter . in Data Source for Link to
Enter . in Data Source for Display
There are some gotchas and workarounds for some problems you may encounter. See more details on my blog post http://vincepangan.com/?p=220
context menu -> Properties, there is a check box (the first one) on the first tab, make sure it is not checked.
EDIT: If your view is read-only, you cannot download the attachment. The workaround is to clear the read-only checkbox of the view, and activate the read-only on all other controls. The attachment control can be configured to not allow upload/modification of the attachment. This means that in order to upload or modify an attachment, you'll need an other view.
See also entries on msdn:
http://social.msdn.microsoft.com/Forums/en/sharepointinfopath/thread/1106f090-7767-431f-a699-b81c1173c2ee
http://social.msdn.microsoft.com/Forums/en-US/sharepointinfopath/thread/36c07bd7-a5ba-4fa0-b992-e9a94103dbf4
http://social.technet.microsoft.com/Forums/sr-Latn-CS/sharepoint2010customization/thread/412e80ce-badb-4467-a2d1-7e1696774058