• Hello,

    I am wondering if there is a way to offer the option to print and/or download the directory list on the page where [pdb_list] is displayed?

    We are using this plugin for a community directory and they want to be able to download or print the directory.

    Thank you!

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

    (@xnau)

    There isn’t a specific provision for printing the list in the plugin. Using the browser print function will usually give you what you want, but you’ll probably need to adjust the print stylesheet to get the desired formatting. The plugin has a place to put CSS rules that apply to a printed page, usually it will consist of hiding graphic elements so that only the list and perhaps some other text gets printed.

    One way to facilitate this is to set up a special page for printing where you set up the list shortcode to show all the records (instead of paginating it).

    To show all the records without pagination set the list_limit to -1:

    [pdb_list list_limit="-1"]

    You can also set up a “print” button and place that on your print page…there are WP plugins that give you that, but it’s pretty simple to set one up yourself.

    The plugin doesn’t have a way to download the list on the frontend.

Viewing 1 replies (of 1 total)
  • The topic ‘Print/Export Entire Directory – Front End’ is closed to new replies.