How to use theme('imagecache' .. in d7?

How to use

<?php
  print theme('imagecache', 'product', $node->field_image_cache[0]['filepath']);
?>

Use in d7 it can use ?

How do you create the GUID required by Feeds?

I'm trying to use Feeds mod to import a CSV file but it requires a GUID column. I'm used to using Primary Keys in databases & have Googled GUID but am unclear as to what Feeds requires? Tried searching on here & get a lot of 'Guides'. Can anyone please point me towards a good tutorial?

Thanks.

How to display selected drupal nodes as a list?

Hello,
I want to display selected drupal nodes, as a list. For example:

<ul id="custom_ID" class="custom_CLASS" >
     <li>Node 1 content</li>
     <li>Node 2 content</li>
     <li>Node 3 content</li>
</ul>

Anybody help is very appreciated :)

Views

I have altered the user registration form and have made it dynamic with some more input fields. So, I have created a separate table in drupal database to store the additional details. Now, from my newly created table I want to display 2-3 fields on the main page. I have installed views module for this purpose. Now, in the views UI, I am not able to find any option to add fields from my newly created table (created in drupal database). Is this possible?

How to link my content

Hello all,

My company has several "addresses". I want to be able to select for each page wich address to show in a block on that page.

What would be my best approach?

I thought this would be rather simple with drupal, but I've been breaking my head on this for a long time now.

Kind regards,
Rob

How do I remove the title?

In the user profile, how do I change/remove the title? Since it is not a view I don't see any way to do it. For now, the title is the username, which isn't what I want. Thanks in advance.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x