Search Results for 'bbpress'
-
Search Results
-
I read many articles here but couldn’t try any solution.
I’m triùying to change the background color of bbpress header and footer and I found this article here
I’m using propanel and a custom-style.php iùwith the code below I can change the color but not background..#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer { background: <?php echo $bbpbg; ?>; color: <?php echo $bdcolor; ?>; }Do you have any idea I used also this one but I didnt get success.
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer { background: none repeat scroll 0% 0% <?php echo $bbpbg; ?>; color: fff; }Is there a Plugin / hack to provide for Social Sharing Buttons on each reply on a thread which share that individual reply ( along with its images etc.. ) to a Social Site and not the Topic itself ?
For eg. say there is a Jokes thread with many jokes. Now I want to share one particular Joke on a Social Site, not the thread itself…..
Using WP 3.9.2, bbPress 2.5.4
Site :
Hi,
I have put the “(bbPress) Forums List” widget in my sidebar, but besides showing bbPress site-wide forums, it also shows forums from Buddypress groups. How do I make it so only bbPress forums show in the list?
I am wondering if something in my bbPress settings is off. For my “Forum Root” I listed “forums” and where it says “Forum root should show” I have “Forum Index”. My “Single Forum Slug” is “forum”. I have “Enable Group Forums” selected, and under “Group Forums Parent” I have “-Forum Root-” selected. Would any of those settings have something to do with it?
I appreciate any help offered. I have looked at several support forum posts and don’t see anything answering my specific question.
Thanks!
Because I am trying to use a filter to change the wording within the file activity.php, within the bbpress directory, I think I’m in the correct forum.
I am trying the change the wording for the activity stream in buddypress: “jerry started the topic Doctor Sleep in the forum Horror” to “jerry added the book Doctor Sleep in the category Horror.”
I can go to bbpress/includes/extend/buddypress/activity.php and make the change there. But I prefer to do this via a filter in bp-custom.php. I am ALMOST there. Here is the filter code I have in bp-custom.php:add_filter( 'bbp_activity_topic_create', 'change_activity_wording', 1, 4 ); function change_activity_wording($activity_text, $user_link, $topic_link, $forum_link ) { $activity_text = sprintf( esc_html__( '%1$s added the book %2$s in the category %3$s', 'bbpress' ), $user_link, $topic_link, $forum_link ); return $activity_text; }What this produces is: “added the book in the category” and removes “jerry”, “Doctor Sleep”, and “Horror.” Basically, my filter is removing $user_link, $topic_link, and $forum_link. I’m thinking I need to redefine them in my function change_activity_wording? Or am I off track here?
If someone feels I should post this in the buddypress forum, let me know and I will do so.I have a page named “The Hive” that I placed the shortcode [bbp-forum-index] onto in order to make that my forum index page. However when i go into a forum and then back out via the breadcrumbs at the top of the page, I’m no longer on the “The Hive” page index, but the “Forums” index.
I’m pretty sure I’m doing something wrong, so how can I have it to where…
1) I create a page to host the forum index named “The Hive”
2) When I click into a forum, the breadcrumbs read “Home/The Hive/[Forum Topic]”
3) When I click on “The Hive” in the breadcrumbs, it takes me back to “The Hive” page I created.Now I am brand new to bbPress and as such, the method I outlined above might not be the way to do it. I’m not concerned with the process so much as the end result which can hopefully be something that doesn’t confuse the visitors when I launch the site.
Hi, I’m attempting to create a general chat page (private for registered users) using bbpress, although not getting very far with it. The goal is to have one chat page where once users are logged in, they can easily make posts in a similar way as they would on a facebook feed page, preferably with the newest posts on top.
I’m using WordPress 3.9.2, and bbPress 2.5.4.
Any advice would be very much appreciated!
Hello, I’ve been searching, and saw mentioned in a post 4 or 5 years old that profile integration between bbPress and BuddyPress might be in the works, but can’t find any recent info or plugins that can help. I’d like some or all of my users’ BuddyPress profile fields to show up beneath their usernames in bbPress forums.
Any links or points in a direction that could be helpful will be appreciated 😀
Also, the @mention functionality on my site is totally unused, since so many users have different display names than their @mentions. I think people would use it if there were at least an option to have that be included beneath their name beside posts, just like it is here at the Official bbPress site.
Topic: 20-14 and full width :-(
Hi there,
I have been wandering around for a few days on the internet, spending most of the time as a guest on this bbPress forum.
I am trying to find out a way to expand the very small column containing the bbPress forum in the middle of my website http://2islands.nl/forums/forum/forum-2islands/. To be honest I am a little frustrated to find out kinds of different ways with small pieces of code added here and there in .css and .php files that don’t work for me.
Viewing from what I find in this and other fora, I am not the only one having this problem.
I am not a html programmer, but I can copy and paste very well. 🙂
Can anyone help me get my bbPress on full with (keeping my left sidebar) in a neat way, for instance by editing a bbpress.php file of something like that.
Believe me; i tried at least twenty of the tricks found in this and other fora. Nothing works. Let’s get this over with once and for all :-).
THANKS for any help!
Topic: BBpress.org layout
I’m loving bbpress.org layout, especially with the left sidebar. Can anyone post the theme, layout file ?
Topic: phpBB Import Error
Hi all. I’m having some problems importing my phpBB forum into bbPress. My forum is quite big, those are my stats:
Posts: 96807 | Topics: 19192 | Users: 9633
During conversion stops here (13601 – 13700)
What can i do?
Thank u