Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 11,001 through 11,025 (of 64,454 total)
  • Author
    Search Results
  • #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.

    #175961
    JohnP
    Participant

    I’ve already searched both the parent theme and the child theme for the string “bbp”, but can not find it there.

    The previous developer did some rather unorthodox coding, so anything is possible.

    They might have even edited core WordPress files.

    Is there any other way of testing where a bbPress-dependent function might be running?

    #175958
    Robin W
    Moderator

    yes it goes in the functions file of your child theme

    Functions files and child themes – explained !

    #175957
    IndigoO
    Participant

    Where would this code be added? I’m trying to do the same by adding it to my child theme’s bbpress.php file, but is just showing the raw code on the page. I may be in the wrong file, or else have something else missing. Thanks if you can direct.

    #175956
    vivnt
    Participant

    In my main forum page, I only have categories listed. Under each category, there are a couple of forums and people would post under each of these forums. However, on my main forum page, the freshness just states no topics. Is there a way to change it to include the subforums under it?

    I have tested without any other plugins other than bbpress.

    #175955
    samdonato
    Participant

    Wordpress 4.5.3
    BBPress 2.5.9

    See the issue at http://solosection.com/forums/topic/asdf/

    I have an issue and I am pretty sure it is in BB Press. I deactivated all BB Press and user plugins and it still happens.

    I have the option “Embed media (YouTube, Twitter, Flickr, etc…) directly into topics and replies” turned on and have it configured for Instagram. In Instagram, users tag other users in comments, in this case, @Solo_Section. Somehow the text in the embedded Instagram post is being transformed to a link to the user profile within BB Press and breaks the embedding.

    I don’t see any options anywhere to configure this. Anyone know where this functionality lives?

    #175954
    IndigoO
    Participant

    It took me a ridiculous amount of time to find where to make this change and make it, and even then it is in the main bbPress code. I couldn’t get it to see anything I put in my child theme, because it is accessed through plugins, not themes. I know I’ll have to update the file again manually as soon as I update bbPress.

    Also, that plugin only allows you to add new fields, not display existing ones. Doesn’t it seem odd that you would be prompted to enter data in fields on user profile edit, but then not have any of them show on view? By default the user fields should be available to show, at least standard ones like description, website, and social media profiles.

    If you use that plugin to manually create some of those fields, your users will see two of each, the original ones that won’t show in view mode, and the custom ones you created. Not workable.

    So really I see nothing to do other than manually editing the user-profile.php file to line by line include each field you want to show. How are some people not caring about this? It just seems so fundamental to me. Why go all the way to something like BuddyPress when all you want is field data already being collected to actually show?

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