Additional Settings For Custom Profile Fields [1.2]
Gstone Offline
Member
***
Posts: 55
Joined: May 2012
Post: #65
RE: Additional Settings For Custom Profile Fields
I didn't really change anything - all I did was copy some code over from the edit options page, and the wrapped it in the form similar to this:

Code:
1
2
3
4
5
6
<form action="usercp.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
Contents and input fields
<input type="hidden" name="action" value="do_update_xt_proffields" />
<input type="submit" class="button" value="Update Profile" />
</form>


Which seems to work, except for what I said above about the checkboxes not displaying the correct selections (but the settings have been saved in Edit Options even after editing from User CP).

07-25-2012 08:22 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Additional Settings For Custom Profile Fields - Gstone - 07-25-2012 08:22 AM

 Standard Tools
Forum Jump: