Drupal is up and running but how do I ...?

How can I put small form inside story

I am trying

<?php
$edit = $_POST['edit'];

if ($edit) {
    echo "Submit OK";
    print_r($edit);
} else {
$output .= form_textfield(t('Your email address'), 'email', '', 20, 80);
$output .= form_submit(t('Subscribe'));
echo form($output, 'post', url('notify'));
}
?>

and it always returns to /node instead of printing "Submit OK"

CVS with tortoise

Has any one managed to download the CVS using tortoise

http://drupal.org/node/22293

I can't manage to locate the CVS download folder

any ideas

How do I debugg "warning: cannot send header information already sent by.."

I have a few functions in a module I wrote that use the print function in php to write javascript functions on my module. I tried to use the drupal_goto() function and I got the "warning: header information already sent by ...." I searched for answers on the web site and I tried all of the solutions which start to point the error to my print functions that write javascript on the module. So, how can I write javascript functions without using the print function and without having to screw my module functions. Anyone please? this message is really annoying.

Taxonomy?

I've installed the image module and image_assist module to work with TinyMCE and everything works great! I give kudos to everyone involved in working on those projects. I found that there is a difference between sitewide galleries, and user galleries. What I would like to do is associate the gallery with each user, so that they do not have access to admin galleries, and would like to have them and users able to access their gallery from the nav menu or to have the gallery associated with their profile pages. Is this possible? Does this have something to do with taxonomy?

Help displaying article text

Hi,
I'm using the article module. I have it set up so that when someone clicks on a link it takes them to ?=article.
On that page it lists all the categories I have set up and the titles of the most recent articles, which, when clicked will take the user to the story.
I would really like to have it set up so that when a user visits the ?=article page, it displays all the articles with an intro paragraph on each one, rather than just the title. Is that possible?
Thanks,
Justinian

Acidfree module, error: user error: Table 'blabla_nl_-_drupal.file' doesn't exist

Hi,

I installed the Acidfree module, but I get the following error when running the 'blabla'/drupal/acidfree/test.

user error: Table 'blabla_nl_-_drupal.file' doesn't exist
query: SELECT fid FROM file LIMIT 0 in /var/www/html/drupal/includes/database.mysql.inc on line 66.

Of course 'blabla' stands for my url/domain.

I'm no good with databases so I'm running out of ideas.... Help?

Pages

Subscribe with RSS Subscribe to RSS - Post installation