I'd like to see a summary of the logs with just the IP, user name (if logged in), and date, grouped by date and sorted by date descending. Before I go delving into the database, I thought I'd see if anyone has done anything like this already. Just a PHP snippit would be fine. I don't need a whole fancy module.
In the process of developing a site based on 4.7.0 (currently using beta 3) and have a display issue with Internet Explorer and the BlockBar / ControlPanel modules.
The screenshot here shows the two seperate problems I've been able to identify, but basically, opening a blockbar menu causes some strange display issues with the closed menu underneath (screenshot stage 2) and the bottom menu doesn't open at all.
Emu is GPL source code that enables a Mediawiki to do remote authentication against your Drupal site. The Mediawiki and Drupal are assumed to be on different servers. The connection between Mediawiki and Drupal is encrypted.
I'm planning to host a project page for an open source project with drupal. As I also like to make it possible to my users to upload modules (just as possible here) I would like to use the project module.
I've now tried several days to get this working. I'm using Drupal 4.7.0 Beta 3 and the CVS version of "project". I know that I'll have to modify project as I won't be able to use a CVS on my webspace, but a good "base" for my modifications would be nice and would reduce the time I'll need enormous.
The function node_validate in node.module doesn't allow nodes to have a negative 'created' field.
It's very limiting for my project, and I don't understand the motivation.