Quote:
Originally Posted by ozzy47
What's the link to the vB3 version?
|
This is the one I used for 3.8.
https://vborg.vbsupport.ru/showthread.php?t=124580
--------------- Added [DATE]1416420878[/DATE] at [TIME]1416420878[/TIME] ---------------
Quote:
Originally Posted by nerbert
Here's an experiment I tried:
hook location: "memberlist_fetch", in memberlist.php, line 596
Code:
if($_GET['sortbyloc'] == 'sort') {
$sqlsort = 'userfield.field10';
}
My location field is "field10"
so add "&sortbyloc=sort" to the memberlist URL and I think it'll work.
This is lousy programming but it gets you started
|
I'm certainly not a coder. I don't completely understand what you are saying. Are you talking about two different edits? Thanks. You say that you experimented with it, did it work?