New Post: Custom page workflow
Adding it as a button in the top bar is the far most easiest since its just a matter of creating a ActionProvider which adds extra buttons to IPageElements in the tree. You can see here an example of...
View ArticleNew Post: Custom page workflow
Not right clicking on a page. The "Send for approval" and "Send for publication" are context-commands which also shows up when you right click the page. The key here is ActionLocation, where you can...
View ArticleNew Post: Code added at the end of all URLs
I'm not familiar with anything in Composite C1 which would do this - most likely some script included on your pages is responsible for this.
View ArticleNew Post: Code added at the end of all URLs
I actually noticed the same behavior this morning on a News Site. Go to http://aktuelt.fo/myndir+nogvir+raettiliga+storir+skadar.html and see that it updates the url to...
View ArticleNew Post: Custom page workflow
I also found this guidehttp://docs.composite.net/Console/ConsoleFAQ?q=How+to+attach+actions+to+the+elements+in+the+tree+using+ActionExecutor%3F But when my Executor runs, is it then possible to return...
View ArticleNew Post: Custom page workflow
You mean a dialog after clicking the "Send and notify" ? You can do like this in your Execute...
View ArticleNew Post: Problem. Moved(imported) images won't resize
Moved media files (images) from old site to new one are not eligible to resize via url formating (with adding url params like ?w=100&q=60). Images are visible in console and no other errors are...
View ArticleNew Post: User Upload Image Control
I would like to allow users to upload a profile picture, but I can't get the FileUpload control to display when I add it to custom controls. Has anyone done something similar to this? Thanks!
View ArticleNew Post: Problem. Moved(imported) images won't resize
Hi Dmitry It is a know issue that has been introduced in C1 4.1, and is fixed in the latest check in of C1 4.2...
View ArticleNew Post: Starter site: updating Bootstrap 2.3.1 -> Bootstrap 3.0.0
Upgrade steps for Bootstrap 2 -> Boostrap 3 starter site convertion:1. Download and complete installation of Composite C1 4.1, choose Razor page template if original site is in uses Razor page...
View ArticleNew Post: Any way to get an email when errors are logged?
I would like to get emails when critical or error events are logged. Is there a way to hook into that like an event?
View ArticleNew Post: Any way to get an email when errors are logged?
Its pretty easy, yeah. Create a LogListener Class which inherits from CustomTraceListener. A simple implementation could look like this (this is a listener that forwards logmessages to Gibraltar)...
View ArticleNew Post: Any way to get an email when errors are logged?
Thank you, looks exactly like what I am looking for.
View ArticleNew Post: Getting Installation ID
Is there a way where I can get the Installation ID of a installation? When I click tools-> about then it is listed, but I would like to get it from my code :-)
View ArticleNew Post: Problem. Moved(imported) images won't resize
Hi Dmitry! =) Thanks for your fast response and useful answer! All works fine.
View ArticleNew Post: Getting Installation ID
You can use InstallationInformationFacade.InstallationId (namespace Composite.Core.Configuration)
View ArticleReviewed: Composite C1 4.1 (Dec 18, 2013)
Rated 5 Stars (out of 5) - The 4.1 release continues to improve on stability while also adding new features to the editors. Most notable for me as a developer is vastly improved logging and exception...
View ArticleReviewed: Composite C1 4.0 (Dec 18, 2013)
Rated 5 Stars (out of 5) - The 4.0 release finally adopted many of the standard Asp.Net api's and functionality which has been possible to use through the Contrib project. As a .Net developer this is a...
View ArticleCommented Feature: Feature request: Make the C1 Console look more modern [1841]
The look and feel of the C1 Console don't feel on par with modern UI - it feels more like Windows XP and less than a cutting edge web app.A redesign is desired.Comments: ** Comment from web user:...
View Article