The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
Not really.
You will need to edit two things: memberlist.php file and memberlistsearch template For the file, you should add something like this: Code:
if ($customfieldname!="") { $condition.=" AND userfield.field5 LIKE '%".addslashes($customfieldname)."%' "; } somewhere in this block: Code:
if ($icq!="") { $condition.=" AND icq LIKE '%".addslashes($icq)."%' "; } if ($aim!="") { $condition.=" AND aim LIKE '%".addslashes($aim)."%' "; } Then you will need to add an input box to the template, and make the name of it customfieldname, so it'll match the code you added earlier. Not really hard, but takes a bit time. ![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|