Hi All,
I was wondering if you could help. I have an issue where I have two forums on my site. One for general members and one for directors. At the moment the directors get notifications to any topics added to the forum and I have done this by assigning the directors the Keymaster role and selecting the Keymaster role for notifications.
The issue is that the client also want general members to receive notifications, but they cannot see the directors notifications.
Is there anyway I can separate these two notifications out so that each forum user group can receive notifications?
Thanks
Hi,
I would like to display the forum topics above the text i have written to describe what the forum is about. Can you tell me how to do this? See www.apis.de/forum. So that it appears directly underneath the login/register part. thx
I use polylang plugin to create a two language site: English and Arabic. I installed bbPress and created two index pages using short codes: one that is linked to the Arabic home page and the other is linked to the English home page (in the main menu). But I used the same short code. Now all new forums appear on each of the pages regardless of the language. I do not have a language selector for new forums (or any forums for that matter). I am not sure how to get the new forum to appear in its specific page. Please note that this is my first site, I am practically a novice… So feel free to guide me to the right approach. May
Hi,
I got a problem in new user registration email. It is taking so long to send the activation email. Is there a way to get rid of this problem?
So I am trying to get everything set up and I have the setting set to show a message when an unregistered or un-logged in user goes to our forum. It used to show a “click here to login or register” message but now is just says “you aren’t logged in” but it isn’t routing people to the register or login page. I have the url’s for those pages in the settings. Not sure what I am missing. The site is www.plantingroots.net/forums Would love some help!
Hi,
at wordpress translation page https://translate.wordpress.org/locale/cs/default/wp-plugins/bbpress
There is a LOT of waiting translations.
Could you please look at it and confirm them as ‘current’?
Thanks!
Hello,
I am trying to restrict registration by allowing one (or few) email domain. So far I found Restrict User Registration which blocks user or email domain. I am looking for some way to allow certain domains and block all the rest.
I will be very grateful if anyone can help me.
Thanks
I have searched high and low for this issue, but found no solution at all.
(Note:
My accout = Minha Conta
Sair = Log Out)
I’m trying to put the ‘Sair’ in ‘Minha Conta’ like submenu. Theses items, I added for php in functions, but I don’t know how I could do to change it.
This is what I use in functions to add thats two items:
add_filter( 'wp_nav_menu_items', 'my_nav_menu_profile_link' );
function my_nav_menu_profile_link($menu) {
if (! is_user_logged_in())
return $menu;
else
$current_user = wp_get_current_user();
$user = $current_user->user_login ;
$class = 'sub-menu';
$profilelink = '
<li id="minha-conta-edit"><a id="minha-conta-edit-text" href="/usuarios/' . $user . '/">Minha Conta</a>
<li><a href="'. wp_logout_url() .'">Sair</a></li>
<ul class=' . $class . '>
</li>
';
$menu = $menu . $profilelink;
return $menu;
}
One image to exemplify: 
My website: Here
Please, help.
Thanks in advance.
***My code worked. BUT appear under title forums.
….
add_action( ‘bbp_template_before_single_forum’ , ‘bbp_post_reply_link’ );
***I want to move AFTER favorite buttons. I used bellow code, but NO WORK (don’t appear).
*********Can you help correct this code?
…..
add_action( ‘bbp_theme_after_topic_favorites_action’ , ‘bbp_post_reply_link’ );
Thanks
How to change icon
1) icon pen before favorite
and
2) icon bookmark before subscribe buttons
Thanks