Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 11,476 through 11,500 (of 64,454 total)
  • Author
    Search Results
  • #174553
    asoukhoverkhov
    Participant

    I am in trouble. Menu link /wp-admin/edit.php?post_type=reply does’t work. It leads to a page with a notice that page does’t work and
    ERR_EMPTY_RESPONSE…

    I’ve tried do uninstall and to reinstal bbPress but it does’t help. I have thousands of topics and replies already, my forum is not empty. What should I do?..

    Robkk
    Moderator

    @janeakshar

    You have to create a child theme, and copy and edit the feedback-no-search.php template, and put that edited file in a folder called bbpress in that child theme.

    #174543

    In reply to: Approve posts

    Robkk
    Moderator

    If you are using bbPress moderation you go to the plugin settings and disable only allow approval once.

    #174542
    Robkk
    Moderator

    This have clickable category links though, but you can use this file in a folder called bbpress in a child theme.

    https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout

    #174540
    Stephen Edgar
    Keymaster

    Having created a 2nd keymaster user this sounds like a plugin conflict, follwo the steps here to see if you can narrow down which plugin is causing the conflict

    https://codex.bbpress.org/getting-started/troubleshooting/#plugins

    #174539
    Stephen Edgar
    Keymaster

    For the bbp_setup_current_user issue see:

    bbp_setup_current_user was called incorrectly

    Most likely all the above replies which are *not* the same thing, they are all different errors are caused by the same thing though, a plugin or theme conflict.

    See this https://codex.bbpress.org/getting-started/troubleshooting/

    #174536
    Robkk
    Moderator

    @zimmermannc You can use this code php code snippet/plugin and it will put the forum form in bbPress user profiles for users that can moderate.

    https://gist.github.com/ntwb/9887310

    #174535
    Robkk
    Moderator

    You can use something like this.

    Add this php code snippet into your child themes functions.php file or add the function to a plugin like functionality.

    add_action( 'bbp_theme_after_topic_author_details', 'rkk_add_register_date' );
    add_action( 'bbp_theme_after_reply_author_details', 'rkk_add_register_date' );
    function rkk_add_register_date() {{ ?>
      <span class="bbp-user-register-time">
        <?php printf( __( 'Member since: %s',    'bbpress' ),
        date( get_option( 'date_format' ), strtotime( get_the_author_meta( 'user_registered' ) ) )
        ); ?>
      </span>
    <?php }}
    #174533
    Kelly
    Participant

    I cant make a forum with my admin account. I did some Googling… Found old info and dont understand some of it…. I created another user with a Keymaster and still cant make forums.

    I added bbPress/BuddyPress to my current theme.

    This is my site http://kastyles.co

    These are the only other plugins running.

    Comment Reply Notification
    Contact Form 7
    Instagram Feed
    MailChimp for WordPress
    ThemeREX Utilities-Needed for my theme
    WP-SpamShield

    jkuzma
    Participant

    I have the same exact problem:

    Cannot modify headers. Parameter 2 to be array, null given in …/plugins/bbpress/includes/common/functions.php on line 1446

    My pages/posts can be updated/published, but I get a blank white page with this error each time I update.

    #174519
    jon
    Participant

    I think is outdated, just did it on my bbpress and broke it. Everything is back to normal thx for the backups. Anyway my point is… is there someone who got it working?

    #174512
    Stephen Edgar
    Keymaster

    This seems to be after 24-36 hours of run time, so I am not sure if I am running across some sort of session expiration or what.

    Yes, that is exactly what you are coming up against, on the technical side, its WordPress dropping the MySQL session, the work around is to every few,4,6,8,12 hours even is to open a new browser tab and refresh a WordPress admin page and that should stop those ------

    Is it possible to re-run an import, picking off where it left off?

    It’s supposed to, there’s some improvements here coming in bbPress 2.6, I also strongly suggest using 2.6-alpha available from https://bbpress.org/download, there will be no more import changes before 2.6 ships and there are vast improvements to importing in 2.6.

    Give it a try and let me know it goes 🙂

    #174511

    In reply to: SMF Import

    Stephen Edgar
    Keymaster

    @rnmartinez I just replied in your other topic, I’ll close this one but feel free to ask questions in that one and I’ll do my best to get you sorted 🙂

    SMF Import question

    #174510

    In reply to: SMF Import question

    Stephen Edgar
    Keymaster

    You should try bbPress 2.6-alpha, there are lots of bug fixes for SMF in this upcoming release

    Grab it from https://bbpress.org/download

    Stephen Edgar
    Keymaster

    @siparker, as I just replied to @giobby’s phpBB post you should try the import with bbPress 2.6-alpha (hoping to release in the next couple of weeks).

    It contains pretty big improvements around the importing and matching of users and their data. It should now correctly map any Anonymous users to bbPress’ Anonymous user though now it will include their vBulletin Anonymous user name. It also works in a similar fashion for deleted users, if the user was deleted and their posts kept, bbPress now maps these posts and usernames to its own internal Anonymous user.

    Also make sure to run the repair tools after importing, it fixes up any freshness, last poster type issues if we couldn’t import that data it recalculates it for you.

    Grab 2.6-alpha from https://bbpress.org/download

    #174506
    Stephen Edgar
    Keymaster

    You should try bbPress 2.6-alpha, there are heaps of phpBB improvements in bbPress 2.6 🙂

    That should fix your author mapping, it also adds support for mapping anonymous/deleted users to their topics which is pretty cool.

    The mapping of the users old phpBB user ID is also updated to work quite differently to how it did in the 2.5.x release so again this should fix that for you also.

    p.s. bbPress.org here runs 2.6-alpha, and we’re hoping to ship 2.6 in the next couple of weeks.

    Edit: Get 2.6-alpha via our downloads page https://bbpress.org/download

    Stephen Edgar
    Keymaster

    WPML have a bbPress plugin you need to use, they don’t publish it publicly, you need to ask them for a copy of it, that should fix any WPML and bbPress compatibility issues you’re having.

    #174503
    Stephen Edgar
    Keymaster

    bbPress 2.5.9 is out, and is a security release for all previous 2.x versions.

    bbPress versions 2.5.8 and earlier are susceptible to a form of cross-site-scripting, due to the way users are linked to their profiles when they are mentioned in topics and replies.

    Check the 2.5 milestone for a comprehensive changelog of fixes.

    Take a moment to update your bbPress installations to 2.5.9. If you’re using WordPress’s built-in updater, it should only take a click or two.

    These fixes have also been ported over to 2.6, which we continue to run here at bbPress.org and BuddyPress.org.

    giobby
    Participant

    I’ve run in the same issue by importing into PHPBB.

    You can read through my post: https://bbpress.org/forums/topic/import-phpbb-wrong-authors/

    If you check, you may find that some authors are displayed as anonymous because the corresponding attribute in wp_posts.post_author has no match with your wp_users.id

    I’ve found out that these authors have still the old user id of the forum you are importing from (VBulletin).

    I can’t guarantee the following solution will work for you, but I recommend you to create a temporary table to map your old user ids to the new wordpress ones by joinin them on the user_email attribute.

    Then just update all the orphan wp_posts.post_author with the right wordpress id.

    I can’t guarantee this will fix all your dirty posts.

    alingrad
    Participant

    Hi,

    I just installed on a test domain WordPress, bbPress and WPML. All are updated to the latest versions. I don’t use any other plugins and the theme is also the default one, Twenty Sixteen.

    I setup 2 languages: german as default and english. So the URLs are like this.

    website.com
    website.com/en

    I posted some topics in bbPress in both languages and I can see them per language, which is what I want. On the german version I see only the german posts and on the english version I see only the english post.

    Of course, a problem may be with the bbPress slugs settings. I cannot translate them but I can live with them.

    What I noticed is that when I go to profile and try to see the “Topics Started”, “Favorites” and “Subscriptions”, I see only a message that I don’t have any of those, although on the main Profile page shows that I have started 11 topics.

    That might be also a problem because it counts the topics from both languages. But I can live with that also, for the moment.

    I switched the languages and I made english default. After doing this, everything worked fine in english but not anymore in german, because german became the second language.

    Basically, I can see the “Topics Started”, “Favorites” and “Subscriptions” only for the default language.

    Only “Replies Created” show up for both languages.

    I also attached some screenshots.

    I also changed the theme from Twenty Sixteen to Twenty Fifteen and also Twenty Fourteen. Same problem.

    I setup another test website as WP Multisite, without WPML and everything works properly. I had to install another plugin to connect both languages. But I would like to use WPML and a single website, if this is possible.

    I hope there is a fix for this. bbPress is the most used forum and WPML should be able to handle it.

    Thank you very much for your time.

    Best Regards,
    Alin

    #174490
    guilhermeavila
    Participant

    Wow. I am having the same problem with OptimizeMember. The content was not being displayed. Just installed http://www.rewweb.co.uk/bbpress-wp4-fix2/ and it worked.

    Thanks.

    nateonawalk
    Participant

    Hey all, an update —

    Sooo this project turned into something much larger than anticipated. What seemed like a quick PHP permutation turned into a massive 100 hours+ job that is still ongoing. We’ve effectively created a complete out-of-the-box pretty permalinks solution that even folks with pre-existing bbPress forums will be able to safely turn on and use. We’ve thrown out the previous fork and are re-writing everything with our own code from scratch.

    That said, the opportunity cost I’ve incurred is quite large and we’re still a couple weeks off from completing things. Every time we do a re-write, a bunch of new broken use-cases emerge. We’ve gotten offers from a couple plugin development companies to buy the plugin from us as well — so we’re trying to decide what best to do with the resources that we have.

    Just want everyone to be aware of progress!

    Thanks~

    #174481
    mwittrock
    Participant

    Hi all

    I’m in the process of migrating a custom-built PHP/MySQL forum (approx. 1.8 million topics and replies in total) to bbPress 2.5.8 on WP 4.5. My solution is to generate a bunch of bulk insert SQL scripts for wp_posts with post types forum, topic and reply.

    This works. After the import, though, I need to run the bbPress repair tool, in order for posts, post counts etc. to be displayed correctly.

    I’d prefer to avoid as many manual tasks as possible when switching from the old forum to the bbPress one, so I’m considering two options:

    1) Run the repair from the command line rather than in the browser.

    2) Generate the required wp_postmeta rows as part of my export.

    I have a couple of questions about this:

    Regarding option 1, is it even possible and does such a script exist?

    Regarding option 2, what are the required wp_postmeta keys I would need to generate?

    Thanks in advance for any input on this.

    Kind regards,

    Morten Wittrock

    #174477

    In reply to: forum cover art….

    Robkk
    Moderator

    If you are already using BuddyPress you can configure group forums using BuddyPress and bbPress, and these groups each have a cover image and it will look consistent to the rest of your site.

    I think this is the simplest thing to do without telling you to customize/create certain templates and use custom CSS.

    #174476

    In reply to: Comments on Topics

    Robkk
    Moderator

    There is no special optionYou would have to edit the bbPress templates, and I guess replace the reply form with the comment form.

    https://developer.wordpress.org/reference/functions/comments_template/

    And I guess you might need to do more work like remove any other mentions of replies in bbPress entirely like in topic/forum stats, notices/descriptions, user profile data, activate show lead topic, find a plugin to allow mods to move comments to other topics. Then you might need to find different plugins that you need if you want quoting, attachments, bbcode, and more for custom features.

    Then I guess if you want to ever leave bbPress with your custom comments integration, you will need to create a custom import for whatever you are importing to.

    Still do not recommend it, but if you really really want I suggest hiring a developer if you do not have the knowledge or time to do all of this by yourself.

Viewing 25 results - 11,476 through 11,500 (of 64,454 total)
Skip to toolbar