Hi all,
New installation of Drupal 4.7 beta results:
I use Verio web hosting and tested on VPS1 and VPS2 server accounts.
both accounts are set up with a default installation of php and mysql as would be common.
drupal 4.7
apache 1.3.33
php 4.4.1
mysql 4.1.14
pcre 6.4 http://drupal.brandform.net/ is a vps2 account http://brandform.net/ is a vps1 account
I know several people have been looking for a module that allows single sign-on for these two apps. Just ran across a post at coppermine.net that has some help:
I have drupal 4.7 on a box with apache and postgres 7.4 and mod_php4. Alright, I set everything up. Create a drupal user, the database, run the sql, start up apache and head over to http://127.0.0.1:80/index.php. Unfortunately, it never completes. It just hangs. I don't get an error message or anything. Postgres seems to be doing well; I looked in the logs:
Soon we will be hosting a theme competition with significant cash prizes, thanks to the funds from our involvement in Google's Summer of Code program. I'll be running the competition, and a formal announcement will follow shortly. I need some help, however, as I have very little talent for creating catchy graphics and logos. I'd like some graphics/logos (in the standard drupal.org formats) to use to advertise the theme competition. The graphics will be used both here and on sites like Apress.com (they'll be sponsoring the competition as well!)
Anybody interested in writing a bit of paid code so that I can moblog directly from flickr to a drupal blog? Works with wordpress and the other popular blog software, but not yet with drupal. The challenge is on... who can make drupal moblog?
Hi,
Following the node_example.module in drupaldocs, I've created a new node type with some custom fields.
In drupal 4.7 there is a new table in the database called node_revisions. But it seems to me that it only stores the revisions of "body" field of a node. Is that correct?
So my question is how can I enable my custom fields also have the revisions stored, using the new revisions system.
If it's not posible for a custom node-type, how about the for the flexinode module?