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've recently installed the latest 4.7.x Acidfree and drupal 4.7.3 (I have several Drupal sites). Is there a reason no input formats are showing when adding or editing Acidfree node text fields? I've never had to specifically apply input formats to content types before. Does that have to be done now?
It's kind of annoying not being able to format descriptions for albums and images in the galleries.
I have completed a clean install of drupal on a test server at my employment (after successful installs locally on a windows machine) but as soon as I try to install either the ecommerce module or the CCK module, I receive the error below:
How do I capture the "%count" as a variable to hold the number of "reads" as a numerical value and have it update like the above "%count" each time a user views a blog post.
I want to hide nodes that a user deletes instead of deleting them from the database. The delete hook for my custom node type (from my testing) doesn't seem to be the correct spot to override deletion. I put the following code in my module and the node was still deleted from the database.
I have tried a few times to figure out how to make the user profile view the first page an authenticated user sees when he/she logs in. Any ideas on how I can do this?
Note that I have made my own version of the user profile using the override and the new user_profile.tpl.php.
I want to theme a form so that several fields inside a fieldset appear in tabular form - but what is the best way to do this? I have successfully achieved this effect before by using the form theme function, with code that looks like this: