Pull an image using Views

Sorry if I posted this in the wrong area....

Anyways, what I want to do is pull an image from a referenced node.

For example, I have a content type named Products and another content type named Galleries. What I am doing is allowing users to reference products used in their galleries. Now, what I want to do is create a View that will display the referenced product's image on the Galleries page.

Many thanks!

Fatal Error?

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 1841955 bytes) in /home5/collegu9/public_html/forums/includes/theme.inc on line 1738

What does this mean and how do I fix it?

Any way to have a 'view nodes since last visit' function? Not forum, regular nodes....

Hello -

I have a site where users can post content regularly to the site. I would like to have a feature that displays all the new nodes since the last time the user visited the page.

Is there such a feature/mod ?
Thanks

Images and files attached to pages is quite a challenge

Been reading and experimenting for about 3 or 4 weeks. I'm getting anxious to install a production site and turn over content maintenance to unsophisticated users, but I've hit a brick wall with authoring basic articles.

It hardly seems unreasonable to expect to be able to use wysiwyg editing with embedded images and attached files. Other open source content management systems (think MediaWiki and WordPress) do this, no sweat, right out of the box. But setting this up in Drupal is proving to be quite a challenge.

Godaddy hosting and Drupal 7

Ive seen some comments about Godaddy hosting w drupal. I've had no problem with version 6 other than particular module challenges that come up. I found on the Godaddy forum that Drupal 7 may be a while so I'm going to attempt a manual install of 7.0. Here's the link to Godaddy's forum question about Drupal 7 availability.

http://community.godaddy.com/groups/go-daddy-hosting-connection/forum/to...

-Robert

silly question maybe?

I'm a new drupal developer :)
What is the lesson (reason) of the use of (#) character in php associative array in code like this:

foreach ($result as $node) {
$items[] = array(
'data' => array(
'#theme' => 'single_blog_block_item',
'#node' => $node,
),
'class' => array('node-' . $node->nid),
);
}

advance thanks

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x