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.
Not quite sure how to phrase this generally, but I've been trying specifically to limit certain types of content based on user roles - but not at the node level... For example, I'd like the following:
all anonymous users get a nyud.net cached image for images specifically placed within nodes, but not the standard UI/theme stuff;
"regular" users get all the images served locally;
"text-happy" users get all images converted to ascii-images, so they can still "sort of" see what's going on from lynx/whatever.
I am trying to use a chained select code from dynamicdrive.com in a custom node, but the options list of the select items in the form are not populated when the code is used in a hook_form for a custom node. If used as a drupal php page, it works.
Is there a way I can prevent users of my site from registering with names that could easily be found offensive to an average person? I don't sit at my desk 24/7 and cannot delete/modify a user at the moment the user registers, but would like them to be prompted to choose a different name when registering.
i downloaded drupal and the htmlarea module. downloaded the files from Xinha as per the install.txt. configured it through the drupal gui. it did not appear. after searching this forum, i found that i had to copy the entire htmlarea folder to the misc folder (so it is in misc as well as modules).
anyhow, when i paste text into the htmlarea box, it does not wrap. it doesn't seem to have the concept of wordwrap. how do i fix this? i am using firefox 1.0 on linux.