Having just got a V6.1.5 webforms site live after many months of delays, the client now wants a blog adding. My reading on uBlogsy would suggest it's not going to be compatible with this site. As I don't want to convert the site to MVC in case there are issues with other packages, could someone say if there is a uBlogsy version developed that would work here or definitely not.
We were able to get it to work in mixed mode. Ie: We had a Mvc umbraco running with the older webfom version of uBlogsy. (1x I think)
The only thing that didnt work was the submit comments/web form. To get around this I just went and got the web form post source code from the uBlogsy source code, and added it to a custom /Base call in the Umbraco backend. Then just changed the frontend form to post to that custom backend code(as a Client side Ajax call) instead of the original webform mode.
Which uBlogsy version for a 6.1.5 WebForms site?
Hi,
Having just got a V6.1.5 webforms site live after many months of delays, the client now wants a blog adding. My reading on uBlogsy would suggest it's not going to be compatible with this site. As I don't want to convert the site to MVC in case there are issues with other packages, could someone say if there is a uBlogsy version developed that would work here or definitely not.
Many thanks,
Craig
We were able to get it to work in mixed mode. Ie: We had a Mvc umbraco running with the older webfom version of uBlogsy. (1x I think)
The only thing that didnt work was the submit comments/web form. To get around this I just went and got the web form post source code from the uBlogsy source code, and added it to a custom /Base call in the Umbraco backend. Then just changed the frontend form to post to that custom backend code(as a Client side Ajax call) instead of the original webform mode.
uBlogsy 3.0 for webforms works.
I can confirm as we have it running on our site, no issues so far
woohoo!
is working on a reply...