New Post: Error at MVC Functions addon when using TempData
I am using the MVC Functions AddOn in a project. Whenever I try to put something to the controller TempData an error is thrown."The SessionStateTempDataProvider class requires session state to be...
View ArticleNew Post: Best Practices for VS2015/TFS/Staging/Azure environment setup and...
Hello, We are in the processes of setting up a development environment for C1 5.0 and we are looking for a best practices document on how to best achieve the following. 2-3 developersVS 2015 for custom...
View ArticleNew Post: Blog Authors & Tags
Hello. =) I just recently added the Blog section of the site. I cannot locate where I am able to add Authors as it only has Anonymous as well as how to add additional Tags, there is only About...
View ArticleNew Post: Blog - Display current tag
Hi! You can make use of Composite.Core.Routing.Pages.C1PageRoute.GetPathInfo() to get the path info and append it to the title in the Composite.Community.Blog.BlogRenderer function. Something like I...
View ArticleNew Post: Blog Authors & Tags
WOW! I must be completely blind, I was looking in the functions and the file structure looking for something, I saw the call to get the authors but I couldnt find where they were...lol That was exactly...
View ArticleNew Post: Error at MVC Functions addon when using TempData
Just FYI: It's been answered at GitHub https://github.com/Orckestra/C1-Packages/issues/21#issuecomment-184647926 /Vitaly
View ArticleNew Post: Media Archive Toolbar Options For .json File
You can map the .json extension to one of the supported MIME types like "text/js" or "text/plain":Edit web.configAdd the mapping below configuration/system.webServer/staticContent Save...
View ArticleNew Post: Embed A FormBuilder Form Within A Custom Data Type
Greetings, I recently downloaded a trial version of the FormBuilder package and have been able to add some custom widgets and handlers which have made the package quite useful for my use cases so far....
View ArticleNew Post: Background image in full screen
Hello everyone I just started using composite, I really like it, but for now I have so much to learn. I want to know how to set a background image to fill the screen. How to use many website to add...
View ArticleNew Post: Embed A FormBuilder Form Within A Custom Data Type
Please see if this FAQ helps: How to add custom widget?
View ArticleNew Post: Background image in full screen
If you are looking for some kind of option in the C1 Console - to set the background image for all pages or a single page, I am afraid there is none. You can set the backgound image via CSS or LESS....
View ArticleNew Post: How to use IImageFile in a Razor function with background-image url
Trying to build a Razor Function that will allow the user to select an image and it will be become the background-image url of a div tag. However, when the page renders I'm not getting what I expected....
View ArticleNew Post: How to use IImageFile in a Razor function with background-image url
I think I found the possible solution with MediaUrls.BuildUrl()?<div style="background-image: url(@MediaUrls.BuildUrl(Image.Data, UrlKind.Public));"></div> Does this look reasonable?
View ArticleNew Post: How to use IImageFile in a Razor function with background-image url
Make sure to put quotes around your url, then it should work just fine.MediaUrls.BuildUrl() is infrastructure code and not intended to be called from ie. a razor view like in your example.Not using...
View ArticleNew Post: Embed A FormBuilder Form Within A Custom Data Type
Thanks for your feedback. I read through this documentation earlier, but it didn't seem to address the ability to tie in the work that's already been done for the page-level form widget (Form.aspx) and...
View ArticleNew Post: How to use IImageFile in a Razor function with background-image url
Feedback much appreciated. Adding the quotes is now rending the proper URL.
View ArticleNew Post: Working with XML Files in Composite
New to Composite C1... I have some XML Files I would like to work with in a Composite C1 setup. Is there a way to import an XML file, or even if I were to upload it as a "Media" file, could I link to...
View ArticleNew Post: Working with XML Files in Composite
Hi and welcome! If you prefer to use XSLT you would 1) Upload your XML file to a directory (putting them below App_Data could make sense as this will prevent direct download) 2) Create an XSLT Function...
View Article