Forums

Join
bbPress Support ForumsTroubleshootingCan't edit user profile anymore

Info

Can't edit user profile anymore

  1. I've updated my bbPress to 1.0.2 and I've noticed I can't update my user profile anymore. On default theme, there there's no problems, but on my custom theme problems do exists. More than that, I can't see administration section in profile edit, but on default theme I do see it.

    What have changed since 1.0.0 that might caused such problem? I can't see any different things in default theme that would be missing in my custom theme...

  2. Something is wrong with your theme if it works with the default theme. I'm sure if you look carefully you will find it.

  3. I know something's wrong with my theme, that's why I'm asking about important things that changed in new version of bbPress ;). Where's that change log for Thyme Mint...

    <b>Update</b>

    Found it, fixed it! Turns out that what worked in previous versions doesn't work in new one, I'm talking about this:

    <?php bb_profile_admin_form(); ?>

    This works, in previous versions I was using this:

    <?php bb_profile_admin_form('input'); ?>

    This doesn't work :).

  4. Use a program like Beyond Compare to compare (or "diff") the default theme versus your custom theme:
    http://www.scootersoftware.com/moreinfo.php

    That should quickly identify the changes between the two...

    EDIT: I must've left this comment *just* after you edited your previous comment! Glad it worked out for ya... :-)

  5. You must log in to post.