Posted by elvin - albania... on November 21, 2013 at 1:53am
I have this usecase that i need to implement.
I need to have only 5 nodes promoted to the front page at all times.
I have a view that lists all the nodes that are promoted to the front page WITH AN OFFSET OF 5.
This view gives me the rest of the nodes that i now manually demote from the front page.
i need to create a rule that every time i promote a node to the front page, it automatically removes all other nodes from the front page with an offset of 5.
So when i promote a new node to the front page, the sixth node that is promoted, should automatically be demoted from the front page.
Thanks
Comments
Just off the top of my head
Just off the top of my head without actually trying this:
Should work, let me know how you go.
THANKS A LOT i managed to
THANKS A LOT
i managed to find the solution by following your steps and this tutorial: http://drupalize.me/videos/using-vbo-load-list-objects-rules
the issue was that i needed to add VBO to the master page, and then after that everything went smoothly.
take care