[Plugin: Members List Plugin] change the column headings
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Members List Plugin] change the column headings’ is closed to new replies.