Forum Replies Created
-
In reply to: Notice Message and other staff
Read this, it is a common error usually not associated with bbPress, but other plugins.
In reply to: bbPress URL Rewrite shenanigansI could really only find posts that were talking about bbPress v1 standalone. I did find a post that was in 2012, which I think the bbPress plugin was around then. You can study the code and see if it would work.
The page is in another language though.
In reply to: Not getting forum notificationsno problem, glad you have your issue resolved.
In reply to: Rss Feed !Here is the feed to that forum.
In reply to: Re-arrange display of replies dataYou might have removed/there isn’t a certain piece of code that renders the classes for each topic/reply.
You might be missing this in
loop-single-reply.php
in your custom templates that you placed in your child theme.<?php bbp_reply_class(); ?>
Maybe this for topics too in
loop-single-topic.php
<?php bbp_topic_class(); ?>
In reply to: Re-arrange display of replies dataLink to a random topic on your site so I can give you some specific CSS for your site. You may also just add !Important to the CSS to see if that works too.
In reply to: Content is on a wrong positionGlad you resolved now. 🙂
In reply to: Re-arrange display of replies dataCustomize this CSS from bbPress.
#bbpress-forums div.even, #bbpress-forums ul.even { background-color: #fff; } #bbpress-forums div.odd, #bbpress-forums ul.odd { background-color: #fbfbfb; }
In reply to: Make basic-details-section into 2 columnsThat looks like BuddyPress, it might be better to contact them in their support forums.
In reply to: Not getting forum notificationsOkay, then it might not be a bug in bbPress then. I do not know why I didn’t get some emails from my server, some topic notifications did go into my spam folder though, but I did not get any forum notifications. I did subscribe to a forum on this site as a fallback for testing, and I did receive the forum notifications for new topics on this site though, so it seems to work fine.
I did not try the plugin yet because I want to check things in a certain order rather than adding another new plugin to my site and another layer of complications.
The functionality of that plugin I think is going to make it into core anyway. The way that bbPress does it right now with BCC, the emails could be caught up in a spam/junk folder.
https://bbpress.trac.wordpress.org/ticket/2797?cversion=0&cnum_hist=2
So my next step should be to check with Bluehost support to see why these many different notifications from bbPress, Gravity Forms and Wordfence that are being generated are not being sent to any administrator emails. I’ll get back here when I find out more.
Okay, it makes sense to possibly be a server issue since you have issues with multiple notification emails from different plugins. WHen you get sorted with your issues with the other plugins, come back to tell me how bbPress is doing.
In reply to: Reply attributesDo you see the Reply To: label??
The Reply To field is usually Reply Threading, and in it would be the users ID that you are replying to.
In reply to: Content is on a wrong positionI think this custom CSS on your site is causing the issue. Try to find an alternative to what you are trying to do before.
#bbpress-forums .bbp-body div.bbp-reply-content { clear: both; margin: 10px; padding: 0; }
In reply to: Auto delete replies after x days/monthsIn this plugin though, it deletes replies by the set hours in the settings. You can edit the code to change the post_status to “publish” instead of “spam”. This might be resource intensive depending on how many replies you have currently on your forums.
Take what I said earlier with a grain of salt, as I don’t really recommend it. Like I said, if you want hire a developer to fix any nooks and crannies that might come up doing this.
In reply to: Moderating new subscribersThanks for your time and effort in trying to help me Robkk, but I am aware of the above.
I am just making sure.
I also don’t doubt that bbPress Moderation works for most installations.
Tell me how you are set up.
Do you have anonymous posting enabled? Because after more testing Do not Moderate A topic or reply by a previously approved author does not work for anonymous posting, it still works well for registered members posting though.
I am starting to think that no alternative solutions are going to come up, which then leaves me to either try to get bbPress Moderation to work as you suggest, or write something myself.
A third option could be to wait for the maker of the bbPress Notify (No-Spam) plugin to come up with something, as his future plans with the bbPress Moderation Plugin Add-On appear to be to turn it into a successor for bbPress Moderation.
Yeah, you don’t have to use the bbPress moderation plugin. You can always fork it, or use any available alternatives, free or paid.
In reply to: Help importing from phpbb3 forum not workingUsers have been posting similar data in topics from trying to import from phpBB 3.1. You guys may need to wait til 2.6 to import successfully. I do not know how well downgrading phpBB will do exactly.
I am sorry I barely know about importing into bbPress. I am just going to quote what Stephen said to similar issues during importation.
What happens if you logout and log in again, also fully refreshing the import page would do the same thing, if you’ve left the import page open for too long without doing anything then the MySQL connection is dropped from the database and is most often the cause of only seeing Starting without any other error.
It sounds like you are hitting this crazy freezing issue, it’s not easy to track down, but once you’ve found the offending database row you should be good to go.
Following the instructions @robkk linked to above should help track it down, when I hit this issue if I’ve got 100,000 replies to import and it fails at 2,100, I’ll delete those first 2,199 reply rows from a working copy/backup of the database as a quick indicator of if/when the issue will crop again, helps to “scope” out whats going on.
In reply to: Integration with WishList Membersorry for the late reply, there is some bbPress integration plugins for wishlist, they may be paid plugins though.
Wishlist Member bbPress Integration – It’s Finally Possible!
In reply to: topic votes and sorting themSorry for the late reply, there are a couple of ways to do this.
Easiest way to do this, might be to install this plugin. And use the supplied shortcodes in the plugin.
https://wordpress.org/plugins/voter-plugin/
The supplied shortcode are one for custom post types, which you can use for bbPress’s custom post types, (topic)
[voter_plugin_top_voted type=topic num=15]
In reply to: Migrating users problemSorry for the late reply. This is quite time consuming for now, unless I found another alternative.
Best explanation/tutorial is here.
How to Merge WordPress Sites and Avoid Creating a Mess in the Process
In reply to: New topic emails bug on sublevel domainsSorry for the late reply, I see you also made a trac ticket so thanks for reported an issue.
In reply to: bbpress redirect to wordpress author pageSorry for the late reply, this is probably possible but may be custom development to achieve. If your site is just a bunch of authors for some reason, you may do this with a simple redirect.
In reply to: Import ErrorsClosing this in favor of your other topic.
In reply to: Issues Importing from phpBBClosing this in favor of your other topic.
In reply to: Auto delete replies after x days/monthsYeah this is custom development. I suggest you hire a developer if you want something like this.
In this plugin though, it deletes replies by the set hours in the settings. You can edit the code to change the
post_status
to “publish” instead of “spam”. This might be resource intensive depending on how many replies you have currently on your forums.https://wordpress.org/plugins/bbpress-auto-delete-spam-replies/
In reply to: Characters problems on importIf this is only for A and Y you may be able to use a find and replace plugin.