Posts

Showing posts from December, 2018

Where you can locate files in Telligent Community DB Server Site?

Where you can locate files in Telligent Community DB Server Site? There are two file storage folders where you can find all files which is posted in Forums, Posts or in Replies of any discussion. Root of Web Site  -->  Web\filestorage\telligent.evolution.components.attachments Root of Web Site --> Web\filestorage\CommunityServer.Components.PostAttachments You can find any upload in Root of Web Site  --> Web\filestorage\CommunityServer.Components.MultipleUploadFileManager You can find Bread Crumb from below formula Home >> Group Name >> Forum Name >> Thread Name or Home >> Group Name >> Parent Group Name >> Section Name >> Post Name You can find below script to export CSV with all posts and links to file storage clear $ClientCSVPath = "C:\Users\$env:UserName\Documents\WikiPostSectionFiles.csv" $SqlConnection = New-Object System.Data.SqlClient.SqlConnection $SqlConnection.ConnectionString = "Dat...

Easy Steps to migrate from Telligent CS to SP Online

Telligent Community is a community platform that provides an integrated suite of modern community applications such as forums, blogs, wikis, media galleries, and calendars with a fully customised user experience and Restful platform APIs SharePoint Online is a cloud-based service that helps organisations share and collaborate with colleagues, partners, and customers. With SharePoint, you can access internal sites, documents, and other information from anywhere How to migrate from Telligent Community Site to SharePoint Online Site in to three easy steps? 1) Map Wiki Pages, Forums, Threads, PostsAttachment to FileStorage sub-folders. 2) Export Wiki Pages, Forums, Threads, Posts related to Discussion and its attachment(link of Files) in to CSV files by using Power shell script From Telligent Community Site. 3) Import Wiki Pages into Site Pages, (Categories, Editors, Tags, Ratings) into List, Post Attachments like PDF, image, docs into Libraries In to SharePoint Online. 1)...