Memberlist mod
Shemo Offline
Member
***
Posts: 184
Joined: Jan 2008
Post: #1
Memberlist mod
zinga- I'm wondering if you could write something so that the mybb memberlist can be sorted like vbulletin.

basically, I like being able to click on username, posts, reputation, etc. and being able to sort it by most posts, least posts, etc....can you whip up some code to do this?

here's a vbulletin board so you can check 1 out:
http://forum.pafoa.org/memberlist.html
04-17-2010 09:34 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: Memberlist mod
You mean by first letter of username?
Pretty sure MyBB 1.6 will do that for you.

My Blog
04-17-2010 09:50 AM
Find all posts by this user Quote this message in a reply
Shemo Offline
Member
***
Posts: 184
Joined: Jan 2008
Post: #3
RE: Memberlist mod
(04-17-2010 09:50 AM)ZiNgA BuRgA Wrote:  You mean by first letter of username?
Pretty sure MyBB 1.6 will do that for you.

well..it does that and it also filters by say.....most posts/least posts...most reputation/least reputation, first joined/most recently joined, etc..
04-17-2010 09:53 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #4
RE: Memberlist mod
(04-17-2010 09:53 AM)Shemo Wrote:  well..it does that and it also filters by say.....most posts/least posts...most reputation/least reputation, first joined/most recently joined, etc..
Sorting will have mostly a similar effect I think.
But I personally think the memberlist offers enough sorting capabilities, so I probably won't be doing this.  Sorry.

My Blog
04-17-2010 09:55 AM
Find all posts by this user Quote this message in a reply
Shemo Offline
Member
***
Posts: 184
Joined: Jan 2008
Post: #5
RE: Memberlist mod
=(  ok..I just like to be able to click the titles and sort it.
04-17-2010 09:56 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #6
RE: Memberlist mod
(04-17-2010 09:56 AM)Shemo Wrote:  =(  ok..I just like to be able to click the titles and sort it.

I think you can use sorting url like this in your memberlist template:

(Example sorting url for most posts)

HTML Code
<a href="memberlist.php?sort=postnum&amp;order=desc&amp;perpage={$mybb->input['perpage']}">{$lang->posts}</a>


04-19-2010 07:20 AM
Find all posts by this user Quote this message in a reply
Shemo Offline
Member
***
Posts: 184
Joined: Jan 2008
Post: #7
RE: Memberlist mod
(04-19-2010 07:20 AM)Rateu Wrote:  
(04-17-2010 09:56 AM)Shemo Wrote:  =(  ok..I just like to be able to click the titles and sort it.

I think you can use sorting url like this in your memberlist template:

(Example sorting url for most posts)

HTML Code
<a href="memberlist.php?sort=postnum&amp;order=desc&amp;perpage={$mybb->input['perpage']}">{$lang->posts}</a>


mind explaining what exactly I need to change in the memberlist template?  I'm no mybb guru.  =(
05-05-2010 04:09 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #8
RE: Memberlist mod
Edit the memberlist template, find {$lang->posts} and replace with the above.

My Blog
05-05-2010 04:52 PM
Find all posts by this user Quote this message in a reply
Shemo Offline
Member
***
Posts: 184
Joined: Jan 2008
Post: #9
RE: Memberlist mod
(05-05-2010 04:52 PM)ZiNgA BuRgA Wrote:  Edit the memberlist template, find {$lang->posts} and replace with the above.

thank you..now how would I make it so you reset it back?
05-06-2010 03:07 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #10
RE: Memberlist mod
Huh?

My Blog
05-06-2010 07:38 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: