Hi, I have an URGENT problem, I have created the buddypress forum which HAS to be ONLY accessible by members and is to be COMPLETELY anonymous to all members (only admin to see real names and emails).
Unfortunately when a user registers the Nickname field is auto populated from the users name which means when you click on there username and it takes you to the members page in the address bar it displays their real name :-O
I have manually changed the users nickname to be their username+1 and that now displays in the address bar.
Is there a function or something I can put in to change this as I cant be going in and manually editing all users as they register.
When you click over author link… error.
For example, in this URL: http://padelstar.es/foros-padelstar/foro/cual-ha-sido-la-lesion-mas-dura-que-has-tenido-jugando-al-padel/#post-39790
If you click over EVELYN PADEL… not work
Hi,
The hyperlinks inside my forum content aren’t blue and are only blue when I hover over it. Is there code to change this?
I think we changed the “bbpress-forums a” to black since we wanted the main forum listings links to be black and not blue, but we want to change the links WITHIN forum content to blue so it’s more obvious.
Thanks
I recently had this plugin working properly. But now it is not working properly. I have no idea what I did wrong. I couldn’t figure out why my forums were saying page not found so I unchecked the buddypress group forum, and the forum slug option. And then it stopped working. Now unchecking them or checking them does nothing, and the post page where I paste the shortcode only shows up when I disable the plugin.
My forums page where the forums should be showing up: www.minetraverse.com/forums/
I *think* I’m going about this the right way — but I may not be, so any advice will be appreciated.
I’ve moved a long-standing forum group onto bbpress. We’re loving it, but members have asked me to make it work more like our old program. I’ve seen a lot of chatter about view-unread elsewhere. I’m using the plugin https://wordpress.org/plugins/bbpress-unread-posts/ — that hasn’t been updated in forever, but works nicely and gives us what we are used to. It creates a meta-key for each topic, each user: bbpress_unread_posts_last_visit_$user-id with the associated value being the unix timestamp.
Combined with the plugin to go to the first unread post, this works. I’ve also created buttons where the user can reset that meta-key to mark forums as read / unread.
Now I want a custom view, “Unread View”, that will look for topics where
_bbp_last_active_time > bbpress_unread_posts_last_visit_$user-id
Since $user-id is dynamic, I’m thinking that I can’t just specify the view in the functions.php file and be happy.
What I’ve done:
added:
—–
// adding custom view for unread
function my_custom_views_init() {
$args = array ();
bbp_register_view( ‘unread-view’, __( ‘Unread View’ ), array( $args ), false );
}
add_action( ‘bbp_register_views’, ‘my_custom_views_init’ );
—–
to my functions.php file.
created
unread-view.php based on loop-topics.php with the logic to test if
_bbp_last_active_time > bbpress_unread_posts_last_visit_$user-id
and only show the topic if it is… (I’m not sure if I have the logic right yet, or if this is even the right loop to put the test…)
Added a page with the short code
But there’s clearly a link missing. I need something to tell the system that I want to use my unread-view.php instead of loop-topics.php for “unread-view” ONLY.
And I’m not sure how to do that. I’m clearly missing more than a little bit of the logic here. My programming skills are pretty basic, so any help you can give me would be appreciated.
I need someone to help me adding a theme to my forum please reply as soon as practical
Hi everyone,
First time trying out bbPress, and I’m finding that my first try is not looking that great. I’d like to have something that looks at least as good as this forum here (the bbPress Support Forum). Does anyone know where to find really good themes that make bbPress look it’s best?
Hi.
How can i make it possible only for the admin and author to reply to a post?
Thank you
bbpress 2.5.4
wordpress 4.1
http://www.nunosousa.pt/foruns/forum/pergunte-ao-psicologo/
Hello,
I use WP 4.1 with BBpress 2.5.4 and Paid Membership Pro 1.7.15.2.
I added PMPro bbPress plugin 1.1.3
I use the twenty twelve WP theme.
I can’t see the topics of a forum and I can’t add a topics ‘I have the membership level access).
Here my process with images (add http://www. before the screencast.com URL) :
1 – I create a forum open public with the access for all the memebership level :
screencast.com/t/3rE0CXKzXIfI
2 – I create an OPEN topic for this forum from the backend : screencast.com/t/RRNr2EbRiA
3 – from the website, connected with the good member level, I can see this forum into the index of the forum
: screencast.com/t/qFqjlR0i
4 – But when I click on this forum I only can read the description of the forum but I can’t add a topics. I can’t see the added topics area :
screencast.com/t/wp2IEgzZg
I need help to undestand what happens and how can I fix that.
Pendind your answers.
Thanks
Regards
Ludovic
Just wondering if anyone might know where I would look to troubleshoot, if anyone has a similar problem with a theme. (I know it’s the theme; the problem doesn’t exist in Twenty-Fifteen, and there are no plug-in conflicts — after disabling them one at a time.) The problem: Initial topic posts display on the topic pages but replies show as a blank — the reply area is there, but there’s no reply text or meta data. It’s this way for logged-in users or anonymous users, and it doesn’t seem to matter whose replies they are, just no replies showing. Theme is Outspoken (by wpshower.com) if that makes a difference. Dev site is at http://dev.rappnews.com.