"; if(!empty($options['grav_x'])) $x = $options['grav_x']; else $x = 80; if(!empty($options['grav_y'])) $y = $options['grav_y']; else $y = 80; if(!empty($options['email']) && $options['grav_on'] == 1) echo ""; if($options['grav_on'] == 2) echo ""; echo $options['text']; echo "
"; echo "
"; echo "
"; for ($i=0;$i"; else if($i == 8 && $options[$tag_id.'_on']) echo ""; else if($i == 12 && $options[$tag_id.'_on']) echo ""; else if($options[$tag_id.'_on']) echo ""; } if(!empty($options['email']) && $options['email_on']) { $arr_email = explode('@',strtolower($options['email'])); ?> "; } echo "
"; if($options['counter_on']) echo "
"; if($options['promote_on']) echo "
Wordpress plugins
"; echo "
"; echo $after_widget; } // Widget options function control_aboutme() { global $arr_am_titles, $arr_am_urls; $options = get_option("widget_aboutme"); if (!is_array( $options )) { $options = array( 'title' => 'About Me' ); } if($_POST['sent'] == 'Y') { $options['title'] = strip_tags(stripslashes($_POST['aboutme-title'])); //$options['text'] = strip_tags(stripslashes($_POST['aboutme-text']),'


'); $options['text'] = stripslashes($_POST['aboutme-text']); $options['email'] = strip_tags(stripslashes(strtolower($_POST['aboutme-email']))); $options['promote_on'] = $_POST["aboutme-promote_on"]; $options['frame_on'] = $_POST["aboutme-frame_on"]; $options['alignright_on'] = $_POST["aboutme-alignright_on"]; $options['email_on'] = $_POST["aboutme-email_on"]; $options['grav_on'] = $_POST["aboutme-grav_on"]; $options['grav_x'] = $_POST["aboutme-grav_x"]; $options['grav_y'] = $_POST["aboutme-grav_y"]; $options['counter_on'] = $_POST["aboutme-counter_on"]; $options['vanityurl_on'] = $_POST["aboutme-vanityurl_on"]; for ($i=0;$i

There was an error uploading your file. The error is: " . $upload['error']."

"; } else { //echo "
"; print_r($upload); echo "
"; if(file_exists($options['image'])) @unlink($options['image']); if(file_exists(str_replace('-avat','',$options['image']))) @unlink(str_replace('-avat','',$options['image'])); $thumb = @image_resize($upload['file'],80,80,true,'avat'); if(is_object($thumb)) { echo "

There was an error resize the image

"; $options['image'] = $upload['file']; $options['image_url'] = content_url().str_replace(WP_CONTENT_DIR,'',$upload['file']); } else if(!file_exists($thumb)) echo "

There was an error resize the image

"; else { $options['image'] = $thumb; $options['image_url'] = content_url().str_replace(WP_CONTENT_DIR,'',$options['image']); } //echo "
"; print_r($thumb); echo "
"; } // end if/else } else { echo "

The file type that you've uploaded is not an image

"; } } update_option("widget_aboutme", $options); } ?>
*/ ?> " . __( 'About Me 3000', '' ) . ""; ?>

Donate please...

If you like this plugin and find it useful, help keep this plugin free and actively developed by clicking the donate button. Help us to improve our plugin. Your feedback will be appreciated. Feel free to post your comment
Donate with Paypal
" . __( 'Settings', 'settings_h4' ) . ""; ?>
"aboutme-text", "height" => 150, )); } ?>

/>

/>
x
/>
*/ ?> />
/>
Upload Image
(will be resized to 80x80px)

"; echo 'image'; ?>
Image/Gravatar: > Show nothing
> Show Gravatar
> Show uploaded image

*/ ?>
(YourID)
/>
(YourID)
/>
()
(YourID)
/>

To configure this widget go to (Settings/About Me 3000) or click /wp-admin/options-general.php?page=About-Me'>here