jdblundell (@jdblundell)

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Sure. Nothing is showing…

    Here’s the code from post.php

    <br />
    <li id="post-2"><br />
    <div id="position-1"><br />
    <div class="threadauthor"> </p>
    <p> <p><br />
    <strong><a href="http://www.travismamone.net"&rt;Travis_Mamone</a&rt;</strong><br />
    <small><a href="http://somethingbeautifulpodcast.com/forum/profile.php?id=5"&rt;Administrator</a&rt;</small> </p>
    <p> <p></p> </p>
    <p><small><div class="post_socialize_wrap"></div></small><br />
    </p><br />
    </div><br />
    <div class="threadpost"><br />
    <div class="post"><p>Anybody you'd like to hear interviewed on Something Beautiful? Speak now!<br />
    </p></div><br />
    <div class="poststuff">Posted 20 hours ago <a href="#post-2"&rt;#</a&rt; <a href="http://somethingbeautifulpodcast.com/forum/bb-admin/posts.php?poster_ip=69.2.182.113"&rt;69.2.182.113</a&rt;<br />
    <a href="http://somethingbeautifulpodcast.com/forum/edit.php?id=2"&rt;Edit</a&rt;<br />
    <a href="http://somethingbeautifulpodcast.com/forum/bb-admin/delete-post.php?id=2&status=1&_wp_http_referer=%2Fforum%2Ftopic.php%3Fid%3D2&_wpnonce=06dca23c66"&rt;Delete</a&rt;<br />
    <a href="http://somethingbeautifulpodcast.com/forum/bb-admin/delete-post.php?id=2&status=0&view=all&_wp_http_referer=%2Fforum%2Ftopic.php%3Fid%3D2&_wpnonce=06dca23c66"&rt;Undelete</a&rt;<br />
    <a href="http://somethingbeautifulpodcast.com/forum/bb-admin/delete-post.php?id=2&status=2&_wpnonce=06dca23c66"&rt;Spam</a&rt;<br />
    <a href="#post_content"&rt;Quota</a&rt;</div><br />
    </div><br />
    </div>

    I’m new to bbPress and I’m having the hardest time figuring out how to enable/display gravatars on my site.

    I’ve tried:

    if ( $avatar = bb_get_avatar( bb_get_current_user_info( ‘id’ ), 80 ) ) {

    echo $avatar;

    unset( $avatar ); }

    With the PHP tags on the start and end. I’ve added the code on the profile.php file of my template as well as on the post.php file and nothing is showing.

    Do I need to do an img src as well?

    I may have found a solution.

    I deleted all the bbPress files from my server.

    Deleted all the tables from my database in MySql that began with the bb_ prefix.

    Then started the process all over again.

    However, this time I left the SECURE_AUTH_SALT field blank since it doesn’t show in my wp-admin/options.php page (even though it’s in my wp-config file).

    Either the full reinstall or simply leaving that field blank worked.

    Also, once I uninstalled bbPress I added the bbPress Integration plugin (https://wordpress.org/extend/plugins/bbpress-integration/) to my WordPress install (don’t know if that’s made a difference either) but it said to add a couple lines to my wp-config.php file as well.

    define( ‘COOKIE_DOMAIN’, ‘.somethingbeautifulpodcast.com’ );

    define( ‘COOKIEPATH’, ‘/’ );

    I’ve hit the same snag. I tried logging out of my WordPress admin and now I can’t login to the BBpress install or WordPress install.

    http://www.somethingbeautifulpodcast.com

    http://www.somethingbeautifulpodcast.com/forums

    When I click the login button on both WordPress and BBPress it simply sits on the same page or reloads the page. It’s as if the Login buttons are broken.

    I’ve tried changing the force_ssl_admin to true as mentioned here:

    https://bbpress.org/forums/topic/admin-link-doesnt-take-me-to-dashboard

    function force_ssl_admin($force = ‘true’) {

    I’ve updated all my auth keys in both WP config and BP config as mentioned here:

    https://bbpress.org/forums/topic/cannot-access-bb-admin

    (https://api.wordpress.org/secret-key/1.1/salt/)

    And I’ve added define( ‘COOKIEPATH’, ‘/’ ); to my WP and BP config files as well.

    Still no luck.

    Any help would be appreciated. If nothing else I may start searching for the uninstall thread.

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