hebrew letter for nickname

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

Quote · 4 Jun 2009

Your only option i think would be to turn off permalinks in the advanced admin settings.

I suspected this might happen when you starting asking to change the nicknames, but i kept my mouth shut.

Many people want to allow spaces as well. The problem is allowing any letter that is not valid for a url will break the permalinks.

https://www.deanbassett.com
Quote · 4 Jun 2009

 

Your only option i think would be to turn off permalinks in the advanced admin settings.

I suspected this might happen when you starting asking to change the nicknames, but i kept my mouth shut.

Many people want to allow spaces as well. The problem is allowing any letter that is not valid for a url will break the permalinks.

 

 

 

 

 

thanks it is work as well :)

 

Quote · 4 Jun 2009

it works with permalinks on

you just didnt use it right

 

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]

 

they have to be same

 

see the difference?.....

 

it works without any problems

Quote · 4 Jun 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.