Boosting this after 4 days with no activity. How can I edit [s2Member-Profile /] so it shows the field “website” and allows members to edit their personal website url?
Does this need to happen within the php that defines the [s2Member-Profile /] ?
I am using amr-users plugin to display my member directory, and that plugin easily allows a member name to link to their website…so my s2members need a simple way to specify a personal url (such as their facebook profile, since my site will also have a facebook private group component). I would like them to do this within the s2member “Edit your Profile” page (rather than requiring them to go into the WordPress user settings).
Try to use [s2Get] tag for member’s fields, maybe…
Thanks krumch. [s2Get user_field=”user_url” /] displays the data, but how to make it editable???
Oh… Sorry, misunderstood you. That needs PHP, must be done by hooks in the s2M code.
I have already created an mu-plugins directory and it holds a simple s2hacks.php
Is there something I can add to s2hacks.php that will accomplish my goal of adding an editable user_url field to the s2member profile page [s2Member-Profile /] ?
Note, I am not a php programmer and do not have the knowledge to write this myself.
Thanks.
I have the same issue, is it possible to post the solution here?
Thanks 🙂