Hello Saka (Pozdrav)
I have changed follow code in the emails.html.php file:
if ($settings->email) {
if (extension_loaded('gd') && $settings->image) {
$row->email = "<img src=\"components/com_emails/image.php?id=$row->id\" border=\"0\" width=\"180\" height=\"15\" alt=\"".sprintf(_EMAIL_ALT, $row->name)."\" />";
} else {
$row->email = mosHTML::emailCloaking( $row->email, 0 );
}
echo "\t\t<td><a href=\"" . sefRelToAbs("$base_url&task=contact&mailid=".$row->id) . "\">$row->email</a></td>\n";
}
To:
if ($settings->email) {
echo "\t\t<td>$row->email</a></td>\n";
}
It seems now like the other fields (only fronted)! But it is enough for me!
I think that is correct what i have do.
The other problem to search in the City Field, i have no idea, what kind of code modification i must do! If you help me i will buy your AJAX Register component!
Its simple, i like them!
(Hvala na pomoci, puno pozdrava iz Bosne)