Support » Plugin: Participants Database » Print selected records from the list.

  • I managed to do a layout grid to display each record in tables rather than tables, works perfect, the downside happens when I want to print a value I decide on any div. I have no idea how to get a registry value.
    Example.

    <div class="vers column-rating"><strong>Rating:</strong> <?php $this->record->get_value('rating'); ?> </div>

    I have 6 fields that show, then I want to show 3 to the right and 3 left.
    Now I have the css structured form, but I need to capture the values in the div place where the position indicated.

    I am very grateful to her work.

    https://wordpress.org/plugins/participants-database/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xnau webdesign

    (@xnau)

    This is a general CSS/HTML layout question, so I can only give you some basic information to go on…you’ll have to figure out the details.

    To make two columns,there are several ways to do it, but perhaps the simplest is to set the width of your elements to slightly less than half the width of the container they are in (like 48%), then float them to the right or left.

    It’s a bit tricky if you’re not familiar with how CSS and HTML work. A few web searches on making columns will probably help you figure it out.

    Thread Starter cristch_27

    (@cristch_27)

    Thanks for the prompt reply Xnau.
    My question was not about CSS / HTML rules, but how to get print the fields with the values of the database, such as printing the name value to function, object, or should I call Varialble.

    Name: Value of the field

    Plugin Author xnau webdesign

    (@xnau)

    I don’t have enough information to answer your question. Are you asking about using a custom template?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Print selected records from the list.’ is closed to new replies.