How to show nodes of a content type using contextual filters as filters?
I have a profile page for each user where it will show all nodes he has created for each content type. For instance, Autos content type will only list all autos he has authored. I'd like to be able for the user to access it using this path : http://localhost/mysite/myreports/autos and will show his autos, .../myreports/jobs will show his job postin...
Issue with Contextual Filters
I have a pretty particular issue that I'm running into with setting up an Administration View using Contextual Filters. I've set up a view to handle /admin/content. Basically, what I would like is for users in a particular role to see the content that they are authors of, and one specific other content type, for which nodes are submitted by anonymo...
How to add user info along with address info in a single form using 2 content types?
I have a content type 'Person', one field of which has a entity reference to a content type 'Address'. I would like an anonymous user to add their information along with their address in a single form using these two content types. What should I use to do that? Do I have to code it or does a module or a combination of modules help me? Also similarl...
Views: how to make an OR condition between filters and contextual filters
I have been able to separate Views filters into groups and apply an OR condition, following this article: http://www.webomelette.com/drupal-views-filters-and-or-logic I also understand how to use the hook_views_query_alter() to make a few contextual filters act with an OR statement between each contextual filter. What I can't figure out is this: ho...
Display of hierarchical Taxonomy in views along with the related content
I have a Hierarchical Taxonomy like: Bachelor of Degree -Year1(child term of Bachelor of Degree) --Term1(child term of Year1) -Year2 --Term2 etc etc... The contents content1, content2... of a Content type will go under Terms Term1, Term2... Can you kindly help me in getting the view as: Bachelor of Degree -Year1(child term of Bachelor of Degree) --...