Embed CCK form into page?

Is it possible to embed a CCK node input form into a page?

i.e.

Include a CCK node input with $content(a list of teasers) below it?

CVS Account?

Sorry if this isn't in the right section - can't find anything more appropriate.

---

I applied for a CVS account a few weeks back. Got a reply back asking me to re-read the requirements - I had foolishly forgotten to include a link to the module I wanted to submit. I corrected and re-submitted my CVS application. Got an email back asking me to explain how my module differed from a few other ones. I replied to that email, and also using one of the support forms on the site. Haven't heard anything back since, and its probably been about two weeks now.

Database configuration error on installation

I have it setup on MySql 5.2 and PHP 5 on Apache.

Database configuration
The following errors must be resolved before you can continue the installation process:

* Failed to create a test table on your MySQL database server with the command CREATE TABLE drupal_install_test (id int NULL). MySQL reports the following message: SQLSTATE[28000] [1045] Access denied for user 'admin'@'localhost' (using password: YES).
o Are you sure the configured username has the necessary MySQL permissions to create tables in the database?
For more help, see the Installation and upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider.
* Failed to insert a value into a test table on your MySQL database server. We tried inserting a value with the command INSERT INTO drupal_install_test (id) VALUES (1) and MySQL reported the following error: SQLSTATE[28000] [1045] Access denied for user 'admin'@'localhost' (using password: YES).
* Failed to update a value in a test table on your MySQL database server. We tried updating a value with the command UPDATE drupal_install_test SET id = 2 and MySQL reported the following error: SQLSTATE[28000] [1045] Access denied for user 'admin'@'localhost' (using password: YES).

managing multiple drupal installations

Hey,
as I really like drupal I would like to offer managed drupal hosting to my friends and customers. So it would be very cool if all systems run from one installation (only one update is required), something like multiple drupal installations.

AJAX: Embed CCK node creation form into page?

I'm looking to embed a CCK node creation form into page-front.tpl.php.
Then, using AJAX, I plan to have the front page updated with the new CCK content without having to refresh the page.
Does anybody have any hints? I was thinking of using the AJAX submit module, but I don't know how to include a CCK input form into a normal page.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x