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

New module for support of zipcodes with CCK

I released a new module to add support of zipcodes via CCK : http://drupal.org/project/zipcode

Zipcodes can be now added to content types with this module.

Work for french, Canadian and US zipcodes.

----
Thierry Guégan

New module for support of Social Insurance Numbers with CCK

I released a new module to add support of Social Insurance Numbers via CCK : http://drupal.org/project/sin

Social Insurance Numbers can be now added to content types with this module.

The module provide some checking

----
Thierry Guégan

Adding text to "Random Image" block

This is default code from the image module. I want it to post a link to "See more photos..." under the random image.

I'm assuming that it goes somewhere in $block['content'], but I'm not sure where.


case 1:
$images = image_get_random();
$block['subject'] = t('Random image');
$block['content'] = l(image_display($images[0], 'thumbnail'), 'node/'.$images[0]->nid, array(), NULL, NULL, FALSE, TRUE);
break;

backup module issue

Hello,

Just tried the backup module (4.7 version) on my site. When I click the button nothing happens (no download or error message) - just the "Creating the backup: Please Stand By" and then nothing no matter how long I wait.

I was expecting to possibly have a problem or two, but was hoping I'd at least get an error message so I could track it down.

Any thoughts?

- Peter

Hide or reject access to forum for anonymous users

Hi, Postnuk convert here. :)

How do I keep anonymous users from accessing the forum. Forum content is for members only.

Thank You

Search is slow

Running on a fairly fast i386 box on RH Enterprise 8 and the searching for a single term takes many minutes. Long enough that most people give up and find something else to do. The search_index has something over 1.7 million rows. I suspect this has a lot to do with the problem. Can anyone suggest how to correct this situation. I've just started working on this system when the other maintainer left, so I'm not overly familar with the installation.

Pages

Subscribe with RSS Subscribe to RSS - Post installation