alphadude (March 10th, 2013), bmahillet (December 29th, 2011), bruunmedia (December 4th, 2011), msyahrizan (September 30th, 2011), rubencio (August 7th, 2011)
No good, I can't use it.
Looks okay but I'm not going to try it.
Looks great, but I'm not skilled enough to try it.
Looks great, but I couldn't get it to work.
Awesome, I'm trying it on my site.
Perfect, I tried it on my site and had absolutely no problems at all.
// update the custom user fields
update_usermeta($user_ID, 'phone', $_POST['phone']);
<table class="form-table">
<tr> <th><label for="phone"><?php _e('Phone Number','cp')?></label></th> <td> <input type="text" name="phone" id="phone" value="<?php echo esc_attr(get_the_author_meta('phone', $user->ID)); ?>" class="regular-text" /> <span class="description"><?php _e('We prefer the format (000) 000-0000','cp')?></span> </td> </tr>
/* Copy and paste this line for additional fields. Make sure to change 'twitter' to the field ID. */
update_usermeta( $user_id, 'phone', $_POST['phone'] );
[*]<span><?php _e('Member Since:','cp');?></span> <?php echo date(get_option('date_format'), strtotime(get_the_author_meta('user_registered'))); ?>
[*]<span><?php _e('Phone Number:','cp');?></span> <?php echo get_the_author_meta('phone'); ?>
<h3><span class="colour"><?php echo $userdata->first_name; ?><?php echo $userdata->last_name; ?></span></h3>
<div class="author-main">
<?php _e('Phone Number:','cp');?> <?php echo $curauth->phone; ?>
alphadude (March 10th, 2013), bmahillet (December 29th, 2011), bruunmedia (December 4th, 2011), msyahrizan (September 30th, 2011), rubencio (August 7th, 2011)
alphadude (March 10th, 2013)
ybpress (November 7th, 2011)
There are currently 1 users browsing this thread. (0 members and 1 guests)