convert fields to clickable links that open in new window.
-
I’m using the code from these 2 forums, can someone tell me how to convert these fields so they are clickable links. Any help would be much appreciated.
<?php $myspace = groups_get_groupmeta( $bp->groups->current_group->id, 'e2e_myspace' ); ?> <label for="group-myspace">MySpace</label> <input type="text" name="group-myspace" id="group-myspace" value="<?php echo $myspace ?>" /> <?php $twitter = groups_get_groupmeta( $bp->groups->current_group->id, 'e2e_twitter' ); ?> <label for="group-twitter">Twitter</label> <input type="text" name="group-twitter" id="group-twitter" value="<?php echo $twitter ?>" /> <?php $skype = groups_get_groupmeta( $bp->groups->current_group->id, 'e2e_skype' ); ?> <label for="group-skype">Skype</label> <input type="text" name="group-skype" id="group-skype" value="<?php echo $skype ?>" />
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘convert fields to clickable links that open in new window.’ is closed to new replies.