Member search Widget Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Member search Widget

    Scarlet D.
    Scarlet D.
    Forumember


    Male Posts : 130
    Reputation : 2
    Language : Greek,English
    Location : Athens,Greece

    In progress Member search Widget

    Post by Scarlet D. 12/4/2016, 20:45

    Technical Details


    Forum version : #PunBB
    Position : Founder
    Concerned browser(s) : Mozilla Firefox, Google Chrome, Opera, Safari
    Who the problem concerns : All members
    Forum link : http://onepiecegr.forum-pro.org/

    Description of problem

    Hello, I recently found this widget:

    Code:
           
    <form action="/memberlist" method="get">
       <div class="panel">
          <div class="inner">
             <span class="corners-top"><span></span></span>
             <h2 class="h3">
                Find a user or modify list order
             </h2>
             <p style="text-align:right; margin: 0; padding: 0;">
                Username <input class="inputbox tiny" name="username" maxlength="25" size="20" value="" type="text" />      Sort by <select name="mode"><option value="lastvisit" selected="selected">Last visit</option><option value="joined">Join date</option><option value="username">Username</option><option value="interests">Hobbies</option><option value="posts">Posts</option><option value="website">Forum (Forumotion only!)</option><option value="groups">Usergroups</option></select>      Order <select name="order"><option value="">Ascending</option><option value="DESC" selected="selected">Descending</option></select>      <input class="button2" name="submit" value="Ok" type="submit" />
             </p><span class="corners-bottom"><span></span></span>
          </div>
       </div>
    </form>

    on one of this forum's topics.

    How can I make this widget sort the members with creteria of the size of the Points they have collected?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51500
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Member search Widget

    Post by SLGray 12/4/2016, 22:06

    It looks like someone took part of the memberlist template and added it to a widget.  I do not know if you can sort by points since the memberlist page does not have that option.



    Member search Widget Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Scarlet D.
    Scarlet D.
    Forumember


    Male Posts : 130
    Reputation : 2
    Language : Greek,English
    Location : Athens,Greece

    In progress Re: Member search Widget

    Post by Scarlet D. 13/4/2016, 17:37

    Can anyone confirm it?