Questions tagged [crafter-cms]

A content management system from Crafter Software. Not to be confused with Craft CMS

Crafter CMS distinguishes itself by its modern architecture, in turn, this enables:

  • Truly Decoupled CMS (disconnected global delivery)
  • Dynamic / personalized delivery of every request at speed
  • API first CMS (content as a service)
  • Git-based CMS (allows for excellent developer cadence)
  • Share-nothing delivery architecture (extreme scale)
  • Front-end agnostic (bring your favorite UI framework or use as a headless CMS)
  • Equal support for all three CMS stakeholders: content authors, developers, and system administrators

More information can be found at: - http://craftersoftware.com/ - http://docs.craftercms.org/en/3.0

115 questions
7
votes
1 answer

How do I configure Crafter CMS social/profile mongo db connection properties?

I need to configure CrafterCMS social/profile to connect to a MongoDb using SSL. What properties should I configure to set username, password, sslCAFile, sslPEMKeyFile,sslPEMKeyPassword, etc ? I'm using Crafter CMS 2.5
6
votes
2 answers

How to know which version of CrafterCMS I am using?

Is there a way to know the crafter version from Studio Admin Console/Dashboard? I am running CrafterCMS 3.0 on my local. But from the content admin's point of view, is there any way to know the exact version/build I am using?
Paras
  • 804
  • 1
  • 10
  • 25
5
votes
1 answer

How to know if crafter-profile or crafter-social are running?

I'm trying to find a decent URL that would return something else than 404 on both crafter-profile and crafter-social so that I know for sure they are present in tomcat. Any api/other urls I could use for that? Thank you, Nicolas
5
votes
1 answer

In CrafterCMS 3, how do I create a filter?

The docs mention site.xml and a config snippet with on the root, but site.xml seems to no longer exist, and there's no config with at its root.
efaj
  • 925
  • 1
  • 12
  • 23
5
votes
1 answer

In CrafterCMS, how do I configure Solr in Crafter 3.0?

I'm installing a production Crafter 3.0 instance built from source, using the current documentation as guidance. However, I'm having issues at this point: Change the path where the preview Solr search indexes will be stored, e.g.…
efaj
  • 925
  • 1
  • 12
  • 23
5
votes
1 answer

In CrafterCMS, can engine handle case insensitive URLs?

I was wondering if Crafter Engine could handle case insensitive urls such as /hello-World would be served the same as /hello-world ? Thank you, Nicolas
Nicolas Dufour
  • 203
  • 1
  • 5
4
votes
1 answer

How can I specify the default timezone in Crafter?

When using a Date/Time control, it can have a timezone selector. But, when it doesn't, it has a default timezone (in my case, EST). How does Crafter determine this default timezone? A config? from the server's settings? And how can I change it?
efaj
  • 925
  • 1
  • 12
  • 23
4
votes
1 answer

Looking for source code for Crafter Deployer 2.5.3

I have an instance of crafter running with crafter-studio-publishing-receiver-2.5.3-aio.jar, I need to locate the source code for the jar file. Is this the right repository What is the significance of the word "legacy" in the name of the project?
CL1MB3R
  • 145
  • 9
4
votes
1 answer

Are groovy filters executed the same order as declared in site.xml in Crafter CMS?

Are groovy filters executed the same order as declared in site.xml in Crafter CMS? For example, will filter1 always be executed before filter2?
4
votes
1 answer

In CrafterCMS, how to setup the mail server properly?

In CrafterCMS, I’m trying to configure a mail server, in the documentation I see two different locations to override the related…
4
votes
1 answer

In CrafterCMS, how can I add a number control that validates a certain range?

I have a Google Maps component where authors can specify a latitude and a longitude. I'm using a regular "Input" type control with a regex that validates if they are numbers, but, when trying to approach the problem of specifying a range (have the…
efaj
  • 925
  • 1
  • 12
  • 23
4
votes
1 answer

In CrafterCMS, I have an issue seeing an mp4 video in Safari

In CrafterCMS, I have a mp4 video uploaded in static assets, I'm able to see it correctly in all browsers except Safari. When I request it like http://localhost:8080/static-assets/videos/687898845.mp4 I only see the player: If I play it, nothing…
4
votes
1 answer

In CrafterCMS, how can I add ICE to an item in a repeating group?

I have a repeating group of "Features", like this I'd like to be able to make an In Context Editing popup to edit only this single feature. My template's code is like this <#import "/templates/system/common/cstudio-support.ftl" as studio/>
efaj
  • 925
  • 1
  • 12
  • 23
4
votes
1 answer

How do you remove permissions in Crafter Studio 2.5?

In the permission-mappings-config.xml file we have the following rules for a group: Read Create Content But the users still have the "Copy"…
Jose Ross
  • 190
  • 4
3
votes
2 answers

How to set site in Crafter CMS?

I used Crafter CMS for building site. Now I redirect my domain to server, but it shows "No Site Set" message. How can I make site visible? For information it works, when I use testing view: http://
:/?crafterSite=mysite I want that it…
totali
  • 260
  • 6
  • 22
1
2 3 4 5 6 7 8