Hot answers tagged 2010
3
The error may be throws because core.js loaded before init.js (because FV4UI function is part of init.js file).
Also, check this post.
<!-- the following 5 js files are required to use CSOM -->
<script src="/_layouts/1033/init.js"></script>
<script src="/_layouts/MicrosoftAjax.js"></script>
<script ...
2
Take a look at the following. It describes a bug that appears to be the same, http://jaredmatfess.wordpress.com/2013/04/23/sharepoint-february-2013-cu-cod-breaks-the-rss-viewer-webpart. I got the same behavior you describe after Feb 2013 CU, and this fixes it.
2
Going to leave this up here for anyone that might come across it as I've just worked out what it is.
Settings.aspx overrides the content placeholders that my nav control is in:
PlaceHolderTopNavBar
PlaceHolderHorizontalNav
I've just simply brought the nav control outside of these placeholders and hidden the placeholders (settings.aspx will put the nav ...
2
The TechNet article for security hardening is pretty good: http://technet.microsoft.com/en-us/library/cc262849(v=office.14).aspx
You definitely want to make sure that the service accounts are setup properly. Here is the guideance on service accounts: http://technet.microsoft.com/en-us/library/cc263445(v=office.14).aspx
If the system is setup for access ...
1
I would go to great lengths in describing this. However technet have already beaten me to it for all 3... Damn them.
http://technet.microsoft.com/en-us/library/cc262350.aspx
The little drop down to change the version of SharePoint for all 3 versions. This is the most comprehensive description that you will find.
1
You can't deploy farm solutions on spo period.
However you can work around every issue there is with sandbox with using csom and apps.
Take a look here.
http://hughajwood.wordpress.com/2012/12/10/sandbox-solutions-a-necessary-evil/
If it goes down I will update this link.
1
What you're looking at are the primary and secondary site collection administrators that you set upon initial site creation. In addition to being added to the site collection administrator list cited by John Chapman, their logins are also added to the site fields "Owner" and "SecondaryContact". This can be useful in situations where you need to be able to ...
1
Moving sites from SP 2007 to SP 2010 would require an upgrade of the content (content db). Plus both enviornments will need to be in sync before the migration can take place i.e. all the custom solutions will need to be deployed in SP 2010, all your custom site defs etc.
This article shows how you can attach a content db from sp2007 to sp2010.
...
1
Fast Search (2010) will index javascript sites.
SharePoint Search (2013) will not index javascript.
References: http://social.msdn.microsoft.com/Forums/de-DE/sharepointsearch/thread/b2456e71-9308-43f8-8351-b013b5070cc5
http://blogs.technet.com/b/vedant/archive/2010/08/24/fast-search-server-2010-for-sharepoint-specific-indexing-connectors.aspx
1
In order to execute method SPEncryptedString in application page, the user should be logged in as farm account (administration in server farm)
Use the following method to check whether the current user is an administrator in the server farm: CurrentUserIsAdministrator
Usage
Lets suppose we need the ability to store connection strings
Create object for ...
1
Your site collection admins will be able to do anything and everything that SharePoint allows, including the creation of SP groups. You can turn this off at the web application level, but it doesn't sound like that's something you want to do to all of your other site collections. I think the basic issue you're running into here is that anything you set at ...
Only top voted, non community-wiki answers of a minimum length are eligible
