Edit and publish content from external application.
Hi,
I know it sounds crazy, because Umbraco is a nice CMS for solving my problem.. but I have an Umbraco V7 website and I don't want too many users knowing the Umbraco environment. (I don't want too many accounts..)
So, I'm trying to make an external MVC4 website that only can access the Umbraco database. (using NHibernate) In this application, users are allowed to only change the content of one DocumentType.
Is there a way to make this custom change in the database visible on the Umbraco website + the Umbraco interface? I think it's because of the caching, the changes are never visible.
Changes to the documents musst always be published. If not you can't see changes in your frontend because of caching.
Also Umbraco has a rollback feature for content nodes. Don't know if you influence this feature when doing stuff directly in the database with NHibernate.
In Umbraco there is a difference between saving and publishing. When publishing the changes get written to the cache file that is stored in App_Data.
I would recommend to use the Umbraco api for this task.
I want to Update my existing website page which can be update anytime. Is this possible to handle that page with Umbraco 8 or any other older version of Umbraco? If this is not possible with Umbraco then kindly suggest a CMS which will fulfill this requirement.
Edit and publish content from external application.
Hi,
I know it sounds crazy, because Umbraco is a nice CMS for solving my problem.. but I have an Umbraco V7 website and I don't want too many users knowing the Umbraco environment. (I don't want too many accounts..)
So, I'm trying to make an external MVC4 website that only can access the Umbraco database. (using NHibernate) In this application, users are allowed to only change the content of one DocumentType.
Is there a way to make this custom change in the database visible on the Umbraco website + the Umbraco interface? I think it's because of the caching, the changes are never visible.
Thanks in advance!
Why don't you use the Umbraco api for this task?
Changes to the documents musst always be published. If not you can't see changes in your frontend because of caching.
Also Umbraco has a rollback feature for content nodes. Don't know if you influence this feature when doing stuff directly in the database with NHibernate.
In Umbraco there is a difference between saving and publishing. When publishing the changes get written to the cache file that is stored in App_Data.
I would recommend to use the Umbraco api for this task.
Ok, I'll try the API. Thanks for your reply.
I want to Update my existing website page which can be update anytime. Is this possible to handle that page with Umbraco 8 or any other older version of Umbraco? If this is not possible with Umbraco then kindly suggest a CMS which will fulfill this requirement.
is working on a reply...