Questions tagged [sharepoint-designer]

A piece of software for a user to further develop their SharePoint site beyond its basic capabilities by manipulating the design and behavior of the site.

Some related links:

1143 questions
5
votes
1 answer

Where to add disable-output-escaping for a sharepoint list?

Yes, I know this is a duplicate, but the other answers are now out of date. I am using SharePoint online with SharePoint Designer 2013. I want to set disable-output-escaping=yes for a SharePoint list view. Here is what i have tried: I set the…
Greg Viers
  • 3,473
  • 3
  • 18
  • 36
5
votes
3 answers

How to create dynamic hyperlink longer than 255 characters in SharePoint Online

My setup: SharePoint Online (part of Office 365) No access to server coded (.NET) solutions Document Library using the Document Set content type New Experience UI enabled Use case: I have a SP2013 Workflow that allows a user to make a change…
5
votes
1 answer

Where do I put my CSS, how do I link to it from the master page?

I have installed SharePoint 2010 on a single machine in farm mode pointing to a db on another server. I would like to start dabbling into branding the site by doing something that I initially thought to be trivially straightforward, link to a custom…
Anastasiosyal
  • 6,494
  • 6
  • 34
  • 40
5
votes
2 answers

Why is App Step greyed out in SharePoint Designer

Office 365 - SharePoint I have what appears, on the face of it, to be a pretty straightforward List Workflow. Each document added to the Document Library (List) has two custom columns of type Choice - let's call them User Status and Workflow Status.…
Edwardo
  • 872
  • 1
  • 11
  • 24
5
votes
2 answers

How to Clear SharePoint Designer Cache?

I created a workflow in SharePoint Designer 2013, but I can't see my changes. I think that SharePoint Designer is cached. How can I clear this cache?
user3933403
5
votes
1 answer

SharePoint 2007/2010 deployment methods

I've been developping for SharePoint 2007/2010 for a couple years now. And I realize at this point that no company are using the same deployment method for new sites. I'm wondering what are the "Best Practices" to deploy. Here is the method I've…
4
votes
7 answers

Customise a SharePoint List Form into Sections/Tabs/Pages

I have a SharePoint solution which uses a list with around 20 different pieces of data. I would like to be able to break these up into sections/pages/tabs so that the user experience in populating and editing these is not so poor. I know how to use…
Charlie
  • 2,096
  • 2
  • 22
  • 34
4
votes
2 answers

ID Field doesn't automatically update

I have a field which uses the calculated column type to reference the ID field. It basically does: Name&ID. E.g. Name01, Name02, Name03 etc. However when I add new rows to the sharepoint, this column doesn't update automatically and I have to…
Vin
  • 241
  • 2
  • 5
  • 6
4
votes
2 answers

SharePoint: Back up single page

I need to back up a sharepoint web page which containts web parts and other html tweaks. I would like to keep a back up of the page itself with the web parts in the appropriate places, is this possible? Right now I just opened SharePoint designer,…
Oliver S
  • 621
  • 2
  • 9
  • 20
4
votes
1 answer

Creating a masterpage in Sharepoint 2013 with Visual Studio 2013

My current environment is: Windows Server 2012 SharePoint Foundation 2013 Visual Studio 2013 SharePoint designer 2013 Here's my question: I'm trying to do a proof of concept for our company to purchase SharePoint 2013 enterprise. I would like to…
Lynn
  • 3,534
  • 5
  • 18
  • 18
4
votes
2 answers

convert my website to a sharepoint site

I am new to sharepoint online 2013. I have a simple mapping application(webmap with html5/css/js (javascript/jquery) that I would like to move into a sharepoint subsite/master site available to my sharepoint users (that they must be logged in to…
4
votes
2 answers

How to add a custom paragraph style in my SharePoint 2013 blog?

I have a Share Point 2013 web site and a blog in it. Since my posts will include a lot of special text content, I need to add more styles that I will use on all posts. Typically all styles appear in the top ribbon bar when creating a new post. How…
Andry
  • 16,172
  • 27
  • 138
  • 246
4
votes
7 answers

How do I customize the print layout of a SharePoint list item?

i need to be able to produce a "pretty" printout of an individual list item's values, with the goals being: get rid of all navigation organize data as it would appear on a typical paper form (a customer requirement) i'm avoiding using InfoPath at…
just mike
  • 1,164
  • 3
  • 12
  • 22
4
votes
1 answer

Filtering DVWP with xslt with parameter from connected LVWP in Sharepoint Designer

My setup is as follows: A custom page on a Sharepoint 2010 site with a list view web part and a Data view web part. When I select an item in the LVWP I want to filter the DVWP with a multi lookup field value. So I've connected to two web parts such…
4
votes
1 answer

Sharepoint 2010 dropdown menu on mobile

I have a hovering dropdown menu in Sharepoint 2010 that works fine with a mouse, but what I'm also trying to achieve is getting the menu to not reload the page on a mobile device (since the user has to click on menu dropdown) and act more like a…
1
2
3
76 77