Jump to content

How edit display Database Relationship on my template?


Recommended Posts

Hello!

I have two databases:

  • Movies
  • Actors

There is also a set of fields:

  • Movies (database)
  • Actors (database)
     
    • Actor name (Template Key="actor_name")
    • Actor Age (Template Key="actor_age")

In addition, I created a field type "database relation" to specify what actors star in the movie.

And now the question: As for the movie page to display the cards of the actors who starred in it? Do not understand. Help, please.

Link to comment
Share on other sites

Hello Kirill!

Thanks for answer.

Not what you need. I will give an example layout.

<div class='MovieRecord'>
  
  <h1>{$record->_title}</h1>
  
  <!--Movie Actor Grid in Database Relationship-->
  <ul class='ipsGrid'>
    <li class='ipsGrid_span4'>
      <h2>{$actor}</h2>
      <span>{$actorage}</span>
    </li>
  </ul>
  
</div>

This is a source code example. I want to know how can I substitute the variables {$actor} and {$actorage}.

Thanks!

Link to comment
Share on other sites

  • 3 months later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
×
×
  • Create New...