PDA

View Full Version : Memberlist Searchable fields


Scandal
07-11-2008, 01:18 PM
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:
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 $????[fieldX] (one for every field - where X= the ID).

Sorry for my bad english :o


-philos

Scandal
07-13-2008, 07:18 PM
heelp :(