danielebarchiesi@0: With the jump menu style can you create selectbox menus for the content of your site.
danielebarchiesi@0:
danielebarchiesi@0:
danielebarchiesi@0:
danielebarchiesi@0: The jump menu style will display each row of your view within a jump menu. This style requires that your view's row style is set to fields.
danielebarchiesi@0:
danielebarchiesi@0: To properly configure a jump menu, you must select one field that will represent the path to utilize. In most cases, you will need to rewrite the output of this field. You should set that field to exclude from display. All other displayed fields will be part of the menu. Please note that all HTML will be stripped from this output as select boxes cannot show HTML.
danielebarchiesi@0:
danielebarchiesi@0: Some examples of how this might be useful:
danielebarchiesi@0:
danielebarchiesi@0:
danielebarchiesi@0:
Jump to a node
danielebarchiesi@0:
danielebarchiesi@0: - Create a new Node view
danielebarchiesi@0: - Select the Node: Path and Node: Title fields
danielebarchiesi@0: - Configure the Node: Path field to "exclude from display" and check "Use absolute link"
danielebarchiesi@0: - Configure the Node: Title field by removing the "Label" and unchecking "Link this field to its node"
danielebarchiesi@0: - Set the view style to jump menu
danielebarchiesi@0: - In the style settings, set the "Path field" to Node: Path
danielebarchiesi@0:
danielebarchiesi@0:
danielebarchiesi@0: Your view will now display with a select list and a Go button. If you select an item in the list and hit the Go button you will see the selected node's page in the browser.
danielebarchiesi@0:
danielebarchiesi@0: Jump to a node's edit page
danielebarchiesi@0:
danielebarchiesi@0: - Create a new Node view
danielebarchiesi@0: - Select the Node: Nid and Node: Title fields
danielebarchiesi@0: - Configure the Node: Nid field to "exclude from display" and check "Rewrite the output of this field"
danielebarchiesi@0: - In the text field that appears for rewriting the output of this field, enter node/[nid]/edit
danielebarchiesi@0: - Configure the Node: Title field by removing the "Label" and unchecking "Link this field to its node"
danielebarchiesi@0: - Set the view style to jump menu
danielebarchiesi@0: - In the style settings, set the "Path field" to Node: Nid
danielebarchiesi@0:
danielebarchiesi@0:
danielebarchiesi@0: Your view will now display with a select list and a Go button. If you select an item in the list and hit the Go button you will see the selected node's edit page in the browser. Please note that users without rights to the node's edit page will see an access denied message.
danielebarchiesi@0:
danielebarchiesi@0: Jump to a user profile
danielebarchiesi@0:
danielebarchiesi@0: - Create a new User view
danielebarchiesi@0: - Select the User: Uid and User: Name fields
danielebarchiesi@0: - Configure the User: Uid field to "exclude from display" and check "Rewrite the output of this field"
danielebarchiesi@0: - In the text field that appears for rewriting the output of this field, enter user/[uid]
danielebarchiesi@0: - Configure the User: Name field by removing the "Label" and unchecking "Link this field to its user"
danielebarchiesi@0: - Set the view style to jump menu
danielebarchiesi@0: - In the style settings, set the "Path field" to User: Uid
danielebarchiesi@0:
danielebarchiesi@0:
danielebarchiesi@0: Your view will now display with a select list and a Go button. If you select an item in the list and hit the Go button you will see the selected user's profile page in the browser.