I'm new to umbraco and i have given an umbraco website to modify and add new stuff on it. The problem i'm facing is the folders i have given doesn't contain the model and controller folder. So is it possible in umbraco to have a view folder only?
Another quick question, I unpublish content from my website and re-publish it, but it seems as if the content will no longer appear on the front-end. I'm so confused and stuck what next can i do. Thanks in advance.
When you unpublush the content and then do re-publish of all content - content that was unpublished will still be unpublished until you publish it again.
I re-publish that content again and again but there is no any luck at all. I don't know what else to do, of which that content is on the live website. Any help will be appreciated.
Model and Controller folders are missing.
Hello,
I'm new to umbraco and i have given an umbraco website to modify and add new stuff on it. The problem i'm facing is the folders i have given doesn't contain the model and controller folder. So is it possible in umbraco to have a view folder only?
Hi
Yes, it's possible
Models and controllers can be compiled to a dll.
Or they can be in App_Code, or site can work only with views.
And this is not Umbraco question, it's .net general
Thanks,
Alex
Thanks Alex,
Another quick question, I unpublish content from my website and re-publish it, but it seems as if the content will no longer appear on the front-end. I'm so confused and stuck what next can i do. Thanks in advance.
You are always welcome!
When you unpublush the content and then do re-publish of all content - content that was unpublished will still be unpublished until you publish it again.
Thanks again Alex
I re-publish that content again and again but there is no any luck at all. I don't know what else to do, of which that content is on the live website. Any help will be appreciated.
Can you show the code that renders content that is missing?
is working on a reply...