Alright, I have gone through your thread and managed to dig this code up:
https://vborg.vbsupport.ru/showpost....&postcount=137
Basically it allows me to show ALL the custom profile fields, and they become searchable. HOWEVER, I have 2 hidden fields that are appearing, which is the issue that has been made aware of here:
https://vborg.vbsupport.ru/showpost....&postcount=215
The problem is, I don't understand what he means by 'a new query'. I have tried different code variations and it simply does not work. Basically what I have discovered is that if I use only Form = 6, it will ONLY display the ones I need appropriately, and if they are hidden, it won't display them. However, as soon as I use the "form = 0 or 6" it completely ignores the hidden fields and shows them all, even though the hidden ones are not functional.
Please let me know if there is a remedy for this situation as it's important for me.
====== UPDATE =======
[high]* GameWizard pats himself on back[/high]
I figured it out, it should be:
form = 0 OR form = 6 rather than
form = 0 OR 6
*this has to be done on both entries inside
memberlist.php - Tested on 3.7 Gold
The result is that it displays the correct custom profile fields on your advanced member list search and keeps the unsearchable fields hidden as it should. In addition, the functionality I originally asked for is also there, which allows for search custom fields on another page (created by this hack) to be found via url:
/memberlist.php?do=getall&field23=test123 - where as field23 is located on the new page i created with this hack (previously this feature wasn't working until i fixed it with my modification above)
I will post any other issues as I find them.