Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi Akira,

    I use your very very very useful plugin for display users in this way:

    [ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]

    <table>
     <tr>
        <th>User</th><th>Email</th>
      </tr>
    [users role=subscriber]
    <tr>
       <td>[user field_name="user_ime"]</td><td>[user email]</td>
    </tr>
    [/users]
    </table>

    Any suggestion for use this plugin for display users in something like this:

    <table>
     <tr>
        <th>Korisnik</th><th>Email</th>
      </tr>
    [users role=subscriber paged=25]
    <tr>
       <td>[user field_name="user_ime"]</td><td>[user email]</td>
    </tr>
    [/users]
    </table>
    Page [users-now] of [users-total]
    [users prev_next=true show_all=false]

    Thank’s for your time,

Viewing 1 replies (of 1 total)