Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
my nodes are books and have the fields:
- category //Terms Reference
- publisher //Terms Reference
- Price //Decimal
I want to made a "Filter" page which has a form that the user use to filter books...
this form has a 2 drop down lists one for "category" and the other for "publisher" and a textbox for "Price"
I tried to user exposed forms but I faild to use it that I'm new to views...
could you please give headnotes and guide me to do that...
or at least give me urls concerned with this issue...
and I'll be very thanksfull...
I have created a drag & drop chess game for Drupal 7 that allows 2 people to play a game of chess online. At this point there is no identity checking, which means that you can go to the site and move pieces around on the admin vs admin game without having to register and log in.
Castling, en passant moves, and pawn promotion have all been implemented, so you can play a real game. And although anyone can move the pieces (and reset the game), moves are checked for legality (the pieces simply bounce back when an illegal move is attempted).
I just created a custom content type named myType (with some fields) using the gui interface of drupal. I can see my new type in the admin/structure/types page. But when i want to add a new content "myType" is not in there. There is just Article, Basic page, Blog entry or Forum topic.
I have a view displaying a list of names and I want to create a block view that filters names only starting with A, B & C. However, the "Starts With" filter seems to only take 1 value. Is there a way to specify multiple parameters?