hi 2 all,
i work by this guide of nice guy:
yoursite.com/admin/ Builders/ Fields Builder
Join Form then klick on NickName
You'll see Generl Advanced Messages Matching
Klick on Advanced
In
Check: ther is a code
return ( preg_match( '/^[a-zA-Z0-9_-]+$/', $arg0 ) and !file_exists( $dir['root'] . $arg0 ) );
Change it to
return ( preg_match( '/^[a-z!@#$%^&*A-Z0-9_-]+$/', $arg0 ) and !file_exists( $dir['root'] . $arg0 ) );
And Save
Step 2:
in your .htaccess file
finde code
RewriteRule ^([A-Za-z0-9_-]+)$ profile.php?ID=$1 [QSA,L]
change it to
RewriteRule ^([A-Z!@#$%^&*a-z0-9_-]+)$ profile.php?ID=$1 [QSA,L]
And Save
but i put inside hebrew letter like that:
1.
return ( preg_match( '/^[a-z!@#$פםןוטארקשדגכעיחלךףץתצמנהבסז%^&*A-Z0-9_-]+$/', $arg0 ) and !file_exists( $dir['root'] . $arg0 ) );
2.
RewriteRule ^([A-Z!@#$%פםןוטארקשדגכעיחלךףץתצמנהבסז^&*a-z0-9_-]+)$ profile.php?ID=$1 [QSA,L]
and it is work good, but after the profile created - and i want to see hem, it is inpossible to watch hem! here the example :
http://bestime.co.il/index/ליאור
please help as.
thanks lior