Drupal is up and running but how do I ...?

Disable personal themes?

Hi,

"How do I" - stop users selecting a 'personal' theme? I want everyone to use the theme I've adopted. Is this possible?

Many thanks
Rae MacLeman

module administration - please help

I have been learning about writing drupal modules and have written a few.

For this module I wanted it to have a management section in the administer menu, so I added the following code to my existing menu function:

$items[] = array('path' => 'admin/kungfu_schools_manage',
'title' => t('kung fu schools manage'),
'callback' => 'kungfu_schools_manage',
'weight' => 0);

Upload Audio Files

I have just installed Drupal at my site (using Fantastico).

1- How do I upload auto files to my Drupal site?
2- Is it possible to play those files from within Drupal? If so, how?

Using Custom Regions - 4.7

Hi all,

Checked out the creating custom regions doc at:

http://drupal.org/node/29139

Have a few questions:

1) Do i need to declare the default phptemplate variables of $sidebar_left, $sidebar_right, $content, $header, and $footer_message in the template.php file that I put in my theme directory?

I ask because when I use the code snippet in the docs, it does not provide the default regions as options in the block admin interface, only the regions I declared in template.php

Image question

How can I have drupal display a random thumbnail as a block on a sidebar?

Error when registering

I get these errors when registering a new account and I'm not sure why? The account still gets created and seems to work fine.

user error: Table 'brenda_drpl1.send' doesn't exist
query: UPDATE send SET uid = 3 WHERE mail = 'brenda@email.com' in /home/brenda/public_html/includes/database.mysql.inc on line 66.

Pages

Subscribe with RSS Subscribe to RSS - Post installation