Where are the rest of the api.drupal.org files?

I just noticed after installing the API module that the group/files and other page links on the front do work. Is this because the files are not there or is it a bug. Doing a search for the missing files on CVS has gotten no where.

flash

Hi

i wanted to embed some flash into a story on my site, i just pasted the html code and changing the inoput type to full html, but this did not work.

ive read about some modules, but they seem to be a bit complex, i just want to play a simple movie??

anyone got any ideas.

thanks

Taxonomy: vocabulary fields are not sorted by weight - partial fix

Hi,

Here is a partial fix to the problem where taxonomy vocabulary fields do not follow the weight parameter in content edit forms.

Add the following code to line 650 of taxonomy.module -- function taxonomy_form_alter(), right after $form['taxonomy']['tags'][$vocabulary->vid] = ...:
$form['taxonomy']['tags']['#weight'] = max($form['taxonomy']['tags']['#weight'], $vocabulary->weight);

Uieforum+tinymice+upload module

In drupal 4.7, i am using uieforum. It looks better than forum.module. But i need to attach documents with posts and also use editor in it. How do i do it ?
can anyone help me ?

Source of User profile

Hello

I have used contemplate before and love how I can take the code for the content(that has all of the php variable names…etc), change it in an html editor a post it back to drupal and have great looking content output

I would like to use a similar method with user profile, I understand I cannot use contemplate
How do we find the “output” for my user profile so that I can take it modify it and put it into user_profile.tpl.php

I hope the question is somewhat clear

Thanks!

New install: What dir and file user/group and perms for linux?

Folks:

The installation page at http://drupal.org/node/260 (which is basically the INSTALL.txt file) omits any mention of how to set the user and group for the unzipped directories and files, and if this is not set, then "Run the install script" won't work.

So, could someone please describe what to do here (or point to a page where this is described)?

I'm assuming at a minimum something like:

chown -R apache:webadmin mydrupaldir

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x