WordPress 4.5.2 running Sydney theme
Very new to this, I have a forum on my site and have installed BBpress search in the side bar, unfortunatly the only results that comeup on any search is the last item I have posted in my blog.
Would appriciate any help on this.
Thanks
When I try to post an image using bbpress, I click the insert image button and this happens.
View post on imgur.com
How can I make it not overlap each other?
Use the listed function on this page, and use it to get the id of a reply, that is the response to another reply, and then you can use this with other bbPress functions to get a threaded replies information.
http://hookr.io/plugins/bbpress/2.5.8/functions/bbp_reply_to/
you can achieve this with forum roles eg
https://codex.bbpress.org/custom-capabilities/
if you want it across all forums
or if you just want one of several to be restricted, then I’ve recently added this to my private groups plugin
https://wordpress.org/plugins/bbp-private-groups/
see topic permissions tab
@rda5009
Or how would I go about adding the reference lookup to obtain the user’s bp group(s), the forum tied to that bp group(s), and then display the recent 5-10 topics?
If you are really not that good with code, try to hire a developer to create this for you.
Here is a couple of links that might be helpful though.
http://hookr.io/plugins/buddypress/#index=g&search=bp_get_group
http://hookr.io/plugins/buddypress/#index=i&search=bp_is
https://developer.wordpress.org/reference/functions/is_user_logged_in/
https://github.com/ntwb/bbPress/blob/master/src/includes/common/widgets.php#L674
I have 3 forums on my site. I have them set to private so a user needs to login to see and post. To explain lets call them A, B and C. Users may have the following access:
A only
B only
A & B
C only
A & C
A & B
A, B and C
Can someone tell me if this is possible with bbPress’ programming or if I need an additional plugin – and what plugin would be suggested.
If anyone can help me on this I would be greatly appreciative. I have been working hours on this and can’t see how to accomplish it.
Thanks
Sue
Lynqs suggestion in the topic you linked to will not work if you just put his code into a text widget, because the text widget does not output PHP just HTML.
I see you just placed the bbPress login form shortcode into a text widget, why not just use the bbPress profile widget which includes a login form and register, lost password, and logout links.
As I state in this post, you may not need to even add an emoticons plugin, older conservatives may not even use it, but they might every now and then use the simple smilies like :) :( >:( :P
https://bbpress.org/forums/topic/smiley-emoticons/#post-175672
1. Robins plugin uses the same file that has been tossed around these forums for the past 2 or so years.
https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout
4. You should probably just keep them, as they help with moderation on the frontend. There is a link in the description to show all posts including ones that may be pending moderation. The yellow ones just help notify users whats up, so if they cannot post for soem reason and there is no notice, they would not know what the issue is.
Here is a link to the code though.
https://bbpress.org/forums/topic/where-can-i-remove-the-this-forum-contains-topics-and-themes/#post-167642
5. If you are minifying your CSS, then I say do not worry about this feature.
I don’t really think there is a best practice for forum rules/admin content, it is whatever works for you and makes most sense in the end.
bbpress uses the wordpress system of gravatar, so you’ll need to do that
https://en.gravatar.com/
How do I upload my avatar on this site? On bbPress.org? Went to edit my profile but don’t see an option.
Thank you both for the help. I installed the “Simple Custom CSS” Plugin and fixed both issues by adding the following code there, after removing the code to “get sidebars” in bbpress.php
/* Change Post Font Color to Black */
.post-inner .entry{ color: #000; }
/* Increase Forums to Full-Width of Page - after removing get sidebar code from bbpressphp */
.bbpress .main-inner,
.bbpress .main,
.page-template-full-width .main-inner,
.page-template-full-width .main {
background: none !important;
padding-right: 0 !important;
padding-left: 0 !important;
}
/* Increase Font Size on various items in bbPress */
#bbpress-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta,
div.bbp-breadcrumb,
div.bbp-topic-tags,
span.bbp-admin-links a,
#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role,
span.bbp-author-ip,
div.bbp-template-notice p,
#bbpress-forums #bbp-your-profile fieldset span.description {
font-size: 16px !important;
}
#bbpress-forums .bbp-forums-list a {
font-size: 18px;
}
li.bbp-forum-info a.bbp-forum-title,
li.bbp-topic-title a.bbp-topic-permalink,
#bbpress-forums div.bbp-topic-content p,
#bbpress-forums div.bbp-topic-content p,
#bbpress-forums div.bbp-reply-content p {
font-size: 20px;
}
These are not BuddyPress notifications, but are in fact bbPress email subscriptions right??
Yeah you can’t do what you want now using that specific plugin, you can using widget logic, or creating a bbpress specific sidebar for all the widgets you want/not want to display on bbPress pages.
Contact the display widgets plugin author to possibly add this feature to hide/show widgets on bbPress user profiles, and maybe specifically the edit profile page. All they would need is just use these supplied bbPress conditionals.
bbp_is_single_user_edit()
bbp_is_single_user()
There are a ton of social login plugins that will work, just search for them here.
There are plugins that can autopost bbPress topics to twitter like bbp-tweet, and many other different ways like using Jetpack or NextScripts: Social Networks Auto-Poster.
Allowing an anonymous forum, but allow twitter social registration to your site…making sure that the thread posters topic is created on the thread posters twitter page, and each reply post reply to that users twitter page post…all sounds like custom development, and you should try to find a developer to create this for you.
The last three items are probably added by some plugin that hooks into the registration form. bbPress’ registration form template uses the same hook as the WordPress default registration form, so any plugin that hooks into one will hook into the other.
Hi,
I have installed bbpress on my website and it works, but it looks messed up.
http://matchedbetting.review/forum/
If someone could at least point me in the right direction to get started I’d be grateful – to get the layout look half decent. Also the sub pages don’t have a sidebar too (which I think I have found stuff on the forum to help me with that).
Thanks
Is there a way (either a plugin, or even manually in MySQL) to purge old topic subscriptions in bbPress?
We auto-close topics after 180 days, and it’d be kind of nice to “clean up” the database and remove people’s “notify me of replies on this topic” subscriptions, too.
I have a rather large vbulletin database – just under 2M posts in 160k threads. I am looking for a solution with better photo posting options than vb. I’ve been reading the threads here and I’m not sure if this is a good fit. If I can get it imported, is it just too big to run on bbPress without being slow as a snail?
I imported my vb forum into bbpress and finally its workign as i want it.
with a few bugs to be dealt with but the main one is every notificatio0n that has ever been created is now being sent. the forum has been live since 2007 so now i and all my members are slowly getting every notification they ever recieved before. from 2007 to date.
thats not great
any ideas on how to stop them?
@netweb
I made a breakthrough in this and am now managing. Had a bit of a DUH moment, looked at page source and found where the bbpress CSS file is linked from.
🙂
Where does the “(bbpress) Login Widget” get its styling from? The default layout I have right now has bad layout regardless of sidebar width. For example there doesn’t seem to be enough width for even the word “Username:” to appear without the colon wrapping around like this:
Username
:
Same for “Remember Me” which looks like this:
Remembe
r Me
The input text fields have plenty of room to the right they could align to.
I would attach an example image but this forum doesn’t seem to support that feature. I have searched the support forums and documentation and haven’t found styling advice that works. Can someone tell me exactly what CSS is required to modify this widget? I have tried just setting the background color so I know I have the right CSS path and yet, I can’t get that working.
Yes, I’ve inspected with Chrome inspector. Yes, I have experience with CSS and styling other parts of the WP site I am working on. It’s just widgets that I can’t seem to get the CSS “path” right.
THanks
Hi, I am newbie in the world of wordpress and bbpress . Would I recomendais some thread or site with good tutorials ? Mainly bbPress . Thank you