Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • Will
    Member

    @wceolin

    Hi, I didn’t found a solution yet. This is really annoying for most users of my website. So, I’m really considering pay if someone is interested to develop a plugin or something that fix it.

    Any volunteer?


    Will
    Member

    @wceolin

    Hi @mercime – thank you for your reply.

    I think I wasn’t so clear. I want to receive notifications but I wouldn’t like to be notified when someone else reply a comment where I was mentioned. That’s make sense? :P

    E.g. @userx post a comment mentioning me. Every time someone reply HIS comment I got an notification.

    I would like to be notified when someone mention me or reply an update mine but wouldn’t like to be notified when someone reply an update where I was mentioned.

    Any ideas on that? Thanks!


    Will
    Member

    @wceolin

    No ideas?


    Will
    Member

    @wceolin

    any ideas?


    Will
    Member

    @wceolin

    up


    Will
    Member

    @wceolin

    I’m reopening this topic because @nanchante2 solution works, but there are other things which could be improved.

    That solution allow us to go to forum topic when click in reply button. However, I wonder if there’s any way to reply directly inside stream page and that reply been shown also on forum topic.

    thanks!


    Will
    Member

    @wceolin

    Any ideas? I haven’t found a solution yet… :(


    Will
    Member

    @wceolin

    If you use default BP theme just replace that line after class=”comment-meta” to:

    http://pastebin.com/LMbh4mwQ

    However, I don’t know how to do same with group forums. Any ideas?


    Will
    Member

    @wceolin

    Thanks, @nanchante2

    It works! BTW, it would be nice Buddypress have it as core function in future versions.


    Will
    Member

    @wceolin

    @socialnetworklearner

    You’ll need to delete lines 1143 to 1618 from style.css.

    It starts with “ @media only screen and (min-width: 768px) and (max-width: 991px)”


    Will
    Member

    @wceolin

    @lucust

    I had the same issue. I found BP hadn’t created bb-config.php at root directory. I just created it and it worked fine.

    You have to define some lines like wp-config.php:

    define( ‘BBDB_NAME’, ‘dbname’ );
    define( ‘BBDB_USER’, ‘dbuser’ );
    define( ‘BBDB_PASSWORD’, ‘dbpass’ );
    define( ‘BBDB_HOST’, ‘dbhost’ );
    define( ‘BBDB_NAME’, ‘myGLOBALDB’ );
    $bb_table_prefix = ‘wp_bb_’;
    $bb->custom_user_table = ‘wp_users’;
    $bb->custom_user_meta_table = ‘wp_usermeta’;

    I also had to copy those following lines from wp-config.php:
    define(‘AUTH_KEY’,”);
    define(‘SECURE_AUTH_KEY’, ”);
    define(‘LOGGED_IN_KEY’, ”);
    define(‘NONCE_KEY’, ”);
    define(‘AUTH_SALT’, ”);
    define(‘SECURE_AUTH_SALT’, ”);
    define(‘LOGGED_IN_SALT’, ”);
    define(‘NONCE_SALT’, ”);


    Will
    Member

    @wceolin

    Thank you! :)


    Will
    Member

    @wceolin

    Thanks, @djpaul

    Do you know any provisional solution I could try to fix it? Like put default WP change password on that page, for example.


    Will
    Member

    @wceolin

    I’ve also tried to edit the e-mail address and it isn’t working too. :(


    Will
    Member

    @wceolin

    I’m with the same kind of issue here. Any ideas?

    I’m using WP 3.2.1 + BP 1.5 Beta.


    Will
    Member

    @wceolin

    There’s any news about this topic?

Viewing 16 replies - 1 through 16 (of 16 total)
Skip to toolbar