Hello,
When bbPress is activate on my website, I can login without problem but then I can’t logout anymore (I have to delete cookies).
I’ve tested on a fresh WordPress install without plugins (except bbPress of course).
WordPress : 4.3
bbPress : 2.5.8
Thanks, @robkk!
This adds a vertical scrollbar only, same cut off width (have it at 320er query already).
Hugging all elements of the forms (tested via form-reply.php) with a new, then styled div, as the form-legend shall be also responsive, also does not work.
Just don’t find the reason, will have another look.
New topic and reply forms are cut off on the right side at screens smaller than 430px width.
Tried several combinations of FORM#new-post, .bbp-reply-form and FIELDSET.bbp-form, with width:100% or a fixed size for smaller screens. Testing with
.bbp-topic-form,
.bbp-reply-form{
width:10px;
}
for example effects that the form gets smaller in width, but not 10px or any other wished px-width. It will be always fix at a width of maybe 300px. Could there be some default CSS already that I don’t see?
Are these forms responsive by default, anyway?
Thanks for any help!
The information you got was probably for the bbPress v1 standalone forum software. You can tell the information is from bbPress v1 when it is about 4 or more years old.
The latest version of bbPress is now a WordPress plugin. So any admin area would use the WordPress admin. Same thing with BuddyPress they use use the WordPress administration area.
To remove a large number of topics.
Go to Topics > All Topics in the WOrdPress administration area.
Enable each checkbox by the topics you want to Trash
Click the Bulk Actions dropdown and select Move to Trash
Hit Apply to move all those topics to the trash.
To remove a large number of topics in a specific forum
Go to Topics > All Topics in the WOrdPress administration area.
In the dropdown at the top that say In All Forums, click that to select the specific forum you want to delete topics in, then click the filter button beside it.
Enable each checkbox by the topics you want to Trash
Click the Bulk Actions dropdown and select Move to Trash
Hit Apply to move all those topics to the trash.
To delete all the topics in your topic trash.
Go to Topics > All topics in the WordPress administration area.
Hit the action link that says Trash, it is next to other action links in a row like Spam and Pending.
Clicking the trash action link will show you all the topics in your trash, hitting empty trash will remove all topics in your trash permanently.
To trash all topics by a specific use
You need to go to the user’s profile
Click the menu item Topics Started
Go to each topic and trash it manually using the admin links.
Hi
we run latest wordspress 4.3 +bbpress 2.5.8+buddypress 2.3.3 and we are just told that
“bbPress also has admin side, and there you can easily remove large number of topics filtered by forum or user”
I did google and someone say admin panel path is /bb-admin ? but it shows 404 and I do see it on top menu bar either
is there any any admin panel for bbpress/buddypress or it is just integrated with wordpress’s admin?
it NOT, how to do these “remove large number of topics filtered by forum or user”? I do not see function like that on wordpress’s admin though~
Latest WP and latest BB installed, using private replies, moderation and attachments plugins.
Moderation plugin is set to allow everything to show without pending. But any new topic and any new reply and any private reply sits unpublished as either pending or awaiting moderation.
Thanks for your help…
Jac
the patch might not be created right. I don’t think you create the patch from the plugin version but maybe the latest alpha version or the latest version you can download from the trunk using SVN.
You can download/download using SVN using the url from here.
Download
Are you sure how you inserted the filter will not cause any issues?
I am specifically talking about how $blacklist = both of these.
$blacklist = trim( get_option( 'moderation_keys' ) );
$blacklist = apply_filters('bbp_moderation_keys', $blacklist);
Here are a bunch of helpful guides that I am just going to drop here.
Working With Patches
Installing Via SVN
I am running a WordPress network with the latest version of Buddypress and bbpress. The site is http://theglobalschool.net/science and it is run for high school students.
My problem is that every time a blog is viewed, that viewer is added as a user, which makes things very confusing after a short while. Is there any way I can prevent this from happening? I noticed there is a checkbox in the settings for forums but it doesn’t seem to resolve the problem.
Thanks,
Rob.
@devyncjohnson
1. Well yeah the cache staying not removing is the issue, it could be a bug in WordPress itself since that caches the oembeds. What peice of code did you use to fix this?
12. I couldn’t duplicate the issue on latest Firefox on W10 using the html5 blank theme.
Yeah I know, I bookmarked most of the suggestions for features for the bbPress plugin on this site, but if you are experiencing some kind of issue, then why not help out too.
What I got from you that could possibly make the bbPress plugin are.
option to turn off feeds.
add topic auto-suggestion (might be better for the forum search though)
Integrate some plugins like report content (maybe external links)
Export and import settings
View counter
Custom notices
Specific forum permissions
Avatar system
Most of the SEO things could be best to have in a separate plugin, or should be left to the theme and how it is set up.
@pinkishhue
The forum requests and feedback is for this type of thing. If you think some codex article should be available, features should be in bbPress, this site bbpress.org should have some style fixes, etc. this forum is where you post all that in. If you need to create a new topic with a list of suggestions in a list from yourself, you can do that.
The way the menu items show up has always been like that since bbPress v1 standalone. It could be easier for users to see all the post types in one section, this might need another opinion though. I think it is fine either way though. It will be annoying to change all the codex articles if we do change that though haha.
Alright I am going to just test out this theme later today to see all the issues it presents and try to resolve them.
Try this on a local development server or just a test site in general o the site you are trying to import from. Cloning the whole site might be the best way to import from one WordPress site to another WordPress site.
Creating a Test Site
@robkk
1. If the oEmbeds are disabled in the options, then how would I still have oEmbed cache accumulating?
12. I use Firefox (latest) on Linux and Android. I occasionally use Chromium (also the latest version on Linux).
By the way, thanks for all of your help. However, keep in mind that my main purpose for this thread is to give the BBPress developers some ideas rather than fix my problems.
It’s not a solution to the problem but just a work around.
What does this mean?
I think this has something to do with it, and it’s probably part of some Gulp testing-thing they are using or so.
Property sv:eol-style set to native
Property svn:auto-props set to
*.css = svn:eol-style=native
*.js = svn:eol-style=native
*.php = svn:eol-style=native
*.txt = svn:eol-style=native
*.scss = svn:eol-style=native
*.gif = svn:mime-type=image/gif
*.jpg = svn:mime-type=image/jpeg
*.png = svn:mime-type=image/png
Property svn:global-ignores set to
.DS_Store
.gitignore
Property svn:ignore set to
.htaccess
build
node_modules
npm-debug.log
phpunit.xml
I don’t think any styles have changed in the beta release, if there is you can use the default CSS styles from the latest stable version.
It might be better to copy the files into a theme you are working on though instead of the beta plugin. It should still work.
1. That is oembed cache you are removing with WP-Sweep, not the oembeds itself.
5. That was just 8-9 months ago. Some plugins do not need to update as frequently as others. This plugin basically is just using some bbPress hooks and filters to create its functionality for itself.
12. What browser are you using? I could test this in a minute. And I guess any theme that is based off of the HTML5 boilerplate like HTML Blank theme, I would come across the same issue as you??
Just curious, for some reason it doesn’t work anymore..
I’ve done this for many years now, visit the Trunk and download the latest version with all raw changes. Activate it locally and run some tests, create themes, make changes..
https://bbpress.trac.wordpress.org/browser/trunk
Right now, when I download this latest raw version of bbPress and activate it in my local environment it doesn’t do the trick it should do for me. bbPress native styles will not load frontend and in the dashboard the icon font is broken, probably lots more doesn’t work like normal.
I just want to install a clean and lean bbPress version only in raw alpha/beta state.
Thanks,
I just checked that someone has installed bbPress Notify (No-Spam) plugin. This could be actually the cause of the problem. I will test it and let you know if I find what is going on.
Thank you very much for your help 🙂
Problem/Scenario – On my website (http://dcjtech.info/) using the latest version of WordPress, BBPress, and BuddyPress, I closed a topic in my forum. Now, the tags belonging to the closed topic are listed as “empty topic tags”. This issue is always reproducible.
Specific Example – For instance, I closed a topic (http://dcjtech.info/topic/lindows/) and then I see under “Dashboard > Topic > Topic Tags” that “linspire” has a count of zero. Also, in the BBPress statistics widget, it says there are twenty “empty topic tags”. However, http://dcjtech.info/tag/linspire/ lists the Lindows topic as a topic with the “linspire” tag.
Question – Why do these “empty topic tags” appear/form when closing a topic and how can it be fixed and prevented?
Similar Thread on BBPress.org – https://bbpress.org/forums/topic/empty-topic-tags/
Sorry for the late reply, I just approved your topic.
Does it not work like this if you enabled the forum prefix??
http://yoursite/forums/view/latest-topics/
Also if you used the view shortcodes, it should be that specific page url.
These two bbpres shortcodes I added to my Main Menu are not working. They were working fine yesterday but not it says ‘That page can’t be found’.
My website: http://mysite.com/recent-replies/
http://mysite.com/view/latest-topics/
Sorry for the late reply, I just approved this post.
The topic you went to is 5 years ago when bbPress was a standalone forum software but the latest version of bbPress IS A PLUGIN of WordPress.
If you are using the latest bbPress plugin, you are using the WordPress dashboard to manage all your topics, replies, and forums.
I’m trying to find the correct filter to jump in on, and the most logical to me was ‘bbp_get_user_role’ but if I try to return from that filter ‘bbp_blocked’ or false all the time (just as a test before I add my logic), it seems to completely ignore my response and keeps using the user’s standard role as decided by BBPress.
What filter can I use to force my own custom roles (I am looking at a custom piece of user meta data to decipher their ability to use the forums and it needs to be dynamic).
Hi,
New to bbpress and wordpress 🙂 I’m trying to install a forum on my main site and I’m facing little issues.
Here is my case:
1. I installed wordpress on my root directory.
2. Then I added the BBPress plugin.
3. Now my forums are loading with this URL structure – example.com/forum/test-forum
I would like my forum to be displayed with this URL structure – example.com/test-forum/
Is there a bbpress fucntion to modify this?
A bbpress function or a plugin is much appreciated rather than a .htaccess rule.
Thanks in advance.