Summarizing statistics

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.

Thanks,

Michelle

TinyMC trouble Fatal error: Call to undefined function:

Whats wrong? I did all like it was mentioned in the installation script.

When I click on Settings / TinyMC i receive the following error msg

Fatal error: Call to undefined function: form_radios() in /www/htdocs/w0065849/site/modules/tinymce/tinymce.module on line 561

Problems with customised theme, BlockBar, ControlPanel and good 'ol Internet Explorer

I'm seeking help...

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 - Mediawiki authentication against Drupal 4.6/4.7

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.

Where can I find the project module that is used here?

Hello,

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.

dates before 1970

Minor issue:

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.

Couldn't the following line...

if (strtotime($node->date) <= 0) {ù

... be changed to

$created = strtotime($node->date);
if ($created === -1 || $created === FALSE) {

Not sure I should have posted here... but thank you!
Ciao. Mic

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x