Custom Image Banner per page

I'm trying to create an efficient way of allowing users to populate content with a unique image banner for each page. I know this can be done using blocks and such, but that would be a really clumsy implementation of what I'd like to do. I was hoping that there would be a way to tie it into the "custom fields" option offered in Drupal's content type customization, but the image ends up being placed somewhere in the content block. So my question is this: is there a module that does what I'm looking for, or is there some way to customize Content Type's field labels or display areas?

Drupal and IPv6

I'm wondering if Drupal has any issue with IPv6. I would imagine that unless you are using IP specific modules, it's just the webserver and IIS/Apache that has to be IPv6 compliant, but I just want to make sure that using Drupal on a non IPv6 enabled machine won't break when switching to an IPv6 enabled server.

D7: How to list Author's content in a Block?

In Drupal 7, I'm attempting to create a user profile page that contains a right-panel Block with the specified user's recent blog posts. Using CCK + Page Views + Contextual Filter + Relationship correctly creates a page that lists the URL-specified blog titles...

e.g. http://localhost/Blogs/user1 will produce a page that lists User1's blog titles.

Altering the path / URL to comments

I would have posted this somehwere else (in an issue queue for example) if I knew where to put it.

Let's start with what I want:
I'd like to change the link to comments. At the moment links to comments on our side have this layout:
/comment/3#comment-3
which isn't what we want.
Something like
/something/title-of-the-node/comments/commentID
would be much better for us.

Error when trying to build a form

Hi,

For my module I'm trying to build a menu item that takes you to a form that handles administrative settings. However, even when I try it with just a very simple form I get an error. The error:

Notice: Undefined index: #attributes in theme_container() (line 3107 of C:\xampp\htdocs\plankenkoorts_drupal\public\includes\form.inc).
Recoverable fatal error: Argument 1 passed to drupal_attributes() must be an array, null given, called in C:\xampp\htdocs\plankenkoorts_drupal\public\includes\form.inc on line 3107 and defined in drupal_attributes() (line 2258 of C:\xampp\htdocs\plankenkoorts_drupal\public\includes\common.inc).

My code is very simple:
<?php

/**
* Implements hook_menu().
*/
function user_field_permissions_menu() {
$items['admin/config/people/accounts/field_permissions'] = array(
'title' => 'User field Permissions',
'description' => 'View and edit user field permissions',
'page callback' => 'drupal_get_form',
'page arguments' => array('user_field_permissions_overview'),
'access arguments' => array('administer user field permissions'),
'type' => MENU_LOCAL_TASK,
'weight' => 0,
);
return $items;
}

/**
* Menu callback; Field permissions overview.
*/
function user_field_permissions_overview() {
$form['where_to_save_edit'] = array(
'#type' => 'fieldset',

Conversione Design

Ciao a tutti!
Cambali.it vi offre conversioni design da .psd in html/css, .psd in template per cms e .psd in template per soluzioni e-commerce. Il nostro codice è ottimizzato per il SEO, per questo motivo offriamo servizi SEO per alzare il tuo posizionamento.
Dedicato, preciso e conveniente! Visita il nostro sito: http://www.cambali.it per maggiori informazioni.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x