Tag Info

Hot answers tagged

5

When you add a user / group in SharePoint, you should see "Send an email invitation" check box to control whether or not send the welcome e-mail to the new users. You could clear that check box and it should fix your problem. Also, there are some situations when "Send an email invitation" is hidden. I checked dialog's code-behind by reflector and find ...


3

It is always tricky to remove features that no longer has their manifest in the Features catalog in the hive. This tool has helped me out with the same problem before: http://featureadmin.codeplex.com/ And just for the record, forcing an uninstallation of a feature is really just hiding any errors


3

Well you can do it ,but you will need to write all your code, and create the structure for the webparts yourself. If you use Professional or Ultimate you will have access to the SharePoint templates that will greatly improve your developing experience when for example creating apps. If you want to use Express you would need to reference the ...


3

Why would you not use the fact that _catalogs is a virtual directory in SharePoint and reference it like this: <scrit type="text/javascript" src="/_catalogs/15/masterpage/Display%20Templates/Filters/Filter_Default.js"> </script> (notice the slash at first, and the 15 telling Sharepoint to look at the 15 hive instead of the 14 hive from 2010) ...


3

I think the problem is src attribute of tag. Try <script src="/StyleLibrary/js/jquery-1.9.1.min.js" /> and take a look at this article Edit If you decide to store js in _layouts folder, use <SharePoint:ScriptLink runat="server" ID="ScriptLinkJQuery" name="/Js/jquery-1.9.1.min.js" Localizable="false" />


3

