Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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.
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);
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 ?
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
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)?