Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 12,876 through 12,900 (of 64,454 total)
  • Author
    Search Results
  • #169774
    Pascal Casier
    Moderator

    You have somewhere entered in the wordpress or bbPress settings a ‘/index.php’ that should not be there according to me !
    Pascal.

    Pascal Casier
    Moderator

    Hi,
    What plugins are you using concerning user roles or for bbPress ? I know of at least 1 bbPress plugin that has issues with the new WP 4.4
    Pascal.

    #169770
    redblacked
    Participant

    yes,

    auto connect “wp-admin.php” when bbpress is login failed.

    i want redirect it.

    #169768
    Chappers39
    Participant

    Hi Guys
    I presume that this was not fixed as I too have the same issue and am using Avada

    Frustrating especially as Avada recommended BBpress

    #169756

    In reply to: can’t use pagination

    Robkk
    Moderator

    Updating to the most recent version of bbPress might solve this issue??

    If you want to, backup your site then update bbPress to see if it fixes that.

    #169751
    Robkk
    Moderator

    I copied the bbpress templates from the plugins folder into my themes folder

    Yeah that works too, I just didn’t want to suggest that at first because of how custom the templates could be in your theme. Glad you got it sorted out. 🙂

    #169749
    Robkk
    Moderator

    I cannot replicate this issue on the default single site installation of bbPress, or on multisite, using the bbPress forum index shortcode.

    Glad you fixed it using a tool?? Do not know for sure what tool exactly you are talking about though.

    #169748

    In reply to: Wrong Sidebar

    Robkk
    Moderator

    Wait do you want full width or with a sidebar??

    Making Forum Width 100% in point

    Does the bbPress wp tweaks sidebar work on a single forum or single topic page? It may not work if you placed the forum index shortcode in a custom page.

    #169744
    Robkk
    Moderator

    Probably not a bbPress issue specifically, keeping watch though.

    https://wordpress.org/support/topic/broken-in-wordpress-44?replies=2

    #169739
    Pascal Casier
    Moderator

    Hi,
    I remember that people found this one a very nice child theme that was going towards phpBB : http://www.epicwebs.co.uk/bbpress-tutorials/bbpress-starter-theme/
    Have a look if it can help, otherwise just get back here.
    Pascal.

    #169737

    In reply to: Post Counts

    Pascal Casier
    Moderator

    OK, as you have avada, could it be the same like here: https://bbpress.org/forums/topic/post-count-incorrect-repair-tools-dont-fix-the-problem/ ?

    #169736
    Pascal Casier
    Moderator

    Hi,
    Some questions to you:
    – You have 2900 replies, how do you know to what topic they relate to ?
    – If you have 1400 topics and e.g. 5 forums, how do you know to what forum a topic belongs ?
    – To show some stats, how do you know when a topic or forum was last changed ?
    => All answers are the same: It’s coming from the meta data of the posts. So this data really needs to be filled.

    Please refer to the bbpress codex for custom imports (https://codex.bbpress.org/getting-started/importing-data/import-forums/custom-import/).
    I think you will find what you need overthere, if not, give us a shout here again !

    Pascal.

    #169733

    Hi all,

    Thanks in advance for any help/advice you can provide! I am trying to migrate forum data from another platform (I believe it’s a homegrown ASP.net-based forum). I have all the data in spreadsheets/csv files and am trying to put together the SQL statements I need to move it into bbPress.

    I put together a small test import (a single post to a single forum) for ‘wp_posts’ that looks like it mostly worked: the imported data is visible under Topics in the WordPress admin but it doesn’t show up when you browse to the Forum it’s assigned to on the front-end.

    I noticed that when I create a topic in the traditional way (through the front-end) that it creates several entries in ‘wp_postmeta’ also (like _bbp_topic_id, _bbp_forum_id, _bbp_author_ip, _bbp_last_active_time, etc).

    Does anyone know if it’s the absence of post meta for my imported data that’s causing it not to display on the front-end? If so, how much of this info is required?

    I have 4300+ posts across 1400+ topics that need to be imported. Some of the post_meta data (like forum and topic id) will be easier for me to cross reference but other data (like reply_count, last_active_time, etc) would be a very manual process to try to include in my import.

    Any suggestions or advice on the best way to get this data into my database?

    #169726

    Topic: Post Counts

    in forum Installation
    Chappers39
    Participant

    Hi Guys

    I am really new to all of this, I have installed BBpress on my site, I have a forum running and have managed to get some topics and replies etc, I have noticed that the post count is at zero (apart from mine) – is taht because i have not set up for them to register first?

    Is there an easy fix to get the count working? If not to actually hide the count?

    I have looked on some posts on this but do find them a little confussing, sorry

    i am using avada if this makes a difference

    many thanks Harrison

    #169720
    gburak
    Participant

    I copied the bbpress templates from the plugin folder into my themes folder.

    And now they’re there!

    [topic resolved]

    #169719
    Julia_B
    Participant

    Hi @casiepa – thanks, but I’m not asking about changing the upload size this time.

    I just want to remove the notice that says ‘Maximum file size allowed’ (and surrounding yellow box) from the form.

    I am still using GD-bbPress Attachments.

    #169718
    Pascal Casier
    Moderator

    Hi,
    What plugin are you using for the attachments ?
    EDIT: Found this back, so I suppose you still use the same ? (https://bbpress.org/forums/topic/gd-bbpress-attachments-file-size-issue/)
    Pascal.

    #169714
    Mei Ling
    Participant

    Hello,

    whant kind of code should I use in my child theme to get the last visit in the BBPress profile?

    I thank you in advance

    Regards

    Mei Ling

    #169712

    Topic: Wrong Sidebar

    in forum Themes
    meriadoc84
    Participant

    I have followed some of the topics on removing/adding/modifying sidebars in bbPress and tried unsuccessfully to create the desired outcome. I have an index page linking to a number of Forums but I cannot get the sidebar to work despite using bbpress wp tweaks and widget logic. The bbpress sidebar appears in the widgets theme section of dashboard and I can add widgets to it but the sidebar itself will not display. Instead I get a series of widgets I did enter including Pages, Archives, Categories, WordPress, and Subscribe. I have no idea why those particular widgets are appearing instead of the bbpress sidebar ones I have selected.

    #169710
    bschaich
    Participant

    Looks like bbpress codes are not computing if they appear on a front page.

    Reproduction:
    1. Make a new page and name it foo
    2. Enter the string “[bbp-forum-index]”
    3. Check the preview of page (Everything should work as expected)
    4. Save the page and publish
    5. Goto settings -> Reading and set the page “foo” as front page
    6. Call your site.

    What should happen is that nothing appears on the page, except its title.

    Versions: WordPress 4.3.1, bbpress 2.5.8
    Wordpress is running in MU mode. Dont know if this is really an issue.

    Man, this took me a million calls of that front page to get it. It might also have destroyed the structure somehow, as somtimes I had the impression that bbcodes did not work at all. This went away after using the restructure feature/tool.

    With best regards,
    Benny

    #169708
    FliP0x
    Participant

    Using WordPress 4.2.1, bbpress 2.5.8.

    The problem I have it the following: (dots are spaces, eg. how many times enter has been pressed)

    “Example post
    .
    .
    .
    Example post”

    won’t keep its original spacing and gets squeezed into:

    “Example post
    Example post”

    I don’t want to increase the default margins, I just want bbpress to recognize spaces in a post.

    #169707
    gburak
    Participant

    I copied the bbpress templates from the plugind folder into my themes folder.

    And now they’re there!

    [topic resolved]

    #169694
    redblacked
    Participant

    bbpress login widget question,

    user’s login failure connect url is “mydomain.com/wp-login.php.” in bbpress login widget.

    I want to redirect url.

    how can i redirect url?

    #169693
    snestler
    Participant

    I’m using WP 4.3.1, and bbpress 2.3.8. When replies to a topic hit the limit for a page, the second page is created, but links to that page don’t work; the user is taken to the home page.
    My site is http://mtbrookoftory.org.
    Thanks for your help.

    #169692

    In reply to: Buddypress Profile

    chigoziekyrian
    Participant

    Ok. Thanks, but which theme are you talking about?? the bbpress theme or my blog theme??? because am using the bbpress default theme

Viewing 25 results - 12,876 through 12,900 (of 64,454 total)
Skip to toolbar