blocks

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
pflame's picture

Accordion Blocks module released for Drupal

Folks, we're happy to roll out yet another module for Drupal. It's called “Accordion Blocks”. As the name says, this module provides an accordion effect to all your blocks. You can also apply jQuery UI themes through the configuration settings of the module.

This block is for those of you who deploy apps with a lot of blocks on either side bars, and are looking for newer usability enhancements with regards to visibility of the blocks. It not only minimizes all blocks on a Drupal page, but provides a cool accordion effect to help your user to concentrate on a single block at a time.

Read more
calshei1-gdo's picture

Possible to set entire blocks to nofollow?

Is it possible to set an entire block region to "nofollow" for the purpose of pagerank sculpting? For example, take the use of a tagadelic tag cloud block on a website. If I wanted all those links to be nofollow automatically, how would I do that?

Read more
martinshield's picture

Views beronde på uri innehåll!

Hej,
Kan någon snäll förklara hur man genom en View och ett block kan hämta data för det aktuella nod id:et.

Så här långt har jag kommit:
Jag har skapat en view som hämtar den datan jag vill ha.
Placerar ut den rätt genom ett block.
Sen vill jag att den hämtar rätt data som tillhör just den noden.

Svårt att förklara men är de någon som förstår?

/Martin

Read more
tfo's picture

Styling and Theming Aggregated Feeds

I'm working on a project that involves refactoring a content site while upgrading from Drupal 4.x to 5.x. One of the pieces I thought would be somewhat easy—displaying recent posts from blog feeds—has turned into a roadblock.

The desired outcome is to have the latest post from each of several external (i.e., non-Drupal) blogs show up such that the title of the blog links to the blog and the title of the post links to the post.

Let me describe where we started, what we tried, and where we wound up.

Read more
IceCreamYou's picture

Blocks: wrong word?

There may have been discussion about this before, but I'm not aware of it. I know there's a similar discussion about the word "node."

Something I like to do just to see how "usable" my site is, is to watch someone register and try to use the site without giving them any help. I was doing this the other day, and a user went to edit her profile. Everything was fine until she got down to the section where you can enable or disable blocks; she just skipped it. I asked why, and she said she was confused; she thought "blocks" would "block" information.

Read more
amariotti's picture

Dynamic Block

I'm hoping to get some help from the group on this. My last request was a little off the Drupal Subject, this one should do a little better.

I'm developing a site for an Applied Technology College that have a Jobs section where jobs will be posted and associated with each program. I'd then like each program to display a block with all of the jobs pertaining to that program. Any ideas? I thought this would be something very straight-forward, but it's not as easy as I thought.

Read more
ebeyrent's picture

Display RSVP form with Event

Hi all,

I'm rather new to Drupal, and I am trying to figure out how to display an RSVP accept/decline form on the event details page. Does this feature exist within the RSVP module itself, or is there a way to create a block containing this form?

Read more
GregoryHeller's picture

Dropping Block regions from panels generated page

Jared, Shawn and I were talking this weekend about panels and themes. The question of eliminating blocks from your theme when using a panel came up. I couldn't find the code for this, but just go it from one of my engineers:

    // Hide sidebars on panel pages
     if (function_exists('panels_is_panels_page') && $vars['panels_page'] = panels_is_panels_page()) {
       $vars['sidebar_left'] = '';
       $vars['sidebar_right'] = '';
       $body_classes[] = 'panels_page';
     }
Read more
Marcus VBP's picture

Mostra a contribuição mais recente de uma taxonomy

Tudo bom pessoal?

Gostaria de saber como listar apenas o artigo mais recente de uma determinada Taxonomy, em um bloco. A aparência deve ser exatamente como um teaser de artigo na página inicial, ou seja, tem que ter título, o "enviado por", o teaser, e os links depois do teaser.

Alguém pode me ajudar com isso?

Read more
pyrello's picture

Drag Drop and Sort API

Synopsis

Drupal stresses ease of use. To that end, I will be submitting an API to offer dragging, dropping, and sorting functionality to modules. This will greatly enhance not only the ease of making changes to the user interface, but also the development of associated drop and drag projects. To highlight the abilities of the API, I will also be creating a module to drag and drop blocks.

Project details

Read more
Subscribe with RSS Syndicate content