ELundby45 (@elundby45)

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

  • ELundby45
    Member

    @elundby45

    I have tried to accomplish this about 60 different ways. As of now I am assuming this is something wrong with BBPress, unless someone can shed some light on what i’m doing wrong.

    I will have to switch to using a different forum if this cannot be resolved.

    Why wouldn’t this work?

    $new_id = bb_new_user( $user_name, $user_email, ”, 0);

    $user = bb_get_user($new_id);

    I receive “user does not exist” when trying to login. However if I try again, I am able to login.

    PS. Why does it say this thread was started by someone else (aion4217)?


    ELundby45
    Member

    @elundby45

    I have tried to accomplish this about 60 different ways. As of now I am assuming this is something wrong with BBPress, unless someone can shed some light on what i’m doing wrong.

    I will have to switch to using a different forum if this cannot be resolved.

    Why wouldn’t this work?

    $new_id = bb_new_user( $user_name, $user_email, ”, 0);

    $user = bb_get_user($new_id);

    I receive “user does not exist” when trying to login. However if I try again, I am able to login.

    PS. Why does it say this thread was started by someone else (aion4217)?


    ELundby45
    Member

    @elundby45

    You could accomplish this by modifying the header.php file of the theme.

    If you are using the default template, you should copy the kakumei folder to the my-templates. Follow the readme in the bb-templates folder.

    Once in the header.php file:

    Replace:

    <h1><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a></h1>

    With:

    <h1><a href="http://blackberryverse.co"><BlackBerryVerse></a></h1>

    Modify the style.css to include your description and activate the template in the admin section.

    I am new to BBPress/PHP, there may be better solutions.


    ELundby45
    Member

    @elundby45

    You could accomplish this by modifying the header.php file of the theme.

    If you are using the default template, you should copy the kakumei folder to the my-templates. Follow the readme in the bb-templates folder.

    Once in the header.php file:

    Replace:

    <h1><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a></h1>

    With:

    <h1><a href="http://blackberryverse.co"><BlackBerryVerse></a></h1>

    Modify the style.css to include your description and activate the template in the admin section.

    I am new to BBPress/PHP, there may be better solutions.

Viewing 4 replies - 1 through 4 (of 4 total)