Adding a taxonomy to a project?? #17319
-
Hi there, I would like to start off by saying I'm quite new to this but I do struggle following the docs and the video's that are available. My sincere apologies if this is mentioned quite clearly in some docs or if I am missing some obvious steps. Therefor if the issue is clearly solved by looking at a part of the documentation, simply referring me to that is sufficient. Anyways, I was fiddling around with the blog version of the Orchard CMS the one with the "Man must explore, and this is exploration at its greatest" blog post, about space travel and such. I wanted to get a better understanding of how taxonomies work and how I could add various items, I attempted therefor to delete the Tag Content Type, but instead accidentally deleted the Taxonomy Content type. Now I've tried adding it back but each time I do it, even following the exact settings from a separate cms project where it does work, I run in to the same issue. Here are settings for my Taxonomy content type and the respective AutoRoute part: And here are my Tag Content Type settings along with its AutoRoute settings: Again, I deeply apologize if the solution is rather obvious, I am quite new to this, I've been looking around the docs this morning but again, I do feel kind of lost in there. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
No worries, we were all OC beginners once :).
If you're just fiddling around and you don't want to make this into a learning exercise, you can just wipe the site and setup anew, by deleting the App_Data folder (if you used SQLite).
Othewise:
TaxonomyPart
registration in theMigrations
of Taxonomies:I don't actually know why this is like that. I assume that th…