By humer on
dear drupalers,
I'm developping a webpage in drupal using the views module.
I have created a page for the products page (product content type).
Then I created another content type: documentation, that have a CCK field: node reference, related to products.
Then Using the views I have created product page and added a attachement 'block' that should display as follows:
1. displays firsts 4 related documentations
2. displays all other related documentations in select box (combo)
I can do the 1 thing without any problems, but I can't see how could I impliment the second one.
can you please advise ?
thank you all !
Humer
Comments
less specific
I think that my explanation is far to be very clear, and I'll try to make it easier
using the views module I'm creating a block that will display some links
but the problem is that there are more than 5 links the block size becomes big and don't integrates normally with the page layout (up to 20 links in block).
as result I want to display this block as follows
1. displays firsts 4 links normally
2. all other links to be in select box (combo)
any ideas this time ?
thanks,
humer
i have a solution
views is the best option to achieve this.
-create a view add page display and block display
-limit no of items in block display to 4 or 5 as you wish
-in page display give path under page settings
-in block display click on more link:no and select the check box
-update and save the view in 2, 3rd and 4th steps
click on preview you can see no of links that you specified under block display with a more link which is pointing to remaining links page.
any one has better solution i love to hear ...