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

Upload attachment (TinyMCE)

Uploading a .doc file gave a runtime error "Line 70: this.progress.element is empty or no object".

Warning: chmod()

When I send a post, my drupal show me this:

warning: chmod() has been disabled for security reasons in /home/httpd/xxxxxx/mydomain.com/httpdocs/includes/file.inc on line 381.

Can you help me?

i18n and taxonomy. Hot to assign a node to both languages?

Hi.

I'm having a problem with the i18n module combined with flexinode. This is what i've done:

- Created a single taxonomy tree.
- Added all terms twice (one for each language, English and Norwegian)
- Used the "translation tab" to combine each "pair" of terms

Control the size of textfields

Hi.
In using textfield form element for custom node in this manner:

 $form['contact_phone2_pre'] = array(
        '#type' => 'textfield',
        '#size' => 3,
        '#maxlength' => 3,
        '#default_value' => ($node->contact_phone2_pre)?$node->contact_phone2_pre:NULL,
        '#weight' => 24);

the problem is it seems there is a minimum size for display - about 5 characters. How to force the textfield to 3 characters size?

How to do "Most Recent Posts" block?

I believe I'm missing something really, glaringly obvious here.

I've seen info on blocks that list recent comments, but how about a block that lists the most recently-posted node (whether page, story, etc.)? Or, say, the five most recent nodes?

In other words, a simple "What's New" block. Something this simple has to be right under my nose, but I'm not seeing it in the settings or on the forum... Someone please wallop me with a hefty clue. Thank you!

subdomains and redirecting??

Hi all,

i do have specific questions regarding subdomains and redirecting:
Before i started working with Drupal i had several other websites running on my webspace. All of theme on subdomains. After installing Drupal (not as subdomain) i cannot connect anymore to any of them (i do get 404). Any advise on what i do have to change in .htaccess? (problem 1)

Pages

Subscribe with RSS Subscribe to RSS - Post installation