Custom access denied messages

Hi, I have a Drupal 7 website, I need to customise some of the error messages so that users can understand them better and to be encouraged to do certain things, I looked for a module but can't seem to find what Im after, does anyone know how to do this?

Blue Masters - Ubercart other background for cataloges

Hi to all

does anybody has an idea how to change the background image only for ubercart catalogs?
The container is always as the #main-area so i do not find any difference do change the css file.

Kind regards Knut

Add node to taxomomy term

How do I add a node to a taxomomy term?  I can't seem to find where to do it.

Help please!

Thanks
AaronMcHale

Field order and display in user entity from installation profile.

Hi,

I am putting together my first installation profile.. Its been a bumpy ride because I am not really a coder but I am getting there.. :)

I want to create "first name" and "surname" fields on the user entity through the installation profile.. I have this working and all looks to be correct but I have two issues..

Transforming relational data to entities

Hello fellow Drupal fanatics,

I have been struggling on a project for a few days now and i'm not seeing the bright light at the end of the tunnel yet. Now i'm hoping that some of you die hard Drupal coders can give me some direction here.

The project involves incorporating a large ammount of data into Drupal. Because of the ammount of items that need to be imported we did some investigation about creating our own entity. Creating nodes with extra fields would give us an enormous and slow database because every extra field would create two new tables in the database.

To make things a bit more complex, the data i have to incorporate into Drupal is a relational database with a lot of 1 to N relations. The base table with objects holds over 50k records and every record has at least one ore multiple relations with other tables.

Let's say we have an building that has multiple functions (home, office, school), multiple addresses (streetname 1a, streetname 1b, streetname 1c), multiple owners, etc. For this example i have 4 tables; one for the object, one for the functions, one for the addresses and one for the owners. Relations between tables are setup with ID's.

In code the object would look like this:
<?php
$object = array(
//Data from the base table
'object_id' => '1',
'title' => 'Name of the building',
'coordinate_x' => '1234',

Drag and drop frontpage

Hello,
I would like to add blocks and drag and drop them any way i want on the front page. Is there any solution/ module for that? Dashboard seems to be very intresting, but can you put it on frontpage.. I would appreciate if someone could guide me on right tracks.. ty!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x