Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I was wondering whether other people might be willing to share how they've resolved the problems associated with node access and mysql5, so we can provide good instructions about how best to respond to them.
Basically, the problem is that mysql5 changed its syntax and node access modules are broken as a result.
I've written two posts on this (this badly named one reviews my discoveries, while this post reviews a new problem).
I am using the profile module with some hidden categories within it to hold writer & other info that normal registered users won't need (but have some modules that use them). The profile fields are marked as hidden, but the category shows up as a tab in the user profile & the submit button still appears - looks like a form with no fields.
Not sure if this is a bug, or a config I haven't found. You can hit join, and go to my acct, and see what I mean: http://www.realself.com
I am making a travel site which has a number of forums.
Each forum post has a single taxonomy term for country applied to each post.
eg users can choose whether the post is about France, UK, Spain etc.
What I'd like to do is to be able to filter the forums to show only posts for the currently selected country.
What would be the best way of going about this? Views?
Design wise I want a dropdown list with the country select listed (grabbed from the taxonomy vocab). I can do this, but how do I link that up to filter the results?