I need to have new node tpl files for nodes that are in a specific place in the menu. I thought I would share my solution in case its helpful to anyone or anyone has some feedback.
The menu is like so:
-home
-contact
-node1
--nodeA
--nodeB
Ive used Pathauto to make the node path based on the menu:
Wondering if there is an easy way of turning my views titles for page and blocks into a link?
I did a bit of searching and came accross the Block Title Link module though wondering if there is an easier way without downloading another module.
Have I missed something in the view configuration?
Is there an easy option for turn the titles into links?
I want to do bulk operations based on terms instead of node id. For example, I have a term called "XXXX", I have selected this term for 10 contents. So, in manage views I want to display only the term name, if when user selecting that term and do publish/unpublish, that 10 contents should be publish/unpublish.
Is it possible with Rules? Can anyone please guide me?