Questions tagged [drupal-blocks]

Blocks are self-contained collections of content and functionality that are displayed from Drupal within theme regions.

Blocks are self-contained collections of content and functionality that are displayed from Drupal within theme regions.

See also

162 questions
0
votes
3 answers

D7-import View break blocks PDOExeption

I accedently deleted a view in my D7 website. Good for me I had backup from yesterday, so I put that on my local drupal and exported the view. The View is getting added successfully but when i vist a node where the view should appear it doesnt and…
SaifDeen
  • 862
  • 2
  • 16
  • 33
0
votes
2 answers

hook_block_view_alter Implementation

I want to change the below function, function user_block_view($delta = '') { // Line 1 // global $user; // Line 2 // $block = array(); // Line 3 // switch ($delta) { …
0
votes
1 answer

Drupal 6 - creating full page content with no sidebars within

Hi im trying to create full page content with no sidebars within Drupal 6. I have created a Block that takes up the full page and turned off other blocks but by any chance does someone know how to shut off the main page content? Or is there another…
taranpyper
  • 35
  • 4
0
votes
1 answer

Drupal "Jump To" Block Filtered by Terms with Children

So, I'm working on a site right now in Drupal that has a block designed to allow a visitor to jump to different "projects" (just a term). Most of the projects have content associated with them. However, some projects become empty from time to time…
0
votes
1 answer

Drupal Blocks Custom Display Naming Convention?

http://www.rybm.org/login <--- I'm trying to place a login block in the main content section on this page. Under "Show Blocks on Specific Pages", I know I am supposed to list the page, and I've done this successfully, before... but I cannot get…
j-grimwood
  • 351
  • 3
  • 7
  • 19
0
votes
1 answer

Drupal render results in block after posting form

I have a form that is created in a block in drupal, what I would like to do is display a result of the calculated values passed to the form in the same block. I render the form using _block_view $blocks['content'] =…
Darren
  • 21
  • 5
0
votes
1 answer

Drupal 6 caching and blocks

I've read all over the place and I'm trying to figure out if I am understanding the way caching happens in Drupal 6. We have a site that has a real time stock ticker in it. We have Drupal caching enabled so the stock price ends up getting cached and…
Erich H.
  • 467
  • 1
  • 9
  • 28
0
votes
1 answer

Show external website articles on Block Drupal

i'm trying to figure out how I can show posts from an external website (on the same server) in a Drupal standard block. Let's say like "recent_blog_posts" but from an external source. Is there any tutorial into this subject? Can't find any.
NeoVe
  • 3,857
  • 8
  • 54
  • 134
0
votes
1 answer

Blog headers from Wordpress in Drupal 7 block

We have a website on Drupal 7 and a separate blog running on Wordpress. Im curious if it's possible to create a block that will show headers from the blog and will link to blog entries. Moreover, it should automatically update itself once new blog…
0
votes
1 answer

Drupal Remove Global Block from singe page

I have a Drupal site that has a block on the bottom of every page. There is one page I do not want this block. How do I remove it from that page?
ExceptionLimeCat
  • 6,191
  • 6
  • 44
  • 77
0
votes
1 answer

How do I display different content on the same content blocks in Drupal?

I am trying to build 10 pages that have the same structure (4 square content blocks on the right sidebar, and the general content on the left side). I am trying to build it so that the block structure remains the same on each page, but the content…
0
votes
2 answers

Hide page title in Drupal 7 if a particular block is present

I have a Views 3 block on certain nodes that, amongst other things, renders the node title in the block. Hence, I need to somehow not render the standard node title if this block exists on a node to avoid duplication. Anyone know how I would…
0
votes
1 answer

I want to create a block of some selected menu items from main menu in drupal 7?

I want to create a block of some selected menu items from main menu in drupal 7? I donot want to have all the menu links in a block
killbill
  • 149
  • 3
  • 11
0
votes
2 answers

Images not showing in views block with drupal 7

I'm completely stuck on this one: I'm working on a drupal 7 website and I have created a block (view) that should display an image with it. No matter what I try, I cant get the image displayed... The content type I'm trying to display has 3 fields:…
Hans Vn
  • 787
  • 1
  • 16
  • 32
0
votes
2 answers

Search form in two Regions?

New to Drupal, trying to wrap my mind around the Blocks concept. Am I right in concluding that I cannot have the SearchForm on the right side (sidebar second) for one ContentType, and on the left side (sidebar first) for another ContentType? I'm…
T4NK3R
  • 4,245
  • 3
  • 23
  • 25
1 2 3
10
11