drupal 7 - Activate view automatically in a page -


i wonder how can create view , activate @ given time automatically see on particular page , option in administrator ativate it.

maybe use nodequeue ?

thanks

i having little trouble understanding mean, let me put in starting points.

views ui submodule allows go /admin/structure/views , see list of views, , enable/disable each right there. disabling module on production sites recommended, few developers because annoying have turn on , off when want make little adjustments.

as far "at given time automatically see on particular page" sounds want panels, context, , make views panel displays. allow use 1 particular page (the url registered panel) has created views on it, perhaps selections rules change ones visible depending on looking or whatever other trigger want.

now details comment: sounds want taxonomy vocab set tag style, user can add terms it. taxonomy has pages each term, lists nodes have term. improve view uses context filter find term , related nodes. in place, same view can display many pages users have terms, each url /collection/[term] "collection" url view sits at, , [term] part view reads filter. now, user tags article new term, page "made" term , can show articles same term.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -