Ok, i have something i thougt would be very easy.

I created a content type "game" where i have a game title, logo decription and so on.
Then i have a content type "Download links" which contains - you name it download links or the game, for iOS, Android etc.
For each game there are different translations but all translations reference the same download download link content type.
What i want to achieve now, is to show the game logo together with the corresponding download links in a table view, but no matter what i do, the download links never show up in the same row as the logo - as if they wheren't linked together at all.
First i thougt this would work out of the box: just add game logo field + download fields from download content type and drupal would match them together because auf the content reference.
But nothing works. can anyone give me a hint, what i have to do or where i can find informations about that?

Thanks in advance!

Comments

VM’s picture

sounds like a CSS issue. Without a link it's difficult to be specific. I'd inspect the elements in my browser and tweak the css to get them to float or inline.

fschaar’s picture

Thanks for the reply.
Here is a Linke to the Download Site.
http://drupal.regentropfen.org/download
Sorry, I'm just a Beginner and i tried everything to click it together, because I thought it would work that way. But it seems there is some coding necessary.
But I don't know where to start.

VM’s picture

not a CSS issue. Please post screenshots of your view configuration

fschaar’s picture

Hier you can see some of the options:

Image 1
Image 2

Hope that helps!

fschaar’s picture

Does nobody have an idea? that can't be so difficult! I thought that is exactly what Drupal is built for.

mtraian’s picture

Could you please confirm that this is your case: You have two different fields: logo (this should be an image) and a link (is this a link field or a text field where you entered a link?)

In the views you want to display a table with at least two columns, one for logo and the other one for the link. Is that correct?

fschaar’s picture

No, I have one Logo field (Image) belonging to the Content Type "Game" and several Download Link Fields (Type Link) belonging to the Content Type "Game_Download_Links". (Android Download Link, iOS Download Link, Windows Download Link etc.)
The Content Type "Game" References the Content Type "Game_Download_Links". There are several "Game" Contents that reference the same "Game_download_Links" mostly translations.

So I want more than two columns: One with the logo und several others showing Links to the download Sites of the game versions (They link to Google Play Store or Apple App store or similar.)

Is it more clear now?

ankur.addweb’s picture

From your details, it seems that you do not need two different content types unless you have very specific reasons to use two different types. You can have one content type called "Game" and add fields in it for download links. Then in views you can add all fields you want.

fschaar’s picture

Then I have to type in the links for each language version again and again, but they all have the same link. that why I tried to connect them with references.