New Post: 404 when special chars in URL
Hello, I'm using Composite C1 v4 and I have a problem when there are special characters (accents and diacritics) in a URL, a 404 is returned - example here:...
View ArticleNew Post: Blog component
Hello, In the blog component, it would be nice to be able to choose a custom URL and to preview the blog post. What do you think about it ?
View ArticleCreated Unassigned: Media > Media Archive > Upload Multiple Images doesnt...
When we upload multiple images using zip file under the Media > Media Archive > Upload Multiple option, and then when we try to use it in our pages or any gallery trying to crop it using the url:...
View ArticleNew Post: Definition Lists / Description Lists
I'm trying to add definition lists / description lists to the Visual Editor to produce:<dl> <dt>Coffee</dt> <dd>Black hot drink</dd> <dt>Milk</dt>...
View ArticleNew Post: 404 when special chars in URL
You might be able to convert those characters to something C1 can handle using the StringReplaceUrlFormatter:http://docs.composite.net/Configuration/UrlFormatting
View ArticleNew Post: DataIdMultiSelector or String.Selector which is bound to the...
Hello, I'm working currently on a C1 4.2 project and have the following issue: Prerequisites:I have a IPageFolderData datatype ITeaserI have multiple pages which all contains own ITeaser datafolders...
View ArticleNew Post: 404 when special chars in URL
Hi Nicolas I've seen a similar issue on v4.0 /IIS7.5. It is hard to tell what caused it, likely an update to either .NET framework or IIS which cased it to change the standard asp.net api behaviour....
View ArticleNew Post: Publishing error on webhotel
I have published a Composite C1 web to my webhotel and they said my web application is running in full trust. It seems to run fine without loading images at first but after a while it recieves to many...
View ArticleNew Post: How to get user-defined datatype in a class?
I build a global datatype and named it <gringalet.users> in c1 console. then i try to get this datatype in public class width c#, but <gringalet.users> can not be found. I have imported...
View ArticleNew Post: Log entry The data interface 'Composite.Data.Types.IPage' will not...
A couple of days before one of our composite sites stopped working. It now displays a message "Site under construction - start here". When we start the backend the site seems to be empty. It has been...
View ArticleNew Post: DataIdMultiSelector or String.Selector which is bound to the...
Just a note, have you looked at https://bitbucket.org/burningice/compositec1contrib/src/d2106387c205ce4b125e162fb0f114b24722ca6e/Teasers/?at=default ? Its a generic Teaser system for C1, supporting...
View ArticleNew Post: DataIdMultiSelector or String.Selector which is bound to the...
Hey burningice, thanks for your note. Yes, I saw this package, and in case of a teaser this would match mostly (didn't check it in detail if it would match our customer requirements). But the teaser...
View ArticleNew Post: How to get user-defined datatype in a class?
hi man,Thanks a lot. I have got my global datatype after have that dll file. would you like tell me where to find composite.generated.dll sourcecode?
View ArticleNew Post: DataIdMultiSelector or String.Selector which is bound to the...
Anyone have an idea how I could solve this? Thanks for any help in this case. Best regards, Chris
View ArticleNew Post: How to get user-defined datatype in a class?
The Composite.Generated.dll is (as the name tells you) generated by composite. There is no source available, unless you decompile it using a tool like ReSharper. Regards, Chris
View ArticleNew Post: Installing WebAPI on C1 4.2 Update 1
I'm trying to install WebAPI on 4.2 update 1 and I'm getting an error saying that you can't have the App_Code folder when your application is pre-compiled. I'm not able to get back to the frontend or...
View ArticleNew Post: How to get user-defined datatype in a class?
In case you are interested, the Composite datatype classes are saved in an XML format in /App_Data/Composite/DataMetaData and then used to generate the Composite.Generated.dll. I wouldn't mess with...
View ArticleNew Post: Installing WebAPI on C1 4.2 Update 1
I don't know to be honest. I don't remember deploying it that way and I just went back to my original VisualStudio Composite C1 project and "precompile during publish" is not checked. Oddly enough...
View ArticleNew Post: How to get user-defined datatype in a class?
You can use this C1 Package to get the source code of data types: http://www.composite.net/Add-on-Market/Packages/Composite.Tools.StaticDataTypeCreator When installed you will have a "Download Source...
View ArticleNew Post: Visual editor doesn't support tag
I can't insert <main> html 5 tag in source code. When I switch from source to visual, all the code will lost and a dialog box appears as unknown error. Composite C1 4.2 Update 1 Build no....
View Article