How can i activate wiki tab in openkm dashboard? - wiki

I investigate on openkm 6.3 abilities and learn about running them but there is not any guide about activating wiki tab in dashboard on its wiki pages or forum, note that my openkm is not professional version and it uses community version.
How can I do that?

I regret to inform that the community version of OpenKM not have the wiki tab. This functionality corresponds to the cloud version and the professional version. If you need help, please contact us via http://forum.openkm.com
Thanks
Fuensanta Martínez

Related

Is Sandbox solution deprecated from SharePoint online 2013?

Please help me out on this. I have tried a lot searching on this but didn't find anything. Thank you!!!
Microsoft Wiki: Deprecated
Visit https://davidlozzi.com/2013/09/12/sharepoint-2013-sandbox-solutions-declarative-or-user-code-whats-dead-really/
Above link says: You can create sandbox solutions in SharePoint 2013, however they cannot contain server-side code; you can only create objects via declarative methods (XAML).
Yes, the activation of sandbox solutions in O65 has been disabled. Microsoft had publicly announced the same in different articles. In late July Microsoft started taking steps to complete the removal of code-based sandbox solutions as part of the phased approach announced in 2014 when they deprecated the feature.
http://dev.office.com/blogs/removing-code-based-sandbox-solutions-in-sharepoint-online
https://blogs.msdn.microsoft.com/sharepointdev/2014/01/14/deprecation-of-custom-code-in-sandboxed-solutions/
If you need to still use sandbox solutions in Sharepoint Online on a temporary basis, you will need to contact support with a valid reason. Hope this helps!
Remember that deactivation is only from Sandbox code-server:
https://dev.office.com/blogs/removing-code-based-sandbox-solutions-in-sharepoint-online
Note that currently, we do not plan to deprecate or remove support for declarative (no-code) sandboxed solutions.

What is the recommended approach to setup Sitecore 8.1 in Azure VM?

I am new to Sitecore administration. I wanted to setup Sitecore 8.1 in an Azure vm. I have one Azure sql vm and one vm for Sitecore. So I would like to know the best recommended approach to set up Sitecore
using Sitecore web installer
from sitecore zip
using pre defined powershell script (not very much sure about steps)
SIM
Please guide me as I am new to Sitecore administration.
Deb,
I know isn't the version that you were looking for, however you can get the idea in deal with a Sitecore installation and all its prerequistes. Please have a look here: https://sdn.sitecore.net/upload/sitecore7/70/installation_guide_sc70-a4.pdf
Based on Sitecore installation guide, I haven't seen a recommendation from them saying "install using EXE" or "install using ZIP". Actually, they show you both! Personally, I would suggest you to go through using ZIP.
Cheers,
Vinicius

dotcms community edition capability

I am working on developing a weksite using a Java based CMS and had a close look at dotCMS community edition.
The website will initially hold some 500-600 pages, with good seo integration, performance, search capability. The pages will have images but no videos.
I want to run the site with dotcms community edition for a year or so and then upgrade to a licensed edition.
Can anybody please suggest if dotcms community edition can help build & run the site covering my above requirements.
Any pointers in this regard is appreciated.
Unfortunately the community edition does not support integrated search (the licensed edition uses elastic search), so you'll have to add third party search. All the other requirements are not a problem. I've build many many sites with dotCMS and I have never had a problem with those aspects of the CMS.
To figure out what is in and what is out, check out this list: http://dotcms.com/explore/editions/
Agree with Koenpeters, when we have a CE site on dotCMS we use Google custom search that we use, and then we have a plugin that feeds GCS a feed of all pages to index for searching...

Forum module for Sitecore 7.*

I'm building a website which requires forum integration to a Sitecore build - I've checked on the Sitecore website and they suggest YetAnotherForum and Telligent Community Integration Module. Both of these modules tho only support up till 6.4.1 and 6.4 respectively - I'm using Sitecore 7.0.
Logged a ticket with Sitecore and they came back with the following:
We have no information about Forum modules that are compatible with Sitecore 7.1. I would recommend you to contact your regional office and check whether they could advise you something.
Any suggestions?
First of all Telligent supports Sitecore 7.
Reference link
I have been working with Sitecore and Telligent Community integration from quite time and from my experience i have this opinion.
For deep integration it is quite a lot of work and requires much knowledge of both the product and costs will be high for licensing & deployment. But i can assure you that Telligent will work in Sitecore newer version also. However with higher costs you will get more rich functionality, Facebook like Activity Stream, and Apart from Forums it also has Blogs, Wikis, Media Gallery.
Telligent supports two kind of integrations:
1. Side by Side Integration - In this Sitecore and Telligent both will be user facing.
2. Integration mode - In this user will be mostly in Sitecore.
Reference link
If you are Sitecore Partner you will get trial license of Telligent. For details check 'Social Starter Kit' on Sitecore SDN site. Also there is video on YouTube regarding Sitecore & Telligent Integration in Sitecore Virtual User Group community.
I have no experience on YAF module so can't suggest on that.
Did you try to install YAF integration module, https://marketplace.sitecore.net/en/Modules/YAF_integration.aspx, i think it would run on Sitecore 7, since this module mainly integrate YAF with Sitecore security, i don't see why it should not run on Sitecore 7.
The Telligent product was renamed, I suggest you take a look at http://www.zimbra.com/products/zimbra-community/sitecore-starter.html and contact them. I'm unaware of what version they're targeted at right now.

SharePoint 2013 - How to get document library size?

We have this Document Library Monitoring Console App written in C# and its running in SharePoint 2007. We now upgrading our SharePoint Server to 2013, so we also need to upgrade our solutions and customization including console apps.
I search through the web I can't find replace for deprecated "SPSite.StorageManagementInformation".
Please read this MSDN article.
You can to use "SPSite.Usage.Storage".
Hope it help to you.