Robkk (@robkk)

Forum Replies Created

Viewing 25 replies - 1,476 through 1,500 (of 3,784 total)
  • @robkk

    Moderator

    Read this, it is a common error usually not associated with bbPress, but other plugins.

    bbp_setup_current_user was called incorrectly

    @robkk

    Moderator

    I 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.

    Pretty permalinks en WordPress con Lighttpd

    @robkk

    Moderator

    no problem, glad you have your issue resolved.

    In reply to: Rss Feed !

    @robkk

    Moderator

    Here is the feed to that forum.

    http://tjuvkoll.se/forum/tjuvkoll-2/feed

    @robkk

    Moderator

    You 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(); ?>

    @robkk

    Moderator

    Link 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.

    @robkk

    Moderator

    Glad you resolved now. 🙂

    @robkk

    Moderator

    Customize 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;
    }

    @robkk

    Moderator

    That looks like BuddyPress, it might be better to contact them in their support forums.

    https://buddypress.org/support/

    @robkk

    Moderator

    Okay, 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 attributes

    @robkk

    Moderator

    Do 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.

    @robkk

    Moderator

    I 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;
    }

    @robkk

    Moderator

    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.


    @project_subdomain
    .

    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.

    @robkk

    Moderator

    Thanks 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.

    @robkk

    Moderator

    Users 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.

    @robkk

    Moderator

    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.

    @robkk

    Moderator

    sorry 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!

    @robkk

    Moderator

    Sorry 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]

    @robkk

    Moderator

    Sorry 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

    @robkk

    Moderator

    Sorry for the late reply, I see you also made a trac ticket so thanks for reported an issue.

    @robkk

    Moderator

    Sorry 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 Errors

    @robkk

    Moderator

    Closing this in favor of your other topic.

    Trouble Importing phpbb

    @robkk

    Moderator

    Closing this in favor of your other topic.

    Trouble Importing phpbb

    @robkk

    Moderator

    Yeah 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/

    @robkk

    Moderator

    If this is only for A and Y you may be able to use a find and replace plugin.

    https://wordpress.org/plugins/better-search-replace/

Viewing 25 replies - 1,476 through 1,500 (of 3,784 total)