c1-cms

Package Creator - Require a Dependency

淺唱寂寞╮ 提交于 2020-01-04 09:06:17
问题 What is best practice for the Package Creator to either require a dependency of another package, i.e. the Forms Rendering package, or install the required dependency. The configuration packages are available from Package Creator but that appears tedious if a package has numerous config items. 回答1: The current release of Composite C1 Package Creator (v.3.3) do not have features for specifying required packages via the UI. I suggest you register a feature request for this and describe your need

How to add a timestamp field using Composite C1?

♀尐吖头ヾ 提交于 2019-12-25 01:28:57
问题 How can I add ChangeDate field to a global datatype in data perspective? I can add CreateDate field easily but stuck at record modification time. This is how I add CreateDate field: Just add a new field and rename it as CreateDate, type is Date In the advanced tab; remove widget and set default value as function Now. Can I add another field which one keeps the modification date automatically, if any? 回答1: I think event tracking of data addition and updating gives you a solution to add

Handle content in usercontrols through CMS?

≡放荡痞女 提交于 2019-12-23 19:15:25
问题 Is there a way in Composite C1 to manage static text in ASP.NET usercontrols used on pages through the backend? 回答1: In this answer I'm asuming you would like the "static text" to be maintained via a Visual Editor (html document), allowing your users to do heading, styling, bold etc. If you are just going for a simple large textbox this can be simplified. Start by creating a new Global Data Type on the Data perspective - name it (in the code sample below, I named it Maw.Content) and give it

Configure TinyMCE for use of Font Awesome icons in Composite C1

守給你的承諾、 提交于 2019-12-12 15:10:30
问题 I use Composite C1 CMS, but the custom TinyMCE in it is so crazy. Simple issue: we'd like to use Font Awesome icons. Source code editing is OK. If we add the following: <i class="fa fa-bus"></i> This is removed. OK then, add a space: <i class="fa fa-bus"> </i> i is converted to em . If I change valid_elements in config in the file visualeditor.js, nothing happens, still the same problem. Are there any solution for this issue? Anyway it would be nice to add a button to the toolbar ' add icon '

Composite C1 console edit button available for non translated data

限于喜欢 提交于 2019-12-11 23:36:29
问题 We are using Composite C1 version 2.1.1 with static C# data. This data is localizable (ILocalizedControlled) and is shown on top of the data tree (TreeDefinitions\GlobalData.xml). Users are able to translate the data to their selected language, but somehow it is possible to "Edit" the data before translating it. This means that when they do it wrong (i.e. in stead of first choosing "Translate Data" and then "Edit", choose "Edit" directly) translated data will appear on the source language

Composite C1 pages cannot be saved [closed]

青春壹個敷衍的年華 提交于 2019-12-11 11:45:42
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . I am having problems saving pages in Composite C1. It worked fine for a long while and I don't recall installing anything new in Composite. Now when I click save and publish on a page on which I've made changes

Composite C1 - 'URL Aliases', redirecting URL's with Querystring

a 夏天 提交于 2019-12-11 01:30:56
问题 I have a Composite C1 CMS site. To maintain SEO juice, I need to redirect some old - mainly blog URLs - like this: http://www.mydomain.com/en/news/news.php?b=68 to http://mydomain.com/en/Blog/2013/04/30/Friendly-Article-Name and http://www.mydomain.com/en/news/news.php?b=69 to http://mydomain.com/en/Blog/2013/04/30/Another-Friendly-Article-Name There are about 100 links to redirect. The 'URL Aliases' module seems to work well, until you add a querystring (?b=68 above) - then it stops working.