New Post: Design of artificial intelligence must read
Design of artificial intelligence must read [1 paradox]Why 0.999... is not equal to 1? Written in 2012 The current mathematic theory tells us, 1>0.9, 1>0.99, 1>0.999, ..., but at last it says...
View ArticleNew Post: Using Captcha in XSLT function
Hello there, In my website viz made in CMS (C1 Composite version 3.2.4681.14221 ), I am using the c1 Captcha in the my form and I need to access the function ("captcha:IsValid($captcha_value,...
View ArticleNew Post: Adding regular expression validator to a Razor Function property?
Not my area of expertise but I have only seen it used in this context: #region Data field attributes [ImmutableFieldId("c68429ed-74c3-4ad6-afee-b6364f80f224")]...
View ArticleNew Post: Translate Composite C1.
Hello: I need to translate the entries to blog on composite c1. How i do it?
View ArticleNew Post: Translate Composite C1.
Answered here http://stackoverflow.com/questions/18366700/composite-c1-language-localization-in-blog-module
View ArticleNew Post: V3.2 default.aspx Line 50 'Object Ref Not Set' Reason ?
Thank you napernik for the help. I really appreciate it. Looking into what you suggest and where I have a problem.
View ArticleNew Post: HTML Fragment Creation in Function ?
Hi Community, I am looking to use a function to generate an html fragment (as in just the opening line of a div layer for instance) inserted into an XML template with a three parameters. I have tried...
View ArticleNew Post: Using Captcha in XSLT function
It's not my area but just looking at your code and the sample from the documentation I've noticed 2 things: where $captcha_value = <input name="captcha" type="hidden" id="captchaEncryptedValue"...
View ArticleNew Post: Reference javascript in Visual Editor
Hi Marco No, there's no configuration setting for it. For now you would have to modify editor's code to do so: ~\Composite\content\misc\editors\visualeditor\visualeditor.aspx
View ArticleNew Post: Get full path of image in medial location to send newsletter
You can write some code that would iterate "img" elements and appends the server url, something like this:[FunctionParameter] XhtmlDocument Content { get; set; } .... // Code that fixes urls string...
View ArticleNew Post: How to Call media() function inside C# to get Media File Path
Hi @diegosly Sorry for the late answer. Code for getting file path:IMediaFile file = ...; string filePath = (file as FileSystemFileBase).SystemPath; that should be needed only, if you want to attach a...
View ArticleNew Post: Add tracking cookie each time the request URL contains a given...
Hi Florin The easiest way should be to add an http module to the web.config.http://support.microsoft.com/kb/307996
View ArticleNew Post: Page Metatype disappearing after change
Hi @Attic 1) Is this a known problem? How do I avoid it when changing data types? No, and it is hard to tell why the operation failed. If you have a stable way to reproduce it, we will fix it. 3) Whats...
View ArticleNew Post: Want to add a Second News Module (private Notes) to the same website
Must be some kind of a bug. Try to click "View source" in the view where you're selecting function calls, there you can copy the necessary filter function call manually
View ArticleNew Post: Composite.Generated.dll doesn't show in Assembly references.. for a...
Seem to be a bug introduced in C1 4.0, thank you for reporting the issue. Will be fixed soon. Possible workarounds should be: 1) Use an "external function" and define the code in either a custom...
View ArticleNew Post: How to Call media() function inside C# to get Media File Path
If you need to attach the images to an email, the most correct would be to open a ReadStream for your IMediaFile instance - remember that you can't be sure that files are stored on disk, they can be...
View ArticleCommented Unassigned: 500 errors in admin panel, corrupted images, issues...
Hello, I'm experiencing some serious issues and trying to repair my web site.It all started out of nowhere. Once after logging into admin panel I was not able to edit any pages or open anything in the...
View ArticleNew Post: Visual editor - color picker button
I found the following post on stackoverflow that seems quite promising: http://stackoverflow.com/questions/10831636/enable-text-color-plugin-of-tinymce-in-toolbar-of-visual-editor :)
View ArticleNew Post: Visual editor - color picker button
Hmmm, seems like things have changed since then... :)
View Article