Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
exposed filters
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
23 Sep 2009 at 00:24 UTC
Updated:
3 Feb 2011 at 22:05 UTC
Hi,
I have a page generated by views with many exposed forms. These forms allowed users to search for users by age, sex, height, weight etc by using Views Relationships.
The form works great however, they look quite messy. While I think I can use CSS to make it look nicer, I wonder if there is a way to group the forms within Views or with help of some related modules. Please let me know if you have any suggestions.
Thank you.
BB
Comments
Comment #1
merlinofchaos commentedUpdating to appropriate status.
Comment #2
dawehnerYou could write now a exposed form plugin, which does this.
Comment #3
blueblade commentedhi dereine,
Can you further explain how that works? thanks
BB
Comment #4
brst t commentedI've seen this response a few times -- 'you could write your own form plugin' (eg. http://drupal.org/node/548332)
A plugin, ok, but no reference to any helpful information beyond that.
I see the plugin development thread here : http://drupal.org/node/535868
Does that mean it's just for 7.x ? Or if it's also available in 6.x is it only in the -dev ? Is there any starter documentation about this at all ?
Any tiny bit of help would be greatly appreciated. Otherwise it's a useless and frustrating pointer.
It's like suggesting someone take the subway to get somewhere, but not answering how to get to the subway from here.
Or you can get ___ at this location x. Where's x?? >silence<
Silence without the suggestion would be a lot less frustrating.
Comment #5
dawehnerThe problem is, that there is no real documentation currently, beside the documentation in code. The pluggable exposed form exists in 3.x, for drupal6 and drupal7.
I suggest you to have a look at the existing plugins: views_plugin_exposed_form_basic.inc for example.
Comment #6
dagmarAlso you can see a more complete example here: #656554: views 3 integration
Comment #7
esmerel commentedAssigning to myself for exploring potential documentation
Comment #8
blueblade commentedThanks everyone.=D
Comment #9
iamjon commentedmarked as a duplicate of #495626: Programming/API doc addition to Views documentation