Add to $user on 'load' not working

Hi

I am using 4.7-beta3 and I want to add some data to $user as its database intensive but changes very slowly so I don't want to recalculate it every time the block renders.

I added to my_user() the following:

Creating additional fields for users

Hi all!

I'm wanting to do some custom coding on my site connected with a distance learning project. My question is, is there a simple way to create new user fields that do not show up in the profile information (account or personal sections). I can access their regular account information and the information in the supplemental fields I created, but I need something that stays more hidden, to keep track of grades, note completed assignments so I can unlock a next section, track participation stuff, etc.

Civic Space Question

Hi all...

I've been using Drupal for awhile but I am having some technical problems getting it to do everything I want. Recently I started reading up a bit on civic space and it seemed they might be a better solution because they have all the pieces I want already put together, and an install script, and in general seem to provide a bit more help for the non-techie user. Any concerns with switching over to Civic Space that anyone knows about?

Thanks
Caveman

Which hooks are called by module name and which are called by node name?

What I want to know is this.

Which hooks are called by module name and which are called by node name?

By which I mean, if I define multiple node types within a module using hook_node_info(), e.g

function theatre_node_info() {
  return array('show' => array('name' => t('show'), 'base' => 'show'),
    'venue' => array('name' => t('venue'), 'base' => 'venue'));
}

but the module is called theatre.module.

PHP problems

Hi, I just installed Drupal 4.7 and this is how it looks like: http://jordanmohamoon.info.25.m6.net/jordan/

I had no problems inserting the tables into the database.. the host is a Windows server but it supports php and I can't figure out what's wrong.

I tried the 4.6 version but I had a problem with one of the database tables that I could not fix.

Any ideas?

Thanks.

User and Content Configure Tabs Missing

I've managed to install drupal-4.7.0-beta3, add some users, modules and test content. However, when attempting to configure user account creation and content workflow as noted at

http://drupal.org/node/29084

and

http://drupal.org/node/29694

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x