Title: 4et's Replies | WordPress.org

---

# 4et

  [  ](https://wordpress.org/support/users/4et/)

 *   [Profile](https://wordpress.org/support/users/4et/)
 *   [Topics Started](https://wordpress.org/support/users/4et/topics/)
 *   [Replies Created](https://wordpress.org/support/users/4et/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/4et/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/4et/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/4et/engagements/)
 *   [Favorites](https://wordpress.org/support/users/4et/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How I can give a custom field to tags?](https://wordpress.org/support/topic/how-i-can-give-a-custom-field-to-tags/)
 *  Thread Starter [4et](https://wordpress.org/support/users/4et/)
 * (@4et)
 * [17 years ago](https://wordpress.org/support/topic/how-i-can-give-a-custom-field-to-tags/#post-1055428)
 * Ok, t31os.
    1. I upload an image through [Yet Another Photoblog plugin ](http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/)
   2. I get exif data (model of camera(PENTAX Optio S50)) 3. And **I NEED** this
   exif data (model of camera) appropriates to tag. (To be created tag PENTAX Optio
   S50. 4. If i upload an image, created by the same camera (PENTAX Optio S50), 
   post published to tag PENTAX Optio S50
 * OR
    1. I create a custom field. 2. And **I NEED** this custom field appropriates
   to tag. (To be created tag, for example, LEXUS).
 * I want making of tags automaticly.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: eShop] Encoding trouble in Russian when customers input their info!](https://wordpress.org/support/topic/plugin-eshop-encoding-trouble-in-russian-when-customers-input-their-info-1/)
 *  Thread Starter [4et](https://wordpress.org/support/users/4et/)
 * (@4et)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-encoding-trouble-in-russian-when-customers-input-their-info-1/#post-983719)
 * i solved my problem
    in file cart-functions.php
 *     ```
       if (!function_exists('checkAlpha')) {
       	//check string is alpha only.
       	function checkAlpha($text){
       		 return preg_match ("/[A-z-]/", $text);
       	}
       }
       ```
   
 * change to:
 *     ```
       if (!function_exists('checkAlpha')) {
       	//check string is alpha only.
       	function checkAlpha($text){
       		 return preg_match ("/[a-zа-яё0-9 ]/", $text);
       	}
       }
       ```
   
 *  return preg_match (“/[a-zа-яё0-9 ]/”, $text); for russian symbols
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: eShop] Encoding trouble in Russian when customers input their info!](https://wordpress.org/support/topic/plugin-eshop-encoding-trouble-in-russian-when-customers-input-their-info-1/)
 *  Thread Starter [4et](https://wordpress.org/support/users/4et/)
 * (@4et)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-encoding-trouble-in-russian-when-customers-input-their-info-1/#post-983675)
 * i’11 look forward to it.
    but how i can to switch checking fields ( to get rid
   of “required” fields). and check up only mail on validity? Give me i hint,please,
   which files i need to edit? thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: eShop] How can i turn off both Merchant Gateways – paypal and payson?](https://wordpress.org/support/topic/plugin-eshop-how-can-i-turn-off-both-merchant-gateways-paypal-and-payson/)
 *  Thread Starter [4et](https://wordpress.org/support/users/4et/)
 * (@4et)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-eshop-how-can-i-turn-off-both-merchant-gateways-paypal-and-payson/#post-981182)
 * From Russia with love 🙂 I`ll be waiting for new options.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP-CopyProtect] Waste of time](https://wordpress.org/support/topic/plugin-wp-copyprotect-waste-of-time/)
 *  [4et](https://wordpress.org/support/users/4et/)
 * (@4et)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-copyprotect-waste-of-time/#post-914831)
 * **thanks, for great plugin.** Earlier i inserted javascripts to prevent text 
   selection by hand. Now i do it by plugin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: IMAGE EXTRACTOR] doesn’t work on WP2.5.1…](https://wordpress.org/support/topic/plugin-image-extractor-plugin-image-extractor-doesnt-work/)
 *  [4et](https://wordpress.org/support/users/4et/)
 * (@4et)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/plugin-image-extractor-plugin-image-extractor-doesnt-work/#post-831064)
 * i did the same 🙂 and i saw blank screen too. ShirouJune are not alone
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [insert extra field – datetime – in profile?](https://wordpress.org/support/topic/insert-extra-field-datetime-in-profile/)
 *  Thread Starter [4et](https://wordpress.org/support/users/4et/)
 * (@4et)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/insert-extra-field-datetime-in-profile/#post-888403)
 * There isn`t support of **datetime** , only textarea
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Register Plus Custom Fields in Admin?](https://wordpress.org/support/topic/register-plus-custom-fields-in-admin/)
 *  [4et](https://wordpress.org/support/users/4et/)
 * (@4et)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/register-plus-custom-fields-in-admin/#post-858399)
 * thanks

Viewing 8 replies - 1 through 8 (of 8 total)