Hi,
I am using your module to insert multiple views into a page. Very nice module btw!
But I can not find a way to define the order in which the views should be inserted into the page.
So I guess this is a feature request.
It would be nice if one could not only check the views which are to be used by viewfield on; admin/content/types/page/fields/field_view
But also define the weight of that view within the page.
I'm not talking about the whole cck field, I can set that weight within admin/content/types/page/fields. But I mean the weight per view within the cck field.
Hope you understand what I'm trying to say here :)
Cheers,
Bartezz
Comments
Comment #1
bartezz commentedBtw I am using a workaround now to insert the "weight" right before the name of the view.
Example, I have three views;
view_automobiles
view_bikes
view_mopeds
When I insert these three into a page with viewfield, they will be insert in order by name so;
view_automobiles
view_bikes
view_mopeds
But I need them to be inserted in a certain order;
view_bikes
view_mopeds
view_automobiles
So what i did was rename the views to;
01_view_bikes
02_view_mopeds
03_view_automobiles
This way the are inserted in the preferred order.
But it would be nicer if this module implemented the drupal way of sorting things and thus by weight.
Hope this is achievable at all and you are willing to do so :)
Cheers,
Bartezz
Comment #2
sunI'm sorry, but there is no maintainer for Viewfield for Drupal 5 and D5 is EOL very soon (with the release of D7).
Comment #3
bartezz commentedUnderstandable after 1,5 years :)
Cheers