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

How to disable a custom block for anonymous users?

Hi,

I have created a custom block containing a few pictures and links. On my page, nothing is enabled for anonymous users (whole content is disabled), they just see the does-not-have-authorization text plus the login block.
And also this custom block appears. How can I disable it?

Thanks,
hf

Increasing description input length for contact directory

Hi,

I've set a site up for a friend but we need to increase the description field to about 5000 chars. Can anyone advise on how to do this?

Thanks
Ken

Is it possible to use the search only in the freeform list of the profile?

Basically, I want (o wish) to have a search just in the freeform list.

What I am trying to achieve is:

members express their preferences in the freeform list (like favourite books), I can search for one this preferences and see which users have this preference. A bit like flickr or last.fm

any idea how to do it? and if I need to hack code, can anyone give me some basic info to do it?

Tnx in advance

drupal module alternative central server

how can i use the drupal module for a multiuser multi-site installation on a single central server?

i mean, can i say to drupal module to login to ANOTHER central drupal server than drupal.org?

Sorting results from drupal examples PHP script

Hi,

I'm using this script in a block:

// paste this code into a custom block of type=php
// customize the $tax array and the $subject as needed
$tax = array(22);
$operator = "or";
$result = taxonomy_select_nodes($tax, $operator);
while ($obj = db_fetch_object($result)) {
  $node = node_load(array('nid' => $obj->nid));
  $items[] = l($node->title, "node/". $node->nid);
}
return theme('item_list', $items);

My problem is that I want the item list to be sorted based on the title of each node.

how to access Drupal member passwords - before their records are created. Authentication?

Hello,

I have a situation where I'm configuring a database search engine (Dadabik) to work with Drupal, but there's a problem of needing information before it's available.

Pages

Subscribe with RSS Subscribe to RSS - Post installation