Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 1,201 through 1,225 (of 64,471 total)
  • Author
    Search Results
  • #236222
    Robin W
    Moderator

    php level.

    Frankly it’s really not easy to move forums, topics and replies between sites if not moving the while site.

    bbpress users custom post types, and manages the relationships between them via both post_parent and post meta. If you just export and import again, if the post ID frtom the source site is already being used by the destinatiion site, the the wp import process just allocates a free number, so the relationships gets all messed up.

    ditto if the user ID’s do not exactly match, then again these get to be wrong.

    I have done transfers as paid jobs for clients in the past, and have some code that does a few bits that get over this, but it is not really generic, so would need someone who knows WordPress database well and is happy with php. I am short on time at the moment to do the job.

    #236221

    In reply to: TinyMCE for guests?

    codejp3
    Participant

    Follow-up:

    Apparently this is only a problem on some sites with misconfiguration/other issues, and also for certain browsers.

    I am able to get the TinyMCE editor control buttons to display properly on a fresh test site, and it works well on every common browser.

    The issue at hand is on a specific site with specific issues that need to be dug into a little deeper. It is not an overall bbPress/TinyMCE issue. You can ignore this topic and not post any suggestions (unless you really want to).

    Pierre
    Participant

    Hi,

    I’m trying to find a way to export and then import my forum
    about 120k subjects and about 1 244K replies.

    We also need to be sure that accounts are imported and correctly linked to replies.

    I saw a git project which is not anymore updated for 6 years, and linked to wp-cli/bbpress package that doesn’t exist anymore.

    Do you have any solutions to solve this ?

    #236217

    In reply to: Account

    ricoto
    Participant

    Hi,
    Is it possible to do the same thing with BBpress Style Pack?

    #236205
    Anonymous User 21018580
    Inactive

    Hello. I’m currently using Ultimate Member in conjunction with bbpress. I’m looking for a way to display the user’s submitted topics on their own profile so that they are able to add/manage their own topics.

    I would also like the member’s friends to be able to view the member’s submitted and published topics on their profile.

    Is there a plugin available to assist with this or does anyone know a way to achieve the results I’m looking for?

    Thank you in advance for your help.

    #236199
    terryfindlay
    Participant

    bbPress Version 2.6.9
    WP Version 6.2.2

    New Forum

    A registered member of the forum is having trouble posting. He keeps getting this message:
    “Error: Duplicate reply detected; it looks as though you’ve already said that.”. The text he is trying to post has definitely not been posted before.

    Any suggestion? Thanks.

    #236198
    Robin W
    Moderator

    On the basic bbpress plugin, you can approve/reject topics in the backend dashboard, but the user sees nothing.

    There is a moderation section in my style pack additional plugin which adds better moderation options

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Moderation

    #236197
    Robin W
    Moderator

    ok, no one else is reporting this, and I cannot replicate this error.

    This suggests it is site specific.

    If you are happy that you are getting this on a reply from you where you have definitely only hit the submit button once, then I can only suggest you do the standard fault finding

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    Otherwise maybe talk to your hosting provider about site speed

    #236194

    In reply to: Account

    ricoto
    Participant

    I want the same user menu as on this site bbpress.org.
    How can I do it?
    It’s the same as there is in the toolbar than WordPress at the top right.
    https://postimg.cc/Lhwz65RW
    https://postimg.cc/LYT2QnD8

    PS: How to post an image on the forum I don’t know how to do it

    #236187
    ricoto
    Participant

    Hi,

    I created a shortcode to move it to a tab on my page.

    The problem is that when I place this shortcode(Post Comments as bbPress Topics) in this tab it also remains at the bottom of my page at the initial place of the comments so I have it duplicated.

    And if I remove the display of comments in the template my shortcode is not displayed.

    How to do please?

    #236186

    In reply to: Plugin bbP g-plus-one

    ricoto
    Participant

    There is this error in the response form when I activate the plugin:

    Fatal error: Uncaught TypeError: Cannot access offset of type string on string in C:\xampp\htdocs\w9\wp-content\plugins\g-plus-one\g-plus-one.php:42 Stack trace: #0 C:\xampp\htdocs\w9\wp-includes\class-wp-hook.php(308): g_plus_one_display('') #1 C:\xampp\htdocs\w9\wp-includes\class-wp-hook.php(332): WP_Hook->apply_filters('', Array) #2 C:\xampp\htdocs\w9\wp-includes\plugin.php(517): WP_Hook->do_action(Array) #3 C:\xampp\htdocs\w9\wp-content\themes\oceanwp\bbpress\loop-single-reply.php(62): do_action('bbp_theme_befor...') #4 C:\xampp\htdocs\w9\wp-includes\template.php(785): require('C:\\xampp\\htdocs...') #5 C:\xampp\htdocs\w9\wp-content\plugins\bbpress\includes

    #236183
    Robin W
    Moderator

    sorry no, bbpress only works as a plugin within wordpress.

    #236179
    webmestrecgdt
    Participant

    Solved: I found a solution, it was insufficient rights, in addition to the role of administrator I have that of keymaster added by the installation of bbPress. But obviously the capabilities of keymaster (including create_forums) were not taken into account. I added this ability “create_forums” to the administrator role and I found in the dashboard on the forums tab: “add new” and it works!

    #236178
    Bruce
    Participant

    I assume that bbPress can be installed without WordPress. However, is there documentation for the process especially the MySQL setup?

    #236175
    milicagpg
    Participant

    Hi,

    I have several forums on my site and want to customize them to look different.
    I create custom css for global look, but I don’t know how to customize different look for particular forum.
    I tried with #bbpress-forums li.bbp-forum-143737 where is 143737 forum’s id but it didn’t works.
    The idea is to put different forums in three columns in one page. Then the cover for each one should be some photo or text. Click on the photo opens the forum’s topics.

    Anyone can help?

    WP is 6.2.2, bbPress 2.6.9, theme is Kleo, site is still at localhost.

    #236172
    ricoto
    Participant

    Hi,
    I use the Post Comments as bbPress Topics plugin which works very well but when creating the topic I would not like it to create a first post, I want it to remain empty.
    How to do?

    #236171
    webmestrecgdt
    Participant

    Hello, I have bbPress 2.6.9 installed (WP 6.2.2), on the dashboard I find “Forums”, “topics”, “replies” but not “add new”. However, as an administrator I also have the role of “Keymaster”. What can I do ? THANKS

    #236170

    In reply to: Account

    ricoto
    Participant

    What do you recommend as a connection plugin?

    What is the plugin on this bbpress.org site?

    #236169

    In reply to: topic user template

    ricoto
    Participant

    Do you know how I can:
    https://postimg.cc/7G5PLrbm

    1: Reverse the response form, i.e. put it at the top and the last comment just below

    2: Remove the use of tags

    I use bbPress + Post Comments as bbPress Topics

    What is the file to edit please?

    #236168

    In reply to: topic user template

    ricoto
    Participant

    Topic
    https://postimg.cc/7G5PLrbm
    [img]https://i.postimg.cc/7G5PLrbm/bbpress-3.png[/img]

    #236157

    In reply to: topic user template

    Robin W
    Moderator

    as I said the problem is that Kadence does extensive bbpress modification, so things that link to bbpress may or may not work. Not much I can do about it – sorry

    #236156

    In reply to: topic user template

    ricoto
    Participant

    This plugin is great for modifying lots of options!
    But I can’t find anything for the bugs I have with kadence.
    Replies from comments I have with Post Comments as bbPress Topics show at the top of the page but with Astra theme it doesn’t do that to me

    #236155

    In reply to: Account

    Robin W
    Moderator

    bbpress just uses the WordPress registration system, so google around to find a WordPress registration and logion plugin that suits you.

    additionally this plugin adds some features such as adding registration prfile and login to wordpress menus

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>login

    #236154

    In reply to: topic user template

    Robin W
    Moderator

    Kadence does extensive changes to how bbpress displays, including templates and css. So issues such as order in templates, you will need to take this up with Kadence authors.

    If you are using bbp-style-pack, then I have added some limited support for css issues

    bbp style pack

    #236153
    Robin W
    Moderator

    this is a notification error, and is not fatal.

    Bbpress authors have not changed this one yet.

    WordPress recommends that debug is not used on livre sites, so users should not see this.

    It was a WordPress decision to change blacklist and whitelist due to racial connotations.

    if you want to stop this displaying change the code in the file (lines 818-820) from

    // Strict mode uses WordPress "blacklist" settings
    	if ( true === $strict ) {
    		$hook_name   = 'blacklist';
    		$option_name = 'blacklist_keys';

    to

    // Strict mode uses WordPress "blacklist" settings
    	if ( true === $strict ) {
    		$hook_name   = 'disallowed';
    		$option_name = 'disallowed_keys';

    and keep a note of this change

Viewing 25 results - 1,201 through 1,225 (of 64,471 total)
Skip to toolbar