Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 11,076 through 11,100 (of 64,535 total)
  • Author
    Search Results
  • #176058
    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    #176057
    Robin W
    Moderator

    go to

    Dashboard>user>all users

    under

    Users Add new

    you’ll see the worpdress and bbpress roles listed in a single line

    eg
    All (1,201) | Administrator (2) | Editor (4) | Subscriber (1,050) | Keymaster (2) | Blocked (1) | Moderator (4) | Participant (1,181) | visitor (13)

    Click on the ‘blocked’ link and you’ll get a filter which just shows these

    khunmax
    Participant

    BUMP

    I can confirm that if you install the above code in your functionality plugin and then use the
    WP NICE SEARCH plugin set to all you can display your bbpress content in a nice ajax drop down in your sidebar.

    Nice Search also has the option to limit the search parameters by configuring its shortcode:

    [wpns_search_form only_search=”my_custom_post_type”]

    I want to use this shortcode in the sidebars for my forum conent and limit the search to just Forums, Topics and Replies (no WP stuff included). However, I can not figure out what I should put in the NICE SEARCH shortcode as the BBpress custom post types.

    I have tried both of the following as a trial but they didn’t work:

    [wpns_search_form only_search=”bbp_register_topic_post_type”]

    and

    [wpns_search_form only_search=”ntwb_bbp_topic_cpt_search”]

    Can anyone assist me with what the correct format of the BBpress custom post type(s) that I should be entering into the NICE SEARCH short code.

    Thanks in advance for any assistance that is offered.

    Kind Regards

    Max

    #176051
    giobby
    Participant

    Hi everybody,

    I’ve just finalised the migration from PhpBB to BBpress.
    I’have noticed that when I open a read a topic for the first time, there’s some processing happening in the background the takes time depending on the number of replies in that topic.

    – hundred of replies can take more than 10 seconds. Once I am in the topic, if I open it again with another user, it’s fast.
    – thousand of replies can end up in a ” PHP Fatal error: Maximum execution time of 30 seconds exceeded”
    – also, a test I did on a topic with about 40K replies ended up in an “Allowed memory size of XXXX bytes exhausted (tried to allocate 4096 bytes) in Unknown on line 0” error.

    I am on a dedicated server and I can change all the memory and execution time limits parameters, but I have the feeling this should not be the solution.
    I don’t understand why there0s so much processing happening.

    After a second look, I’ve noticed that the replies are not paginated. So the system tries to return all the replies in one shot.
    I’ve tried to change the pagination settings and also to deactivate/reactivate the plugin but it didn’t fix the issue.

    Even when I move a topic in the thrash, there’s some php logic that eliminates the replies one by one and can take a minute when the topic has 40 replies.

    Is this normal?

    Anyone who can help?

    Thanks,

    Gio

    #176049
    Robin W
    Moderator

    several ways to achieve this, you can do it by creating different roles

    eg

    Custom Capabilities

    #176048
    SimonePols
    Participant

    Dears,

    I am installing bbPress on my website – I’d like to establish user levels for participants based on the number of messages they’ve sent in the forum.

    For example:
    1-10 messages – level 1
    10-50 – level 2
    50-100 – level 3

    and so on..

    Any idea how to do that?

    I’ve been seraching for a solution here on the forum with no success.

    Thanks a lot
    Simone

    #176041

    In reply to: freshness answers

    Fuskeduske
    Participant

    Sorry for mass bumping the thread, but i found this:

    https://bbpress.trac.wordpress.org/ticket/2414

    But the “trac” says that it has been fixed?

    #176034
    DragonLordIX
    Participant

    Hello for I install this plugin today for my site and I have a small issue , I have Clef Login and The issue is that the clef login are in the bbPress Widget and it looks massive , is there away to have clef login still but not in the bbPress Login Widget or make it smaller
    here is the site if you want to know what I mean store.gearpowered.com

    Thank you In advanced

    #176027
    Robin W
    Moderator

    Most wordpress themes work fine with bbpress. There are plugins such as https://en-gb.wordpress.org/plugins/bbp-toolkit/ and https://wordpress.org/plugins/bbp-style-pack/ that will help integration and add features

    #176023
    heero
    Participant

    Latest WordPress and bbPress version. Any idea guys?

    #176021
    Fuskeduske
    Participant

    Hi Back9hours,

    I use this: https://wordpress.org/support/plugin/bbpress-new-topics

    with a little modifications found at the support forum, which seems to work fine.

    I can give you my modificated file?

    #176017
    trehesten
    Participant

    When users try to reply on a thread on their mobile it very often happens that they just bumps to first post in thread without submit the post. I have experienced this myself. I then go back, and send again. Sometimes it takes 2,3 or 4 times before posting is successful.

    I use wordpress 4.5.3
    bbpress 2.5.9

    Is there any tip on how to find the error?

    I use this theme on mobile:
    GM Neo (Graphene)

    This app to mobile switch:
    Any Mobile Theme Switcher

    I also have the following plugins for my bbpress:
    GD bbPress Tools
    bbPress Go To First Unread Post
    bbPress Unread Posts v2

    #176016
    arnalyse
    Participant

    I encountered the same Problem as Loc: The count returned by bbp_get_user_reply_count does not update with the user’s activities in the forums. The bbp_get_user_reply_count_raw computes the count directly from the database, which is computationally more expensive, but delivers a correct count.

    Furthermore Robkk is right: I just had a look at the source code of bbPress 2.6-alpha, and has added and hooked some functions to correctly increase and decrease the post count on user’s actions such as creating and deleting posts.

    #176015

    In reply to: Search not working

    Robin W
    Moderator

    This is probably because in the bbPress default theme package, there is a template called content-search.php. In some newer themes there is also a template of the same name. And since the bbPress templates don’t necessarily need to be in a bbPress folder, the bbPress plugin is choosing the template from your theme before the template that is actually in bbPress.

    Copy content-search.php from the bbPress plugin templates and place it in a child theme in a folder called bbpress.

    https://bbpress.org/forums/topic/bbpress-search-only-showing-last-item/#post-175880

    Functions files and child themes – explained !

    So create a directory on your child theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your theme

    find
    wp-content/plugins/bbpress/templates/default/bbpress/content-search.php
    Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/content-search.php
    bbPress will now use this template instead of the original

    #176008
    davidnator
    Participant

    Hello everyone, I recently installed bbpress to my wordpress website and noticed that the forum search bar was not working at all. For example, if I search for a topic, only my blog posts show up and not any topics. I’m pretty sure that this is due to a problem with my theme because if I switch back to twenty sixteen, then the search bar works again. However, I don’t want to switch back to twenty sixteen for certain reasons. Does anyone know how to fix this issue then with the theme?

    I’m using wordpress version 4.5.3, bbpress version 2.5.9, and my website is http://www.purposeshare.com/forums

    Thanks,
    David

    Stephen Edgar
    Keymaster

    This is now fixed and will ship as part of bbPress 2.6

    #175997
    forumableton
    Participant

    Hello,

    I have a problem for a while. The freshness of the answers are not correct. I do not understand why !
    Do you have an idea ?
    Site: http://forum-ableton.fr
    This is not a plugin conflict problem because even BBPress one that does not change.

    Thanks in advance.
    Cordially.

    #175989
    Robin W
    Moderator

    ok, I’d either

    change the theme to parent briefly and try it again – see if this fixes

    or try replicating to a test site, where you can play with it

    https://codex.bbpress.org/getting-started/testing-your-bbpress-installation/creating-a-test-site/

    #175985
    BigWorldDesign
    Participant

    My client has a bbpress forum and would like any images uploaded to the forum to open in a new window when viewed. I know how to make that happen on regular pages/posts but not sure if there is a way or plugin to force that feature in a forum with other users posting/uploading images.
    WP 4.3.5 and BBpress 2.5.8.

    Any suggestions? Thanks for any input.

    #175976
    Robin W
    Moderator

    the last set of code in this thread should give you what you want

    https://bbpress.org/forums/topic/adding-user-profile-button/

    #175975
    Stephen Edgar
    Keymaster

    It’s been a while since I tried it, I’ll have to re-attempt it in a couple of days when I have an opportunity to try it again.

    Cool

    As I recall, it imported the users fine, and then it looked like it was doing the posts, but after, I want to say about 150 posts, it froze there, never indicated further imports. When I checked the database tables, it didn’t appear that it actually brought the content from Dizkus over to bbPress at all.

    Ok, so it did something, thats a good sign in that the database name and password were correct.

    If you’ve ever used Chrome/Firefox “inspect” debugger, you can right click and select “inspect” or (view the source code of the web page) and there is some extra debugging MySQL statements you will see there, if when testing you have issues take a look at the last query and include that MySQL code here when posting back, it will help determine what went wrong.

    As to the localhost problem, I mirrored the Zikula site to my local WIn 10 machine, and then tried to import on a local WP/bbP site and it didn’t do anything. Seems like it just couldn’t find data.

    If it can’t find any data it should thrown an error message to that affect, if you don’t select Dizkus from the dropdown menu on the importer screen and use the default AEF that can be one of the causes, another is that the database is not in the same database server as your WordPress install.

    Did you import that database to your Win 10 machine or were you trying to connect to it remotely?

    #175974
    HalbrookTech
    Participant

    It’s been a while since I tried it, I’ll have to re-attempt it in a couple of days when I have an opportunity to try it again. As I recall, it imported the users fine, and then it looked like it was doing the posts, but after, I want to say about 150 posts, it froze there, never indicated further imports. When I checked the database tables, it didn’t appear that it actually brought the content from Dizkus over to bbPress at all.

    As to the localhost problem, I mirrored the Zikula site to my local WIn 10 machine, and then tried to import on a local WP/bbP site and it didn’t do anything. Seems like it just couldn’t find data.

    #175972
    HalbrookTech
    Participant

    Guessing no headway on this 🙁 I don’t know enough about bbPress or really Dizkus to dig in to it and try to solve the issues.. Bummer, because i really want to get this client off Zikula.

    #175967
    TriiXx
    Participant

    Ok i’ve found a response here : https://bbpress.org/forums/topic/import-error-with-kunena3/
    I try and i say you … in 8 hours …

    #175966
    TriiXx
    Participant

    Hello,

    I want migrate my Joomla website to WordPress.
    I have 23.000 members and more 100.000 messages.

    It’s good for :
    – Members
    – Forums
    – Topics

    But when he must migrate responses, i have an error message :
    “jos_kunena_topics not exists” -> It’s true … the table name is “jo_” not “jos_” … i don’t know why he adds a “s” …

    I use Kunena 3 and latest version of BBpress

    Someone can help me ?
    Thanks and sorry for my english.

Viewing 25 results - 11,076 through 11,100 (of 64,535 total)
Skip to toolbar