Most Popular

1500 questions
7
votes
2 answers

Is there a way to hardcode the masterpage to change/remove the top left 'Sharepoint' text?

We can do it in few lines of powershell: $webApp = Get-SPWebApplication http://tozit-sp:2015 $webApp.SuiteBarBrandingElementHtml = "Awesome Text Goes Here" $webApp.Update() I want to know if there is any method like:- a. delegate controls b. …
variable
  • 4,473
  • 13
  • 75
  • 139
7
votes
3 answers

Location of SharePoint error log

I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I want to know how to find error logs when I met with something wrong? For example, when I am using SharePoint Designer 2007 to import a list to a web page by using…
George2
  • 1,343
  • 7
  • 30
  • 46
7
votes
1 answer

Are the SP.js and SP.UserProfiles.js preloaded in SharePoint?

I am using the javascript object model on the master page to fetch user profile properties. Do I need to use the foll. script tags for the code to work or are they optional?
variable
  • 4,473
  • 13
  • 75
  • 139
7
votes
1 answer

setting page layout using JSOM

I want to change page layout for some of my publishing pages using a SharePoint-Hosted app. Is there a way to changing (setting) page layout to a publishing page using JavaScript?
Medes
  • 2,086
  • 10
  • 60
  • 103
7
votes
1 answer

Style Resource Readers allow access to list views

I have a site that only allows specific users to access. However, if a user with no access goes directly to a list view page, they see the view (although it doesnt actually show any of the list items). If they go to the homepage of the site, they…
dmce
  • 635
  • 5
  • 15
7
votes
7 answers

JSLink (js)file is updated, but still can't see any changes, maybe caching?

I am using SharePoint 2013 online (Office 365). I am following some JSLink tutorial where I am showing indicator icons in columns. It looks like the .js file is working, but when I change the file and check it in, I don't see any changes. I have…
Ola
  • 4,405
  • 26
  • 129
  • 231
7
votes
2 answers

Get a users Name from their ID

As part of my Sharepoint hosted App i am using a list which contains a Person or Group. I am getting the ID of the person by using the following. var ApproverID = currentItem.get_fieldValues()["Approver"].get_lookupId(); From here i now want to get…
Stephen
  • 1,812
  • 8
  • 35
  • 56
7
votes
4 answers

Is it possible to create site collection using CSOM?

I have been trying out to create site collection using CSOM but unable to fins and class which creates site collection. I have read in MSDN that CSOM runs as site collection scope hence creating site collection permission is not available. Sub-Site…
Rahul Barua
  • 329
  • 2
  • 7
  • 14
7
votes
1 answer

How to filter the timeline

I was just wondering if there is a way to filter the timeline web part, so that it does not show completed tasks for instance? I have tried adding a filter to the task list that the timeline belongs to, but that only filters the list view and not…
Pantani
  • 520
  • 9
  • 22
7
votes
4 answers

Deploying and Installing Sharepoint apps into App catalog using CSOM

Can anyone suggest me on how to use SP.AppCatalog() in JSOM or CSOM and get the all apps in AppCatalog, Not AppInstances..
kart
  • 353
  • 2
  • 5
  • 16
7
votes
3 answers

Get absolute URL to listitem's default display form

I need to have an absolute URL of a listitem's display form - currently I do it the following way: On http://example.com/: item.ParentList.ParentWeb.Url.TrimEnd('/') //"http://example.com" + "/" +…
Rafał Saltarski
  • 1,421
  • 2
  • 23
  • 42
7
votes
3 answers

Sharepoint 2013 - How to remove space between web parts?

There's a very annoying chunk of space between webparts such as promoted link and a content editor, and I'd like to remove it. I tried some css found on the web, but that didn't solve it. Does anyone know how to remove this annoying space? Thanks in…
Sergiu Tripon
  • 161
  • 2
  • 4
  • 11
7
votes
3 answers

InfoPath is Dead

As per this Microsoft blog article, InfoPath is retiring. It will not be available in the next version of SharePoint. I am in the middle of setting up a Forms Solution architecture for a company and don't want my client to invest in a technology…
Namwar Rizvi
  • 684
  • 1
  • 4
  • 19
7
votes
4 answers

List of Sites and Subsites in the Given URL

How do I convert this into Client Object Model, please. I have no full SP installed on the Machine. I just need the list of sites and subsites in the Given URL.. public List GetAllSites(string spURL) { IList
Hari Gillala
  • 419
  • 2
  • 6
  • 17
7
votes
6 answers

Access is denied. Verify that either the Default Content Access Account has access

we have the error in Windows Eventlog in Workspace server: The start address https://edited.com cannot be crawled. Context: Application 'Search_Service_Application', Catalog 'Portal_Content' Details: Access is denied. Verify that either the Default…
SkyDive
  • 81
  • 1
  • 1
  • 3
1 2 3
99
100