immediacy

Where can I find good Immediacy CMS technical documentation?

I'm currently getting to grips with the Immediacy CMS platform and I'm finding that techincal material / documentation for it is pretty poor. I've looked through the documentation on the immediacy site but there only seems to be simple plugin configuration documents rather than a decent API / technical introduction. Ideally I'd prefer t...

Configure UrlReplacer to only work for specific IP addresses

I'm using a utility called UrlReplacer to enable the configuration of friendly Urls for a website I'm working on. The website is developed in Asp.Net 3.5 and uses Immediacy CMS. We need to allow the client to manage their own friendly URLs. Is there any way that UrlReplacer can be set up so that the configuration page is only visible t...

Community Portal Packages for C#

I'm looking for a list of community server packages that I can integrate with C#. I have a requirement to build a community portal/facebook style site with functionality that integrates with a CMS using the .NET membership provider. I need functionality like: Forums Blogs Profile pages Groups Ability to upload pictures and video S...

Spring.NET & Immediacy CMS (or how to inject to server side controls without using PageHandlerFactory for pages)

Is there any way to inject dependencies into an Immediacy CMS control using Spring.NET, ideally without having to use to ContextRegistry when initialising the control? Update, with my own answer The issue here is that Immediacy already has a handler defined in web.config that deals with all aspx pages, & so it's not possible add an ent...

How do you allow users to input values for your Immediacy Plugin via the Extended Tab?

I am currently building my first Immediacy Plugin, and do not have access to any documentation at the time of writing this. I have created a user control (single inline file, as opposed to code behind) that produces the required output. However I need a way of passing an integer specified the page creator to the control. I've seen this...