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 have a view, of a node, that is displaying a specific field. The field in the node can have unlimited values (it's images attached to the node).
The view is a block and I want to display the last four images in the node. However I can't figure out how to limit the number of fields that it displays. Right now the block is simply displaying every single one.
I have a filter for (Node: Nid = 38 ), and the field (Fields: field_photo). Other than that what am I missing?
After installing drupal 7 on Win7, I click on the link to "Visit your new site." This link takes me to a browser listing of my drupal directory (Index of /drupal page) instead of the Welcome page. Has anyone run into this problem before? How can I access the Welcome page instead? I left the default "localhost" as the site name during installation.
So I'm having problems and wondering if someone could shed a bit of light on it.
I created a drupal site. (up and running) (This is on my local host)
Copied the default directory /drupal/sites/default
renamed the copied default directory to UMS and Pasted the UMS directory in /drupal/sites/UMS
created a symbolic link
cd var/www/drupal
ln -s /var/www/drupal/sites/ums/
I want to allow my members to direct message/private message each other, especially from pages they create (user creates a page, other valid site member can send that page creator a private message). I don't care if this is simply an email fired off to the user, or if its a real Direct Message system. I just want them to be able to send private messages to each other.
I've searched for D7 modules, but to no avail. I tried to enable the User Contact Form, but can't see how to make this apply to a user.