Tagged Questions
2
votes
2answers
53 views
How to display my block on search results page only if nothing found?
I want to place a webform block to make user able to inform about their special queries if no search results appeared.
0
votes
2answers
312 views
Ho do I create a custom search block?
I want to add in my D7 installation a search field inside a special part of the page, and I don´t want to use the default search block (as it will be harder to theme, this box I have already worked on ...
0
votes
1answer
92 views
How do I add a more/less link in block?
How do I add a more/less link to drop-down and roll up a block?
I have a custom search block with a lot of field items and as such, the block is so long.
I want to be able to add a more link to drop ...
1
vote
1answer
70 views
Can the Drupal 6 search function also index block content?
I have a site where much of content has been entered into blocks instead of Pages, Articles or Blogs. The blocks have then been enabled to show up on specific pages, creating the desired effect for ...
2
votes
1answer
157 views
Show search results in block
When you click on a search result, you navigate to that node or user. I would like to show the search results in a block when a user navigates to one of the search results, so the other results are ...
0
votes
2answers
203 views
Make search block appear for anonymous user
I have defined a region in my theme in which I've placed the search box. But, it only appears when a user is logged in. I checked to see the visibility and made sure the block is also visible to ...
0
votes
0answers
21 views
How to go about a search page with filters as block in other section?
I'm about to start work on a search page. This should be all plain and simple. As a part of the search results, one or more filters need to appear in the left menu. Users should then be able to narrow ...
2
votes
2answers
149 views
No Search form for custom theme
I am creating my first theme. I don't see the "Search form" block under structure>block for my theme. It is present for other themes. I am not sure what I am doing wrong. Should I put something ...
1
vote
4answers
230 views
Theming search page
I'm customizing my search results page. I have found the two templates search-result.tpl and search-results.tpl but in addition to these there is also a collapsible fieldset for advanced search. Where ...
1
vote
3answers
872 views
Search Form block not displaying in Home Page
I am using drupal 7.9 with the Bartik theme.
I have configured 'Search Form' block in header area.
It is displayed on all pages, but not in the home page.
Then I customized the page.tpl.php file ...
0
votes
1answer
266 views
Export exposed fields into a block with Views
I'm trying to create a search box from the exposed fields from a view. Is that possible? If I add a block display I also get the results.. I want only the fields, not both.
I also tried embedding a ...
2
votes
1answer
408 views
Block with search box in header
I need to create a block with a search box in header in order to allow users to search for a the specific content type that is shown in that block, but I don't know how to do this.
I've attached one ...