4et
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How I can give a custom field to tags?Ok, t31os.
1. I upload an image through Yet Another Photoblog plugin
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 S50OR
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.
i solved my problem
in file cart-functions.phpif (!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
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.From Russia with love ?? I`ll be waiting for new options.
Forum: Plugins
In reply to: [Plugin: WP-CopyProtect] Waste of timethanks, for great plugin. Earlier i inserted javascripts to prevent text selection by hand. Now i do it by plugin
Forum: Plugins
In reply to: [Plugin: IMAGE EXTRACTOR] doesn’t work on WP2.5.1…i did the same ?? and i saw blank screen too. ShirouJune are not alone
Forum: Fixing WordPress
In reply to: insert extra field – datetime – in profile?There isn`t support of datetime , only textarea
Forum: Plugins
In reply to: Register Plus Custom Fields in Admin?thanks