New Post: Function error
Can you provide the error you see (or any relevant error from the Server Log). Also, what type of C1 Function are you using?
View ArticleCommented Unassigned: Composite C1 You tube channel package not working [2108]
YouTube Chanel Package not workingRecent update in YouTube showing that the package will not support. Is there any quick fixed for the same.Client CMS running this package are asking for...
View ArticleNew Post: Function error
the function is called from an aspx page like the following and works fine:<html xmlns="http://www.w3.org/1999/xhtml"><head></head> <body> <f:function...
View ArticleNew Post: Function error
The problem is the type of function - User Control Functions are based on Web Forms, which require the whole web forms machinery to exists - and the process sending out newsletters don't support this....
View ArticleSource code checked in, #41011
Updating razor dll-s to version 3.0.3 to support MVC 5.0 Rewriting some of the "function preview with PhantomJs" feature for more stable execution and improved logging. Moving form login related fields...
View ArticleNew Post: Vanishing SCRIPT tag in Razor function...
Hi, I've got an embedded component in a Razor function that renders itself and a section of <script> code. The function works perfectly in Preview and live mode as long as I'm logged in, but when...
View ArticleNew Post: Vanishing SCRIPT tag in Razor function...
OK, so a little closer. It appears the Composite.Web.BundlingAndMinification module is dropping my embedded script. There's nothing to be seen in the log, so I have to assume this is a either a bug in...
View ArticleNew Post: Vanishing SCRIPT tag in Razor function...
Can you provide a repro with the js file? If I try doing this (having a simple js file with "alert()") and I reference using a full localhost + port URL, I get the alert just fine, so I cannot repro...
View ArticleCommented Feature: Feature Request: Issuu Player Package [2074]
[Changed from bug to feature request, see comments]Hello,I got a customer-feedback that he was unable to find the Issuu Player package in the 'Available Packages' section in the System-Perspective. I'm...
View ArticleCommented Issue: Composite C1 You tube channel package not working [2108]
YouTube Chanel Package not workingRecent update in YouTube showing that the package will not support. Is there any quick fixed for the same.Client CMS running this package are asking for...
View ArticleClosed Issue: Composite C1 You tube channel package not working [2108]
YouTube Chanel Package not workingRecent update in YouTube showing that the package will not support. Is there any quick fixed for the same.Client CMS running this package are asking for...
View ArticleNew Post: Localizing for Right-to-Left (RTL) Websites
I'm currently building another demo site to show off Composite C1's capabilities to my university colleagues (they're giving me a second chance). Given that we recruit many students from the Middle...
View ArticleCommented Feature: Feature Request: Support Mobile rendering of Functions and...
With ASP.Net Web Pages 2.0 the concept of Mobile views [was introduced](http://www.asp.net/web-pages/tutorials/working-with-pages/rendering-aspnet-web-pages-sites-for-mobile-devices). Normal webforms...
View ArticleNew Post: Support Mobile rendering of Functions and Templates
As of C1 4.3, i've replaced the custom implementation of the BrowserHelper class with the native ones shipped in WebPages 3. This also means the usage of the DisplayModeProvider class, which support...
View ArticleNew Post: Get past events from Composite.Community.EventCalendar
Hi, I'dd like to have all events from Composite.Community.EventCalendar even the ones in the past How can that be done? tia Ronald
View ArticleNew Post: Get past events from Composite.Community.EventCalendar
UPDATE: Argh! Just spotted that I misread which package you were asking about. There are two EventCalendars available in Composite, and I added an answer for the other one. Opps! I'll leave my reply up...
View ArticleNew Post: Localizing for Right-to-Left (RTL) Websites
Hi DBailey635, The common practice we are doing for implementing bilingual site is as follows (basic details about implementation of templates and user controls).Add new language (Arabic) to...
View ArticleNew Post: Suggestions for the icon system - without modifying the core.
Hey, What i did... In the image provider (\Composite\scripts\source\top\core\ImageProvider.js) I modified the 'getImageURL' method to only return the resourceName (I suppose you could also include the...
View ArticleNew Post: Suggestions for the icon system - without modifying the core.
Addendum: In 'Composite\scripts\source\top\ui\bindings\buttons\ButtonBinding.js' the image property is copied from the button to the label. This will result in the icon render two times. I modified the...
View ArticleNew Post: Suggestions for the icon system - without modifying the core.
Hi Yes. it's nice idea. I think we will remove url from image attribute, and will leave only name.
View Article