ternstyle
Forum Replies Created
-
Forum: Plugins
In reply to: [Members List Plugin] [Plugin: Members List Plugin] pagination problem@korvalds, thanks for the solution. I’ll take a look at this for the next version of the plugin.
An easy solution would be changing the checkboxes to radio buttons. I haven’t tested this. Just thinking.
It is possible but the plugin does not have this functionality built in. You’d need to customize the plugin.
Change line 411 of /class/members.php from:
$r = '<div class="tern_members_view">Now viewing <b>' . $v . '</b> through <b>' . $this->e . '</b> of <b>'.$this->total.'</b> '.$o['noun'].' found'.$m;to:
$r = '<div class="tern_members_view">'The only way to do this currently is to create a list and add all users of a specific role to that list. Presently there is no functionality to display a list of a specified user role.
Thanks for the post @pixelkicks.
Forum: Plugins
In reply to: [Members List Plugin] [Plugin: Members List Plugin] Auto-update list?Simply do not specify a list in your shortcode.
It should actually look like this:
[members-list search=true alpha=true pagination=true pagination2=true sort=true radius=false]
Thanks for posting the solution!
You’d need to add the code to render the list in your index.php or home.php file of your active WordPress theme.
I’m not sure I understand. Can you provide a step by step process with screenshots?
Thanks for posting. Yes, if you want every user to be displayed simply do not specify a list.
Forum: Plugins
In reply to: [Members List Plugin] [Plugin: Members List Plugin] "Edit Lists" issue…You should be editing the already created list when clicking edit. Does your browser show any javascript errors when clicking edit?
Forum: Plugins
In reply to: [Members List Plugin] [Plugin: Members List Plugin] line break in descriptinIs this resolved in the latest version of the pluign?
Forum: Plugins
In reply to: [Members List Plugin] [Plugin: Members List Plugin] Multiple WarningsHow did you install the plugin?