
08-29-2008, 02:21 PM
|
 |
|
|
Join Date: Nov 2005
Location: St. Louis, Missouri, USA
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Rik Brown
We only want to have words in our tags (no numbers, symbols, etc.). If you allow numbers, you have an infinite number of often useless tags. To fix this, we are currently running a mySQL query to remove tags that do not meet this standard with a regex query [^a-zA-Z.]. This is to allow only letters of the alphabet and a period used for abbreviations.
Thanks again for this excellent mod! -- Rik
|
Quote:
Originally Posted by Phalynx
Just feed the filter with the following;
'0'=>''
'1'=>''
'2'=>''
...
|
We'll implement it that way. Thanks. -- Rik
|