Forums

Join
bbPress Support ForumsThemesTrouble with Peacemaker BBpress theme - register-success.php error

Info

Trouble with Peacemaker BBpress theme - register-success.php error

  1. I'm working with the BBpress Peacemaker Template and users keep getting this error when registering:

    Parse: syntax error unexpected T_STRING in /home/dblog/public_html/townsquare/bb-templates/peacemakerbbpress/register-success.php on line 11

    The registration goes through, but they never reach the confirmation line. I'm using BBPress 1.0.2, if that matters.

    Any ideas what's going on?

  2. I believe this is the line

    <p><?php printf(__('Your registration as %s was successful. Within a few minutes you should receive an email with your password. If you don't find it check your spam folder.'), $user_login) ?></p>

  3. Did you see this?
    http://bbpress.org/forums/topic/new-bbpress-theme-peacemaker#post-15554

    That theme is over a year old, before bbPress 1.0 was out. There are probably some incompatibilities.

  4. We fixed it by changing it to an echo call. But I think the problem was just a missing ';'.

    As for Peacemaker, so far so good. I know it's old, so I am looking for a good three column bbpress theme compatible with 1.0.2 and with a similar header feature to Peacemaker. But I haven't found one yet.

    Thanks

  5. You must log in to post.