User login

Drupal 4.7

Select multiple users to delete sorted by registration date and with one profile field (Drupal 4.7)

Side note: Deleting directly with MySQL:
DELETE p, u FROM dru_profile_values p LEFT JOIN dru_users u ON p.uid = u.uid WHERE u.created > 1317450417

On to the long obsolete main show:

If you are unfortunate enough to be doing anything on Drupal 4.7, here is a bit of empathy.

If you have a 4.7 site, it probably has a lot of spam registrations. Drupal 4.7 doesn't have a multiple user delete. And Userplus module doesn't provide a very useful list in its multiple user delete.

Serving up a different page.tpl.php for different browser types (i.e., IE6) with your Drupal theme

if you figure out just the most major IE issues
that would be good enough

I was able to figure out some CSS background image display problems, but the frustrating failure of columns (right column dropping below all content, left column being pushed out in front of the main content with narrow displays.)

This latter is a problem in all of bluebreeze, incidentally.

Amazing Auction Enhancements

Updated to work with E-commerce Version 3 for Drupal 4.7
Files at bottom of post. Sorry about that folks! Module still Amazing Things specific in places, needs to be ported to 5 and cleaned up. Sponsors?

2008 Autumn Auction Season Update

Moving a Node to a Different Menu Fails - Workaround

(Drupal 4.7) Sometimes moving the menu entry for a category, page (I think), or other node will fail when done from the "edit" tab on that node.

Don't panic.  Just go to administer/menu and edit the menu item from there.

It's worked every time for us so far, but we rather hope this bug will be fixed in Drupal 5.0.

(Drupal 4.7) Sometimes moving the menu entry for a category, page (I think), or other node will fail when done from the "edit" tab on that node.

Don't panic.  Just go to administer/menu and edit the menu item from there.

It's worked every time for us so far, but we rather hope this bug will be fixed in Drupal 5.0.

Syndicate content