Hello!
In template
memberlist_search there is the
$customfields for ALL fields which are searchable on memberlist.
I want to delete this ($customfields) and put every of them fields to a new place on the template (with their id 1-1 ).
eg
If I have the searchable fields:
field1 , field2 , field3 , field4
With use of
$customfields they appears on search page:
Quote:
phrase for field1
field1
phrase for field2
field2
phrase for field3
field3
phrase for field4
field4
|
I want to delete $customfields and to put the fields as I want with a
$????[field
X] (one for every field - where X= the ID).
Sorry for my bad english
-philos