Jump to content

How edit display Database Relationship on my template?

Featured Replies

Posted

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.

Hello, Eugene. You can edit the template of this field in your theme templates cms > front > global > basicRelationship

  • Author

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!

  • 3 months later...

Have you found a solution? I need this as well :)

Archived

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

Recently Browsing 0

  • No registered users viewing this page.