1

I want to let my customers to add specific nodes to a view. I was wondering what's the best way to select which nodes belong to the view.

I was considering to use a custom tag, "inView".

I actually need a similar option to "Promoted to front page". Can I maybe have a front page which is not the home page of my website, but just an internal view page ?

thanks

aneuryzm
  • 63,052
  • 100
  • 273
  • 488

2 Answers2

0

You can use taxonomy, CCK, tags, node types as filters to grab particular nodes for views. The quickest way is probably using Taxonomy, or a CCK field.

Kevin
  • 13,153
  • 11
  • 60
  • 87
0

I have had good experience with nodequeue. With it the client can choose which nodes and what order to show them. The interface is really good and easy to use.

googletorp
  • 33,075
  • 15
  • 67
  • 82
  • awesome, I was wondering if I can also connect a new nodequeue to an existing view to use its draggable ordering. – aneuryzm Jul 04 '10 at 17:33