custom Views page, "clear both" between answers?

Hi again,

I'm actually working on a cutomized page template based on a custom view.

I send my answers into css cells using a "float left".

What i would need, is to be able to print a "clear both" div every 3 cells answers.
It is not just to similate a carriage return, my div is graphicaly important, it's cute :)

My custom page "views-view-fields--MyView--MyPage.tpl.php" allows me to customize the way each answer is printed, but i can't reach between my answers from this, so i can't put my clear both condition code.

How can i get the url of an image field in my node template

Greetings,
I'm trying to do something really simple, instead of displaying the image on my node template with:
<?php print render($content['field_banner']) ?>

I want to display is using html, and so i'm looking for a way to retrieve dynamically the url of said image.
So i can use:
<img src="<?php print field_banner['url'] ?> />

How can i get the "field_banner['url']" variable? field_banner being the name of my image field.

Thanks in advance

CCK condition?

Hi all,

I'm actually building the form of a new content type with CCK, and i'm wondering if there is a way to include condition in fields?

For example, let's imaging a field called "link field" with 3 kind of choice possible, "picture", "pdf" or "mp3".

And then CCK would react like:

If the link field value is "picture", then i show the picture file selector field.
If the link field value is "pdf", then i show the pdf file selector field.
If the link field value is "picture", then i show the mp3 file selector field.

Good tutorial for a beginner

Hi, I'm very new with drupal and I'm getting lost with all the documents.
I've already made the drupal 7 installation for windows and created a test front page.
The only good video lessons I found were in "Getting Started With Drupal video series" - learn by the drop,
but I want to build a site like this: http://imbee.com/ and don't know where to start.
can anyone give a good tutorial for this?

I want ot limit a view to some users

Hi, I'm new to drupal and I hope I can get what I want from it.

I want to have a view restricted to registered users that lists files I upload to the server, the thing is I want the 1 user can see some files while other user can see other files, example:

I upload File A, file B, file C and file D
And I have User 1 and User 2:

I want that user1 can see and download file a, and file B, while user 2 can see and download file C and File D.

Is there a way to to do this in Drupal 7.x??

Help would be appreciated a lot.

catalog view...

Hi, i would like to view products in a grid view and im quite the novice with Drupal. I thought it would be possible with UC but cant figure it out...anyone know what im going on about? thanks, T.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x