Title: Multi-line list output?
Last modified: August 22, 2016

---

# Multi-line list output?

 *  Resolved [tkalfaoglu](https://wordpress.org/support/users/tkalfaoglu/)
 * (@tkalfaoglu)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/multi-line-list-output/)
 * Hello. I am not sure how to convert pdb-list-default.php into a multi-line output.
   I have many fields, and I’d like to show them on separate lines, instead of the
   current table output.
    How could I accomplish that?
 * [https://wordpress.org/plugins/participants-database/](https://wordpress.org/plugins/participants-database/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [tkalfaoglu](https://wordpress.org/support/users/tkalfaoglu/)
 * (@tkalfaoglu)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/multi-line-list-output/#post-5307575)
 * Or, failing that, I could show a few of the fields, name and lastname for example,
   and make it CLICKABLE so it shows the detailed info when clicked.. How would 
   I do that?
 *  Plugin Author [Roland Barker](https://wordpress.org/support/users/xnau/)
 * (@xnau)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/multi-line-list-output/#post-5307705)
 * First, I suggest you try using the “bootstrap” template, it’s tableless and is
   a lot easier to reconfigure.
 * `[pdb_list template="bootstrap"]`
 * Once you have that going, check into using jQuery accordions for your show/hide.
   If you’re comfortable with some simple Javascript, it’s very easy to get set 
   up.
 *  Thread Starter [tkalfaoglu](https://wordpress.org/support/users/tkalfaoglu/)
 * (@tkalfaoglu)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/multi-line-list-output/#post-5307801)
 * Many thanks – here is a problem I have.
 * I need to load the fields first, pick out the firstname, lastname and title from
   there. Then I display those prominantly and then go back to the record and display
   all other fields.
 * So, it seems I need to
    1) Go through all the fields, load the 3 special field’s
   values. 2) display those, 3) reset the field counter 4) Go through the fields
   again and display all others.
 * in #3, after I go through all the fields, I do a $this->reset_field_counter();
   but it just displays blanks in #4.
 * Any ideas how to re-scan the fields?
    Many thanks!
 *  Thread Starter [tkalfaoglu](https://wordpress.org/support/users/tkalfaoglu/)
 * (@tkalfaoglu)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/multi-line-list-output/#post-5307817)
 * I got it — I hacked the <beep> out of the bootstrap code, and got my multi-line
   display.. Many thanks, -t

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Multi-line list output?’ is closed to new replies.

 * ![](https://ps.w.org/participants-database/assets/icon-256x256.jpg?rev=1389807)
 * [Participants Database](https://wordpress.org/plugins/participants-database/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/participants-database/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/participants-database/)
 * [Active Topics](https://wordpress.org/support/plugin/participants-database/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/participants-database/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/participants-database/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [tkalfaoglu](https://wordpress.org/support/users/tkalfaoglu/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/multi-line-list-output/#post-5307817)
 * Status: resolved