Posted by hovel on August 25, 2010 at 3:29pm
2 followers
Jump to:
| Project: | nodeorder |
| Version: | 6.x-1.1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I have used this module before successfully and i am using it again for a new website.
Everything works just fine ... except ...
When using path: taxonomy/term/% Tabs "View" and "Order nodes" are visible.
When i create a view with path: taxonomy/term/% and then use this path, Tabs "View" and "Order nodes" are NOT visible.
This is very odd because in the old website this situation does work.
I cannot figger out what i am doing wrong now.
Yesterday i tried to follow the logic in the code (Drupal core). It seems that the "access" flag for these tabs gets set to "false"
because of a function access problem. I could not pin it down tough.
Does anybody have an idea?
Comments
#1
Also ran into this issue. Trying to figure it out now.
#2
I tried turning on the default taxonomy views page and it wouldn't work. I ended up having to use panels for the taxonomy page using views with a content pane. No idea why this all of a sudden doesn't work the normal way. The only thing I can think of is another module that might of been updated that is messing it up that I dont have updated on the older sites.
#3
I just tried the recommended version along with an older version from an older site. I even tried the newest dev. none seem to work. I have other sites that use it no problem so i'm going crazy trying to figure out what could be causing this. One one of the older sites where this works that I did not use panels like i was talking about above uses Views 6.x-2.8. Haven't gotten around to updating that site. As a test i tried using that version of views with with node order on a fresh install and it worked! so at least this is somewhere to start. It seems like it is with views b/c if you make the page in panels it works.