Quote:
Originally Posted by -=Sniper=-
I will look into birthday search.
It would not be ideal to make words like "I", "to", "have" clickable, instead ask users to separate each word or sentence they want linked with a comma.
but if you really want to you can edit the plugin and change the code
find all instances of
PHP Code:
$fieldvalues = explode(",", $profilefield['value']);
and replace with
PHP Code:
$fieldvalues = explode(" ", $profilefield['value']);
that should work.
|
Ok, thanks a lot. Waiting for the birthday / age search