How to make a view with exposed filters return no results until user searches
Hello,
I have a view that has exposed filters. When I navigate to the view page it shows me all of the results based on the default filter settings.
I want to make the view display a blank search page (with just the exposed filters showing) when the user first visits, in essence presenting a blank search form.
Is this possible?
Thanks,
Andy
Add URL Controls to a View
Not sure what I'm looking for is even possible so if you have any ideas please let me know.
What I'm trying to achieve can probably best be shown by example. On my IGO web site I've superimposed a "grid" over Iowa and created a Mapstraction view showing the geocahes that occur within selected grid squares. I use a pair of arguments in the URL to this view to specify which grid(s) to filter.
This link shows what I want to achieve.
http://igo.tamatoledo.org/map_caches_by_grid/65%2C66%2C67%2C68/65%2C66%2...
Suggestions for displaying related content on profile node
OK, fellow PDXers, I need some help on something I know some of us around here have experience with. What I need is pretty simple, but there are a few ways to do it.
I'm working on a site for car research news, and I have experts and articles. I'm using Content Profile, and for each expert, I need to display a dynamic list of the articles that have been written by that expert on his profile node. There are two main ways I can see to do it:
<
ul>
Read moreTheming Views Slideshow output
I just started playing with views slideshow, but I'm having a hard time finding any documentation on theming the output. I can do some with css, but I don't understand how the tpl that comes with the views slideshow module (there's only one tpl file) works. Can somebody point me in the right direction?
Read moreTeaser break issue: teaser break mysteriously appearing at the top of my content. Messing up my teasers?
Greetings Drupalians,
For some reason, the teasers I am placing in my content are being ignored. I have a feeling that it's because somehow, there is a teaser break that is appearing at the top of all my stories.
If you go to this view (http://v2.litennismag.com/topics/Coaching) you will see only one of the articles actually is showing the teaser. Here you can see my original tag and the phantom tag that is being added (http://rookery5.aviary.com/storagev12/3029000/3029231_a03b_625x625.jpg).
Any ideas? Is it FCKEditor?
Read moreBildlänk till extern URL, där URL anges när admin skapar artikeln...
Jag har en innehållstyp och en View för visning av referenser. I CCK har jag ett Imagefield för uppladdning av bild i artikeln.
Nu vill jag när jag skapar artikeln ha möjlighet att skriva i en extern URL så att bilden blir en bildlänk och vid klick öppnar den länkade externa URL:n med target="_blank". Olika url för varje ny artikel/referens alltså.
Read moreLinks, Views, triggers
I am looking for a way to trigger rule from views result. I started issue with http://drupal.org/project/rules_executor just to see how author looks at this. And maybe there are some other ways to get what I want, but here is the idea.
Views render list of node titles and displays them as links. Links triggers rule(s).
Read moreAccess of Location data for use ina computed field
Hello
I have node type with location data. I want to access latitude and longitude data to calculate Sunrise time in a computed field - but no success. The code in computed field (on the same node) is:
$lat = $node->$location[latitude];
$long = $node->$location[longitude];
$node_field[0]['value'] = date_sunrise(time(), SUNFUNCS_RET_STRING, $lat, $long, 90, -5);
I can access latitude data $location[latitude] in the theme override.
Any help will be appreciated.
Read moreCreating view from two vocabularies on a page
This is probably a clumsy title but I find it difficult to define my question exactly. This is my problem:
I have the following two vocabularies:
- types of organisations: libraries, archives, institutions, etc
- countries
I created a sidebar menu with the types of organisations as menu links, so there is a menu link for archives, libraries, etc.
Read moreURL views
Har skrivit några frågor på senaste tiden för att lösa ett stort problem och jag har fortfarande inte löst det jag vill.
Jag vill generera olika views som listar insekter enligt vart man befinner sig på sidan. Argument = Kursiv
rot.se/insekter/gren/kvist/blad
ex. rot.se/insekter/bruna-mellangrenen/knotkvisten/det-halvvissna
(Vill hellst att urlen är viewsfientligt: rot.se/gren/kvist/blad/insekter)
Jag har prövat att skapa hierarki av termer så jag sen kan plocka upp i views som argument.
Read more





