Quantcast
Channel: Developer to developer
Browsing all 9076 articles
Browse latest View live

TinyMCE PowerPaste and Alternatives

Are there rich-text editor alternatives to the TinyMCE plugin for CMS 12 that provide a WYSIWYG HTML editor?We upgraded to TinyMCE 6 and found some of the features our website editors have been using...

View Article


TinyMCE epi-link shortcut removed

We're in process of updating to the latest TinyMCE package and one of our editors noticed that the ctrl+k shortcut for the epi-link plugin was no longer supported.Is this an oversight or an intentional...

View Article


Image may be NSFW.
Clik here to view.

UseNewtonsoftSerialization formats other responses as well

I want to use UseNewtonsoftSerialization for my custom Api Controllers.// Startup.cs services.UseNewtonsoftSerialization(typeof(BaseJsonApiController), settings => { settings.Converters.Add(new...

View Article

Hide default category property

Hi!Does anyone know how to hide the default category property in Optimizely 12? The editor descriptor with the scaffold attribute works in older versions, but it doesn't seem to work in version 12.

View Article

Email link from TinyMce breaks when email domain is the same as website...

Hi,We recently upgraded from CMS v12.17.1 to v12.22.7 and this is the second bug we've noticed (first one is over here). This one is a bit more straigtforward, steps to reproduce:Create a hyperlink in...

View Article


Image may be NSFW.
Clik here to view.

How can I restrict a specific group user from not creating a page but at the...

Hello,CMS 12We have a requirement where we want to restrict a specific group of Users from creating pages in one specific folder in the page tree but they should however be able to translate a page in...

View Article

Image may be NSFW.
Clik here to view.

Using blocks in TinyMCE editor (epi-contentfragment)

Hi all,We're busy migrating multiple websites from CMS 11 to CMS 12 and one thing we're stuck on is drag-and-dropping blocks in TinyMCE editors. On the CMS 11 version this renders the block fine:But on...

View Article

Request for comment - Our search implementation in GitHub

Hello fellow developers,We just went through a complete search overhaul of our front-end experience. This was a long time coming and I wanted to share what we've done. If others can benefit from our...

View Article


Custom Forms Containers in CMS 12

We are upgrading from CMS 11 and CMS 12. One of the many problems that we have encountered is related to forms. We have a custom FormContainerBlock (that is heavily used on our sites). It was...

View Article


PDF solution for a site running in the DXP

Hello,What would currently be the best solution for generating PDF's on the fly from pages, on a site running in the DXP.John Ligtenberg

View Article

Image may be NSFW.
Clik here to view.

Custom sorting in CMS interface

Hello fellas!I have created a automatic map structure for a pagetype called news through a event listner. The structure is based on (Type/year/month/news). However I have problems solving the sorting...

View Article

Scheduled job not running with dependency injection for my custom service...

Hi,I am facing an issue with scheduled job, that its not able to start automatically. I am getting below error:UnableToStartException has been thrown by the target of an invocation. [Activation error...

View Article

Is there a way to give a character limit to XHTMLString and strings?

Hi,At the moment our client is experiencing an issue when translating content using a third party plugin, which says that "The field Title must be a string or array type with a maximum length of...

View Article


Mixed-mode authentication - Identity Server/CMS Identity

I am struggling with getting mixed-mode authentication working in CMS12, we have an Identity Server that is accessed via OpenIdConnect for members to login via the website /login route, and we also...

View Article

Forms causes site to crash in IIS

We recently upgraded a site from CMS 11 to CMS 12 and the site is up and running fine after a few bugs. Now, a few months after the upgrade and deployment there is another bug that I can't quite wrap...

View Article


Post HTML form to specific method

I have a Razor Page template with an HTML form. I wish to trigger a specific method on the post event.The form is as follows:<form method="post" asp-page-handler="Edit">    <input type="text"...

View Article

How can I filter out content usages to remove trashed blocks?

I'm using this code to get the block data.var blockType = contentTypeRepository.Load<RequisitionBlock>(); var contentUsages = contentModelUsage.ListContentOfContentType(blockType); var...

View Article


Is there an alternative for YouTubeContentProvider in CMS12 ?

We are in the process of doing an upgrade from CMS11 to CMS12, and there is an old implementation of YouTubeContentProvider. Anyone who was able to do the upgrade for this provider ? or is there any...

View Article

Was there a change in what client.Search() returns?

We have a job that finds a particular type of pages, updates and publishes them. If publishing fails a draft is saved.This is our code to retrieve a page that needs to be updatedreturn...

View Article

Rewriting a query from GetContentResult() to GetSearch()

I had the following query return _client.Search<AuthorPage>() .Filter(x => x.IsDeleted.Match(false)) .Filter(x => x.SearchSubsection().Match("Authors")) .Filter(x =>...

View Article
Browsing all 9076 articles
Browse latest View live