It is not recommended that this be done for production deployments, primarily because of security concerns. If somebody were to compromise some of the admin accounts for SharePoint they could conceivably also take control of your domain and do a lot of harm. For non-production environments and domains, this is fine and is frequently done (myself ...


2

This is a nightmare situation to be in! Got it escalated in Microsoft who indeed know and have already fixed the source (so terminated backups don't trigger this) in the April CU http://blogs.technet.com/b/stefan_gossner/archive/2013/04/27/april-2013-cu-for-sharepoint-2013-has-been-released.aspx - you have to install March CU first. However, it does not yet ...


2

You could use some lines of CSS to do that: Remove the default span .SHSpanLogo img{display:none;} Add your logo: .SHSpanLogo {background-mage:url(http://domain/SiteImages/logo.png)!important; background-color:transparent;background-position:top left;background-repeat:no-repeat;height:120px;}


2

First of all you will create a web application with URL looking like this, (HostName as referenced by yourself) portal.companyName.com //we call it host header, this URL looks like a intranet www.companyName.com //if its going to be a public site Then you create Managed paths, which you referenced as Drop Down List in your question. I just found this ...


2

No they can not "talk" to other apps. Every app instance lives in a seperate app web and does not have access to any other app webs. Multiple instances of the same app though, can share data if they are deployed from the Central Administration to multiple webs, but that means that all the instances shares the same lists and other SharePoint artifacts. ...


2

Instead of "having a meeting" and "forward a document to each department manager to specify the following..." I would arrange a workshop. The goal of the workshop would be to educate users of what a SharePoint Document Library is, and of what benefit it can be for it's users in the first place. Users would test the use of a document library themselves, to ...


2

Most Likely you are using wrong credentials to login and best way to get it resolved is to contact Microsoft. However the link you provided is saying that the demo offer by Microsoft is no longer available.


2

You can use PowerShell to create a Crawled property and a managed property. You can use the following code to create and map the properties Param( [string]$crawledProp, [string]$managedProp, [int] $typeManagedProp ) # TypemanagedProp 1 = Text 2 = Integer 3 = Decimal 4 = DateTime 5 = YesNo 6 = Binary 7 = Double $snapin = ...


2

The document IDs are assigned and updated based on a timer job. If deactivating and then activities the job did not update the Document IDs with the new path and info, I would focus on reviewing the status and result of the Timer Jobs. Please note that these jobs run daily by default, though they should also be triggered by the activation process. If they ...


2

A powershell script that will create a profile for every AD user, then creates there My Site [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint") [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Office.Server") [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint.Portal") $dom = ...


2

Does it help if you set the ContentType parameter of your post like: $.ajax({ url: _spPageContextInfo.webServerRelativeUrl + "/_api/web/lists/getByTitle('Eleves')/items", type: "POST", contentType : "application/json;odata=verbose", data: JSON.stringify( { ...


2

It's a separate installation for the virtualisation software. Strongly recommended for windows 7 virtualisation: http://www.vmware.com/uk/ or if you can get windows 8 this is a better option and much more strongly recommended: http://www.microsoft.com/en-us/server-cloud/hyper-v-server/default.aspx Your processor will be the thing to look at, as long as ...


2

Use simple server object model to achieve this you need to iterate each SPListitem and inside that call a function which will take item id as parameter and then query doc library to get desired items based on that foreach(SPListitem item in list.items) { lst.add( GetAllDocs(item.ID)); } public list<Documents> GetAllDocs(int id) { ...


2

It's hard to say as you did not specify number of users, number of wiki entries and overall planned size of these libraries. I would only opt. for separate site collections if you will have more than of 200 GB of content in each wiki. This is how I would design it it: Create a single site collection with a home page (root site) Grant everyone permissions ...


2

I'm guessing this is SP2013, as I myself have only encountered this in SP2013. My personal explanation to this: SharePoint 2013 Content By Query web part has a minor bug in its early releases. When returning no items it accidentally breaks the HTML structure of the page. My solution: Open the ContentQueryMain.xsl in SharePoint Designer. Find the XSL ...


2

You can use page layouts on team site, but you have to activate publishing features on the team site (so basically you could just have used one of the publishing site templates like cms as base for your web template). I usually base my web templates on sts and then activate the site and web scoped publishing features on it via the onet,xml


1

With the various changes going on, it may be a good idea to just reset the index and run a full crawl. There are a lot of things, including the managed properties that get defined during that first full crawl so it is possible that it just isn't getting everything. Also, make sure that the system is setup for full support for anonymous access. Search ...


1

Since you're running a SharePoint 2013 environment, why not use PowerShell 2013 instead of stsadm.exe? # Uninstalls feature at path: # $env:ProgramFiles\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\FEATURES\MyCustomFeature/feature.xml. Uninstall-SPFeature -path "myFeature" -force Reference: Uninstall-SPFeature If that doesn't work - ...


1

There is no issue in using 32 bit SPD on some machines and 64 bit on others. But my general recommendation would be to always use 32 bit, unless you have a very good reason to ruin your machine by installing 64 bit. The only reason to use Office 64 bit is if you're working with HUGE documents (usually excel or access) which are to big to load in the 32 bit ...


1

First, make your backup directory on your SQL Server, if possible. This gives the fastest backup performance. You need to share out your path (e.g. make a share named BackupTest from C:\backuptest), giving Everyone Full Control on the Share permissions (this is usually fine as we'll override the permissions at the NTFS permission level). Next, remove ...


1

You can have Visual Studio 2012 with the Microsoft Office Developer Tools for VS (http://www.microsoft.com/visualstudio/eng/office-dev-tools-for-visual-studio) and build farm solution (WSP) locally. You'll then need to deploy these solutions to your target test farm but that's definitively doable. Most of the templates (new from VS 2012) will ask you to ...


1

It looks possible: You can use the SharePoint .NET Framework CSOM to manage SharePoint users, groups, and user security. Retrieve all users in a SharePoint group This example retrieves information about all users from a SharePoint group named Members. // Starting with ClientContext, the constructor requires a URL to the // server running ...


1

I'll just post my answer as "The behaviors of different browsers can vary. Internet Explorer's JavaScript renderer in particular has many quirks that can slow performance down or give inconsistent results compared to other browsers. Likely there is no easy workaround for this short of using an alternate browser (and putting up with its drawbacks as well)." ...


1

It is available on the App Web under "The APPWEB URL"/Lists/"The list internal name" But really you should access the list (CRUD items) via Client object model or REST. The list is meant to be "hidden" to the users of the app, and it is upp to you to provide interfaces to work with items in the list And just a clarification: You need to use ...


1

For Publishing Sites you'll usually have an authoring environment (in the company internal network) and a a production environment (in the company DMZ or protected by a reverse proxy like ISA, ForeFront, ...) Content Deployment jobs are a native SharePoint functionnality that allows to move (published / see it as a major version list item) content ...



Only top voted, non community-wiki answers of a minimum length are eligible