• Hello,

    I have the members list plugin, and I have it sorted using the code provided.

    <?php
    $members = new tern_members;
    $members->members(array(‘search’=>true,’pagination’=>true,’sort’=>true));
    ?>

    I just have 2 questions, 1 how do I change the columns names to sort? and 2, currently the list is displayed one over another, how do I get the the fields to line up under their correct heading?

    Thank you in advance,

    Aaron

Viewing 1 replies (of 1 total)
  • Plugin Author ternstyle

    (@mpraetzel)

    Aaron, it sounds as though you want the list to be in a more table based layout. Currently the plugin does not offer this functionality. My apologies for the inconvenience.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Members List Plugin] change the column headings’ is closed to new replies.