See the Mailing lists or Drupal Issue queue. There are also various working groups on groups.drupal.org

Multiple image submit buttons in IE?

I can't believe no one has run into this, but I can't find a solution somewhere. I have a form with multiple image submit buttons as a grid. Works fine in Firefox, but doesn't work in IE. That's because in IE, the coordinates of the image button click are passed

    [op_x] => 20
    [op_y] => 15

however, unlike Firefox, the name and value of the submission isn't

Override functions

Hello all,

I have searched about this, both on Drupal web site and Google but cannot find my answer.
I am looking for a way to override Drupal core modules not theme functions.
For instance I like to change few lines in the following function which is located in "common.inc"

My ADMIN page does not show anymore

Hi,
About a couple weeks I had this problem and I check my memory and it was ok. Suddenly the Admin page showed up again.
Today I only get the 404 page when I add the /admin at the end of my URL. I do not have any additional extension, plug ins, or anything else installed. I'm using the Durpal 5.5 at www.ArtMedia.Net

Can anyone help me? Is there an alternative access to the Admin area? I look in my folders for a possible admin.php, but couldn't find it.
Thankx!

Is it a good method to do mass node updating?

Hi All,

I wrote up a CCK field module which is something like 'Computed field' with specific function and I would like to give it a test on my existing web site. For that, I need to update all related nodes to see if that module works correctly. I do this by the following hook:

Let's say the module name is 'ooxx'.

Custom Login Block not working properly...

Ok, So I made a custom login block for my drupal install and I type in information in and all, submit and it takes me to the login page. I type it in again and I finally login. I am not sure why this is not working, I found this code on this site and modified it slightly (can't remember where.)

global $user;
if ($user->uid) :
print l("logout","logout");
else :

Aggregator.module not parsing feed items published time + date?

Aggregator.module seems to only keep a record of when each feed item was aggregated (timestamp). This feature seems quite useless and I was wondering if there is a way, either already in the module or someones hack, to store the actual published time and date for each item?

Thanks

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core