sitecore

SitecoreSearchContrib - How to merge & sort from multiple indexes

情到浓时终转凉″ 提交于 2019-12-24 21:33:14
问题 I'm currently setting up a search for a Sitecore 6.6 web site using SitecoreSearchContrib. I've got two indexes. One index looking at my web site content: /sitecore/content/home and another index looking in a documents folder in the media library (which contains PDF etc). /sitecore/media library/documents The search on my web site can return web pages or Word/PDF documents. Is there a way (beside using one super-index for content & media library) that I can combine the results from both

Proper Page Editor for General Link in Sitecore

血红的双手。 提交于 2019-12-24 15:14:07
问题 Can you help me get the General Link field working in the Sitecore Page Editor. I can see a small helper "Insert link" and after clicking on it, the "Insert an internal link" form will popup. This happens by default when I'm in edit mode in the page editor This works fine however I also need to be able to "Insert an external link" from the Page editor. I know that this can be achieved in admin part of Sitecore, but how this behavior can be achieved in Page Editor? Is it possible to setup

sitecore publishing initializing

99封情书 提交于 2019-12-24 13:31:11
问题 I get a issue when i want to publish one item in sitecore backend. the publishing popup window freezing and the message shows "Initializing". I already try to recycle the website application pool, but the issue still there. sitecore version is 6.3. And here are some logs: Exception: System.Exception Message: Invalid column name 'Sequence'. Source: Sitecore.Kernel at Sitecore.Data.DataProviders.Sql.DataProviderCommand.ExecuteReader() at Sitecore.Data.DataProviders.Sql.DataProviderReader..ctor

Render child items with their own layout in a carousel control

孤者浪人 提交于 2019-12-24 13:19:58
问题 Here is what I am trying to do: I have a content item "Carousel Presenter". Essentially this will present its child items within the carousel. I want the flexibility to have any number of child items. I also want the flexibility to be able to specify the presentation of each child item - they may be the same or different. I am using Sitecore 6.5. The carousel is jcarousel. I need to generate markup generally like this (from item "Carousel Presenter"): <div class="jcarousel"> <ul> <li> ...

ECM Error: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel

戏子无情 提交于 2019-12-24 13:15:31
问题 Sitecore 6.6 rev. 130214 and ECM 2.1 rev. 131007 We are having an issue with ECM and sending emails. We are using Sitecore's MTA. Everything has been working for some time now but within the last week, we started receiving this error message when trying to send emails (even test emails): The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. Research into this error seems to point to a certificate issue. We are pretty much using ECM OOTB.

Is it possible to restrict the number of items show in WeBlog tag cloud within Sitecore?

爱⌒轻易说出口 提交于 2019-12-24 12:17:14
问题 I am using the WeBlog module in Sitecore 7.1. After years of blog posts, the tag cloud control now shows a huge list of all the tags which have ever been used in a post. Is it possible to restrict the number of tags which show or provide a minimum threshold for the number of times each tag needs to have been used? I can't find any information in the documentation or within the Sitecore content editor, but I assume it must be a common problem. 回答1: From what I know there is no way of limiting

Branch template and consistent layout with sitecore

蓝咒 提交于 2019-12-24 10:08:59
问题 We are using EviBlog, and I want the layout change to be consistent whenever I change to layout for the layout template. However that don't work. The layout get copied and won't change in item, even on fresh new item, when I update the template layout. I can't use a base template, because EviBlog doesn't check for inheritence, it's check only for direct template ID, when listing. From want I understand, Standard Value would be helpful, I haven't found a way to specify standard value for

Branch template and consistent layout with sitecore

烂漫一生 提交于 2019-12-24 10:06:04
问题 We are using EviBlog, and I want the layout change to be consistent whenever I change to layout for the layout template. However that don't work. The layout get copied and won't change in item, even on fresh new item, when I update the template layout. I can't use a base template, because EviBlog doesn't check for inheritence, it's check only for direct template ID, when listing. From want I understand, Standard Value would be helpful, I haven't found a way to specify standard value for

Sitecore not resolving rich text editor URLS in page renders

我的梦境 提交于 2019-12-24 09:38:13
问题 We're having issues inserting links into rich text in Sitecore 6.1.0. When a link to a sitecore item is inserted, it is outputted as: http://domain/~/link.aspx?_id=8A035DC067A64E2CBBE2662F6DB53BC5&_z=z Rather than the actual resolved url: http://domain/path/to/page.aspx This article confirms that this should be resolved in the render pipeline: in Sitecore 6 it inserts a specially formatted link that contains the Guid of the item you want to link to, then when the item is rendered the special

Sitecore.Resources.Media.MediaCreator deletes versions of media

与世无争的帅哥 提交于 2019-12-24 08:32:06
问题 I am adding images to the Media Library using the "Sitecore.Resources.Media.MediaCreator" and the "CreateFromStream"-function. Everything seems to work fine except that everytime I add a new image to an already existing image item the old image is overwritten, I would like to create a new version instead and add the new image to the new version, keeping the old version and image. The images should be based on an "unversioned" template as images are shared between languages. I have tried