| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 4 months |
| seen | Sep 5 '12 at 6:00 | |
| stats | profile views | 104 |
|
Aug 18 |
asked | Adding a feature to onet.xml to remove the default create SP groups |
|
Aug 16 |
comment |
SP2010 Remove options from the Site Actions Menu I did even site scoped... And my custom actions that I add work fine |
|
Aug 16 |
comment |
SP2010 Remove options from the Site Actions Menu As mentioned I tried this but for some reason it doesn't work<br> <br><HideCustomAction<br> Id="HideCreatePublishingPage"<br>GroupId="SiteActions"<br> HideActionId="PublishingSiteActionsMenuCustomizer"<br> Location="Microsoft.SharePoint.StandardMenu"> </HideCustomAction> |
|
Aug 16 |
asked | SP2010 Remove options from the Site Actions Menu |
|
Aug 12 |
revised |
SP 2010 FullTextSqlQuery display managed properties in query results Add the solution for this issue |
|
Aug 12 |
accepted | SP 2010 FullTextSqlQuery display managed properties in query results |
|
Aug 12 |
comment |
SP 2010 FullTextSqlQuery display managed properties in query results SOLUTION: The problem was due to teh fact that the FullTextQueriable parameter is by default set to false when you create custom search properties. After setting this parameter to 1 with PowerShell my FullTextSqlQuery returned the values for my custom search properties. Set-SPEnterpriseSearchMetadataManagedproperty -Identity {you id of your custom property} -Searchapplication "Search Service Application" {In my case} -FullTextQueriable 1 |
|
Aug 12 |
suggested | suggested edit on SP 2010 FullTextSqlQuery display managed properties in query results |
|
Aug 11 |
comment |
SP 2010 FullTextSqlQuery display managed properties in query results - Full Crawl was done ok -There is content - Found out there is an attribute (fulltextqueriable) for managed properties which is set to null by default: msdn.microsoft.com/en-us/library/… |
|
Aug 10 |
revised |
SP 2010 FullTextSqlQuery display managed properties in query results edited title |
|
Aug 10 |
accepted | Custom Web part based on search object model to query accross site collections |
|
Aug 10 |
asked | SP 2010 FullTextSqlQuery display managed properties in query results |
|
Aug 5 |
accepted | SP 2010 Adding a picture library with some pictures through a feature |
|
Aug 2 |
comment |
SP 2010 Adding a picture library with some pictures through a feature Thanks Tarjeieo! |
|
Aug 2 |
comment |
SP 2010 Adding a picture library with some pictures through a feature Rob, thanks for your answer but I'm looking into a solution where this can be done as part of my List Instance process. I don't know if there are some options through the element.xml file to include files which were provisioned to e.g. an image folder under the _layouts folder? If the only option is code behind It would be nice to have some more details as you propsed. Thanks in advance! |
|
Aug 2 |
asked | McAfee security for Sharepoint 2010 |
|
Aug 2 |
asked | SP 2010 Adding a picture library with some pictures through a feature |
|
Jul 7 |
asked | SP2010 - TMG publishing rule error: _vti_inf.html* |
|
Jun 30 |
revised |
SP2010: Retrieve web app url dynamically for request coming edited tags |
|
Jun 30 |
asked | SP2010: Retrieve web app url dynamically for request coming |