Skip to main content

Posts

Showing posts from 2013

Links for text filter web part wild card search and exporting sql to excel and from excel to sharepoint list

Text filter web part wild card search : http://sharepoint911.com/blogs/laura/Lists/Posts/Post.aspx?List=daba3a3b-c338-41d8-bf52-cd897d000cf3&ID=77&Web=dbb90e85-b54c-49f4-8e97-6d8258116ca0 SQL to Excel : http://www.versaform.com/index.php/support/tech-support-topics/sql-data-in-excel/sql-data-excel-2?page=support/tech-support-topics/sql-data-in-excel/sql-data-excel-2 Print a single List item in SharePoint 2010 http://derekhalstead.blogspot.com/2010/10/print-single-list-item-in-sharepoint.html

Emailing a Custom View with Info path 2010 forms published to sharepoint

1. Create a Infopath form with all the fields 2. Create another view which you can use the existing columns , if necessary Now the task is , When user submits the form, the second view must be the conformation Email that he need to get. In order to Achieve that We need to use "Switch Views" in rules. Procedure: First Create a Email Submit Data Connection Click "Tools" >> "Data Connections…" Click "Add…" Select "Create a connection to" >> "Submit data" and click "Next >" Select "As an e-mail message" and click "Next >" Enter an e-mail address in the "To" header field, or bind it to a field in your form template. Fill out any other e-mail header information and finish the wizard. Click "OK" / "Finish" / "Close" to get out of the wizard and finalize your e-mail submit data connection. Now Create a View which you want to use for th

Twitter widget insertion into sharepoint 2010

Hi All, So many people wrote about Twitter webpart or widget or script that can work with sharepoint 2010. I want to share my experience. After the new API came in, I was checking the development part of Twitter to make the things work more easily for embedding Twitter feeds into your sharepoint page. Goto : https://twitter.com/settings/widgets/new Fill the User Name and select the height, theme and link color Click on create Widget It will generate code for the widget It will be almost similar to <a class="twitter-timeline" href="https://twitter.com/*****" data-widget-id="****************">Tweets by @******</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitt

Hide "Home" Button from a sharepoint 2010 site.

Hi All, In my last post I had a situation to create secondary site collections from subsites and I used "EXPORT/IMPORT" option to complete that. But, after doing that I had a situation where the "Global" navigation and "Current" navigation are not matching with the subsite and this secondary site collection has its own navigation. I had no problem adding links to "Current "Navigation. But, when it came to Global Navigation, The current site will be the first button, and My clients want to see the same navigation as the primary site collection. To avoid the "HOME" button from that seconday site collection I added this piece on my CSS file to hide the "HOME" button. .s4-tn li.static > a{ display: none !important; } .s4-tn li.static > ul a{ display: block !important; } This will hide the "HOME" button and now you can add the links in "Navigation" and it shows the same navigation as the primary sit

Migrating subsites to secondary site collections in sharepoint 2010

Hi All, I had a site collection with 120 subsites under it and wanted to make secondary site collections from it as the database is growing larger than expected. (Ofcourse, it was one idiot idea to make all the sub sites under one site collection). I used "Export/Import" option from central administrator. I know its not that big , but still wanted to share. 1. Export sub site to a drive Under Central Administrator---Back up and Restore---Export a site or a list. Browse the path of the sub site and give the path where you want to store the exported file and give appropriate name with .cmp extension for the file. Once the export is finished, Go to that folder and you need to see the bunch of .cmp files and one "export" log file. 2. Create a secondary site collection (I know it is not mandatory to write about creating secondary site collection here, I know you guys know about it) 3.  Import the content to secondary site collection Import-SPWeb -Identit