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

Authorization per page?

L.S.,

I've just installed Drupal on my webserver. After making some page's, I've found that I can't authorize a group to view a certain page. The thing that I want is to have several pages of which some are visible for everyone (including guests that is) and some pages for authorized users only.

What can I do to accomplish this? Someone on IRC (#drupal-support) told me this isn't possible by default, but there should be a module for it.

Regards,

berry__

How do I print the url of a node from within phptemplate?

I want to build a "link to this article" block similar to this one:
http://wiigamin.com/news/New-DBZ-Scans/95

But how do I load the url into my node.tpl.php file?

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?

Pages

Subscribe with RSS Subscribe to RSS - Post installation