Download & Extend

Index view only works with content type URL

Project:Recipe
Version:6.x-1.x-dev
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I'm sure I'm overlooking something but I've searching and can't figure it out....

I added a separate taxonomy for Recipes separate from the rest of the site vocabulary. I also use Views / Panels to override the taxonomy page listings for the whole site.

The recipe index that works is http://mommytips.com/recipe (This "recipe" is the system content type installed by this mod - NOT the taxonomy)

When I visit the taxonomy page: http://mommytips.com/recipes it will not show the latest recipes, etc.

Any suggestions?

Thanks!

Comments

#1

Hi Tamitha,
Sorry, I do not have an answer for this. I'll try to investigate but I'm not familiar with that part of the code, and I know the other maintainers currently do not have much time to review issues lately. I wanted to provide at least some response.

So I can understand better, do you "need" to have this working at /recipes (meaning you have no control over the site linkage) or do you simply "want" it working there (or anywhere) because of aesthetics? If the former, you might be OK with a short term workaround (I have some ideas, untested as yet)..

#2

Make sure to update to the latest dev snapshot (Feb10), and see if this problem still exists.

Also for your 'recipes' taxonomy page, make sure the node-type filter is set correctly on the views admin page.

#3

I've looked at the code and "/recipe" is hardcoded in about 10 places even in the latest version. We can tackle this post 1.0 I think.

#4

"/recipe" is hardcoded, but I thought the issue was regarding the "/recipes" taxonomy page??

#5

I first interpreted this as she "moved the page URL, and now the "index" (builtin content block) did not display.."

OK now I get it. She's trying to rebuild the index using taxonomy and views.

2 issues then?
1) Her main issue: She's not able to emulate the 'latest recipes' in her views
I do not know how taxonomy is stored, and if it is possible to rename a set of terms.. or if you can use views and field rewriting to do something here.

2) Peripheral issue & my observation: hardcoded pathing.. that's another Issue. I'll open one for it.

I don't expect anything has changed in -dev, but yeah it's worth upgrading.

#6

Status:active» fixed

Any more support needed for this one?

#7

Category:support request» feature request
Status:fixed» active

Oh, my bad. I meant to make this a feature request. It does seem like a valid one (even if no one wants to pick it up right now).