The links are an ugly teal color:
http://www.legalfriend.com/law-forum/
I think I know which css file to edit, but I can’t find where to edit it. Any ideas?
The links are an ugly teal color:
http://www.legalfriend.com/law-forum/
I think I know which css file to edit, but I can’t find where to edit it. Any ideas?
I just installed bbpress – http://www.legalfriend.com/law-forum/
As you will see I have some widgets on the left side from a different plugin. I was able to use the “display-widgets” plugin to remove those widgets on the left side from other pages like:
http://www.legalfriend.com/law-forum/cat/family-law/
But in order to remove it from that page, I need to know the ID of that page. I do not have a separate page for it, as I never created it. It was automatically created by bbpress. Any way of finding out the ID for it?
Does anyone know of a way I could add a CSS class to items that a user has already viewed.
I have some custom code (taken from the bbpress Recent Replies widget) that essentially shows my recent replies on my forum’s home page. This:
$post_types,
'post_status' => join( ',', array( bbp_get_public_status_id(), bbp_get_closed_status_id() ) ),
'posts_per_page' => $max_shown,
'meta_query' => array( bbp_exclude_forum_ids( 'meta_query' ) )
) );
// Get replies and display them
if ( $widget_query->have_posts() ) :
echo $before_widget;
echo $before_title . $title . $after_title; ?>
have_posts() ) : $widget_query->the_post(); ?>
<li >
post->ID );
$author_link = bbp_get_reply_author_link( array( 'post_id' => $reply_id, 'type' => 'both', 'size' => 100 ) );
echo $author_link. ' on';
echo '<a href="' . esc_url( bbp_get_reply_url( $reply_id ) ) . '" title="' . bbp_get_reply_excerpt( $reply_id, 50 ) . '">' . bbp_get_reply_topic_title( $reply_id ) . '</a>';
echo ''. bbp_get_reply_excerpt( $reply_id, 150 ) . '';
echo '' . get_the_date(), get_the_time().'';
?>
<?php echo $after_widget;
endif;
is_mb there is just a custom function I wrote to determine whether the page being viewed is the homepage or not. Anyway, I'd love to add a class to the opening LI tag if a user has already viewed that. Any ideas?
Hi, First of all thank you very much for the bbpress plugin.
I like to make a favorites page just like the favorites pages on this forum.
When I managed to make template based on the profile page, the favorites page does not show lists.
Could you share the templeate code of Favorites pages and subscription page of this forum?
I’ll appreciate your help and advise on this.
Sungheon Lee from Seoul, South Korea.
I just imported my vbulletin forums into bbPress.
Question:
I want to take all the topics and replies that were added to vbullletin(now bbpress) under my old username and merge those topics and replies to my current username.
Is there a tool to do this, or do I need to do a direct mysql query by hand?
Hello i have a problem.
I’m using bbpress with Buddypress 1.6.1 when a user goes to the forum pages , can see all the tags even if they are related to private forums so when he clicks on a tag referring to a private posts he has an error (no topics found)
Is possible to filter the tags or only showing the public tags?
Thank you
Fabio
Issue solved.
Hello,
our BBpress forum has a strange problem, where it does not show the page links for a topic when it has more than 1000 replies. As a result, our users can see only the first page of the topic.
The problem occurs only in topics with more than 1000 replies. Topics with less than 1000 replies display the page links normally.
(as you can see in the attached screenshot (the forum is in Greek), topics with less than 1000 replies are OK. Topic with more than 1000 replies do not display page links)
We have verified that all the replies exist in the database but for some reason BBpress does not “find” them.
We have used all the forum repair tools in our wp-admin->Forums but it did not fix the problem and we don’t know what else to do to fix it.
Any help would be highly appreciated.
Thanks
Screenshot: https://i.imgur.com/57m72.png
Hi there !
I’m having a curious behavior with bbpress.
I’ve setup everything, works fine.
I just can’t see the first message of each post.

Then once inside :

When I’m logged as an admin, I can see the first message.
Any thoughts ?
Thanks for any hint 🙂
Now when someone registers the plugin will direct to the wp-login form which is insanely illogical. A user can’t sign up front end, and then be taken to the back end. It’s just plain silly.
Also, how do they edit their profile? Deleting it, changing password and so on.
Anyone got any help on this?