Forum Replies Created
-
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?
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?
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!
No ideas?
any ideas?
up
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!
Any ideas? I haven’t found a solution yet…
If you use default BP theme just replace that line after class=”comment-meta” to:
However, I don’t know how to do same with group forums. Any ideas?
Thanks, @nanchante2
It works! BTW, it would be nice Buddypress have it as core function in future versions.
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)”
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’, ”);Thank you!
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.
I’ve also tried to edit the e-mail address and it isn’t working too.
I’m with the same kind of issue here. Any ideas?
I’m using WP 3.2.1 + BP 1.5 Beta.
There’s any news about this topic?