Sitecore

Sitecore

功能最强大、最丰富的企业级 .NET 网站内容管理系统。包含的功能如下所述:

  • 内容编辑和会话中的个性化
  • 用于预览访客所看到的网站内容的体验浏览器
  • 设备和地理位置 IP 检测(需要额外收取订阅费用)
  • 多站点管理
  • 多语言内容
  • 企业级的搜索
  • 多渠道支持和 Sitecore? Mobile SDK
  • http://www.sitecore.net/zh-cn/getting-started/how-to-buy
时间: 2024-10-10 22:21:27

Sitecore的相关文章

sitecore+score 在 Experience editor 添加新元素时associateed content 指向错误

Q:在sitecore的Experience editor页面添加component时,子元素的路径指向错误.如图: A: 首先你要整理思路,这个设置可能是在哪,是template还是control layout.当然这里肯定是跟页面control有关. 1.我们需要找到这个button的control layout.因为我们的项目是集成了score,所以根据score的手册我们知道这个button的路径在/sitecore/layout/Renderings/BootstrapUI/Conte

sitecore 非admin的用户在Experience editor页面不能显示no text in field

Q:在zh-cn语言下Experience editor 用户不能看到no text in field 提示文字,以至于用户很难定位到所要编辑内容的区域 A: 1.到sitecore后台,切换到core数据库下,找到/sitecore/content/Applications/WebEdit/WebEdit Texts这个节点. 2.切换到中文下,看当前节点是否有zh-cn版本,如果不存在就需要新建中文版本. 3.然后在default text里面填写no text in field,或者填写上

Sitecore Powershell 批量替换richtext 字段内容

Q:网站有上千个页面,这上千个页面中都有一个相同的broken link,需要替换成正确的链接.如何才能简单,快速有效的完成这个动作呢 A:首先我们肯定会考虑这个动作的实现方式, 1.简单笨重的人工一个一个页面修改 2.通过写程序扩展实现 3.sitecore powershell 方一肯定是排除不可取的,方法二其实也是可以实现的,但是我觉得我想考虑一下方法三,之前我从来没有接触过,通过这个需求还学习一下powershell 语法. 最终实现的代码如下: function GetAllLangu

The security settings for the current language prevent you from seeing this item in sitecore

Q1:sitecore 提示用户无法编辑内容 如图: Q2:当你在发布media image的时候不能看到en. A:在sitecore 后台进入 security editor页面,找到english语言,然后将 language read和language write勾选上,如下图

Sitecore Reset Layout

Sitecore.Data.Database db = Sitecore.Configuration.Factory.GetDatabase("master"); Process(db.GetItem("/sitecore/content/home")); private void Process(Sitecore.Data.Items.Item item) { Sitecore.Data.Fields.Field field = item.Fields[Sitec

sitecore 缓存管理器

namespace XXX.Shared.Infrastructure.Caching { using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Caching; using System.Threading; using Sitecore.Data; using Sitecore.Diagnostics; using Sitecore.Sites; /// <summary

.net &amp; Sitecore 判断用户是否登陆

方法一 .net(C#) //加入引用 using System.Web.Security; //获取User MembershipUser user =  Membership.GetUser(); if(user ! = null) { //用户操作 user.UserName user.Email user.ChangePassword(string old, string new) } 方法二 Sitecore //获取当前用户 Sitecore.Analytics.Data.DataA

Sitecore Resize Image Size

<asp:Image ID="VideoImg" runat="server" Width="269" Height="152" ResizeWidth="269"/> videoImg.ImageUrl = SitecoreHelper.GetMediaUrlforImageField(curItem.Fields["Image Info"]) + "?w=&qu

Helix, what does it mean for Sitecore CMS development?

If you look at 10 different Sitecore solutions from the last few years you will most likely find 10 totally different types of architecture. As a developer picking up a solution from a third party or even internally this variance can mean a significa