Forum Replies Created
-
In reply to: No of topics, replies & voices not showing
I can’t find anyone else reporting the same issue after extensive searches.
Yeah your issue is pretty unique.
You haven’t been editing bbPress core plugin files right??
Have you copied the editable bbPress templates to your theme?
You did try a default theme like twenty twelve temporarily to see if it solves the problem?
Did you try disabling all plugins except bbPress, to see if there was a plugin issue?I am also wondering why your freshness area shows the date instead of 2 months ago, and why your Freshness label is missing.
In reply to: BBpress Forum Search not Working with themeUmm just contact me via email and see I can resolve the issue for you.
The error you are seeing has to do with a stylesheet, so it shouldn’t affect the functionality of the forum search. You may need to contact your theme author for that, or see if a plugin is causing the issue??
In reply to: Replies Created Tab Showing Full PostsI guess you can also remove the feeds too. This reply has code to remove BuddyPress feeds.
bbPress feeds are tough though. THere is a post here showing a function to hide feeds (it also includes sitewide feeds for blog posts too). You can also use the plugin disable feeds too.
In reply to: Reply to posts by emailFound this. Requires Postmark.
In reply to: admin panel forbbpress?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.In reply to: Remove alert infoPut this in your functions.php file in your child theme or place this php code snippet in a plugin like functionality.
add_filter( 'bbp_get_single_forum_description', 'ja_return_blank' ); add_filter( 'bbp_get_single_topic_description', 'ja_return_blank' ); function ja_return_blank() { return ''; }
In reply to: No of topics, replies & voices not showingTry some troubleshooting to see if it could be a plugin issue.
In reply to: Remove bbPress notifications to BuddypressDoes disabling bbPress subscriptions in settings > forums help any?? Or do you need the email notifications but not in the BuddyPress profile??
In reply to: New topics and replies default to pendingalright glad you solved your own issue 🙂
you were using this plugin right??
In reply to: BBpress Forum Search not Working with themeCreating the bbpress.php file was for removing the blog post data like the continue reading button. I guess you can just use CSS instead. creating the bbpress.php file was not for fixing the search issue.
You do not need to install the plugin fixes in that topic, it was for another issue for that user.
Can you enable the forum search in Settings>Forum again so I could see what could be causing the issue again. I remember there being something saying I don’t have the capability/ability to search because of my account to search or something? I am wondering if there is an issue with whatever is causing that too.
In reply to: New topics and replies default to pendingAre you sure the moderation plugin is not setting everything to pending, as in pending for moderation?
In reply to: Member counterThe user ID is created automatically. There might be something that might help you out like Reveal IDs plugin that will show the ID of each registered user on your site. I cannot find anything that will help you find the 1000th user easily yet. I might find a plugin/code snippet later today that might help.
In reply to: Moderation wordsthe 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.
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.
In reply to: Preventing “Participant” RoleI don’t think viewing a blog automatically registers the user.
Do you just need a better way to manage who registers on your site?? Maybe manual approval or by invites only?
Or do you just not want users to register and also be able to be a participant in the forums?
In reply to: Member counterI think every user has an ID and it increments by each registration on your site.
So you might be able to use that.
Try some troubleshooting to see if it is a plugin or theme issue.
Also know that the visual editor was not activated by default because it started having issues. So it might be better to just use the quicktags toolbar.
Please explain on the formatting issue.
In reply to: Add custom text fields to reply formWhats different??
If you want some specific custom fields that might be custom development for now.
In reply to: want to install latest football score pluginHow does this pertain to bbPress?
In reply to: Changing breadcrumbs from "topics" to "forums"its in your child theme if you created one. you can also just use the functionality plugin too.
In reply to: Moving topics doesn’t update the forum-pageHuh didn’t know that BuddyPress added that. Well at least there already is a ticket with a patch for the issue you are experiencing.
In reply to: My Ideas and Suggestions for BBPress1. 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 systemMost 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.
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.
In reply to: bbPress and YoothemeAlright 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.
In reply to: bbpress forum menu left sideOkay, lets see if reinstalling would help any.
You can contact me through the contact me link on my profile on this site.
In reply to: Stop forum posts to appear in blog?what exactly is your issue?? Can you explain a little more of what you are talking about??
In reply to: Moderation wordsEither way I guess.
You are free to go ahead and create a trac ticket for the suggested hook with the patch file attached to it.
Or I guess you can explain to me what to add and where it should be, and then I can create the ticket from the information you gave me.
If you need any additional help with creating a trac ticket, I can help you out.