Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 16,276 through 16,300 (of 64,535 total)
  • Author
    Search Results
  • #159516
    EastDevonAlliance
    Participant

    It’s a live site with over 80 plugins to provide various bits of functionality – so this is not going to be easy.

    I do have a few bbpress-related plugins – which I can easily disable / re-enable without disrupting the main site – is it more like to be these plugins?

    Thx. Paul

    #159513
    Robkk
    Moderator

    i did find this topic that might help

    Simple Rating plugin for wordpress – get it working for bbpress?

    here is an old versions list of filters (its 2.0)

    http://etivite.com/api-hooks/bbpress/triggers/apply_filters/

    here is a gist that might be helpful (2011)

    gist.github.com/farinspace/1372637

    you can manually find topic/replies/forums filters in

    by going to through the plugin files in

    bbpress>includes>

    then choose replies/forums/topics

    then go into the template file to find all the filters used

    #159512
    Robkk
    Moderator

    try using this plugin, use the logout link from this plugin and use a custom login link for the bbPress login shortcode if you want.

    https://wordpress.org/plugins/baw-login-logout-menu/

    #159511
    Robkk
    Moderator

    @awpt

    bbPress uses the WordPress post tables.

    but to reset forum go to tools>forums>reset forums

    you should see these sub-menu items under tools

    Tools
    available tools
    import
    export
    forums

    #159508
    Robkk
    Moderator

    @yrisse3

    It could be a 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.

    you can also see if your theme is causing the issue but its probably more of a plugin issue..

    Themes

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

    #159506
    Robkk
    Moderator

    create a bbpress.php file and put it in your child theme , the default file bbPress is using has some extra code for post navigation that should be for blog posts.

    https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/

    you can also use CSS

    #bbpress-forums .navigation-post  {
    display:none;
    }
    #159504
    Robkk
    Moderator

    @eastdevonalliance

    It could be a 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.

    you can also see if your theme is causing the issue but its probably more of a plugin issue..

    Themes

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

    if not come back

    #159503

    In reply to: Hover Text Plugin

    Robkk
    Moderator

    there probably isnt a plugin like this for bbPress

    if the plugin works for custom post types it might work??

    you can contact the plugin developer to try to make it work on custom post types like the ones bbPress uses.

    other than that i suggest you post a job at http://jobs.wordpress.net/ and see if a developer can custom develop this for you.

    #159497
    Robkk
    Moderator

    maybe using conditionals in the user profile templates (copy these to a child theme) would do it.

    bbPress Conditional Tags

    it might is_single_user() then array the guest accounts user ID to hide the user profile information

    #159493
    Robkk
    Moderator

    It could be a 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.

    you can also see if your theme is causing the issue but its probably more of a plugin issue..

    Themes

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

    #159490
    Robkk
    Moderator

    @projectprince

    try this first

    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 twentytwelve, and see if this fixes.

    if the issue is only happening when only avada is the current theme then contact avada for help putting it back.

    #159488
    Robkk
    Moderator

    this should not be a problem with bbPress , but how you/something you installed changed the default from address that WordPress uses in the mail function.

    by default its wordpress@(yoursite)

    did you use a function/plugin to change the from address??

    It could be a plugin issue

    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.

    #159487
    Robkk
    Moderator

    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 twentytwelve, and see if this fixes.

    if switching the theme does fix the issue , and its not a plugin issue then contact your theme author for help.

    #159486

    In reply to: Best anti spam plugin

    Robkk
    Moderator

    for registrations i use bruteprotect it helps out alot.

    bruteprotect + akismet = <3

    plus combine that with bbPress’s spam control functions (throttle posting/time to edit)

    bbpress uses the comment moderation settings https://codex.bbpress.org/moderation-and-blacklisting/

    so combine that with the blacklist.txt from here and you should be fine

    https://github.com/splorp/wordpress-comment-blacklist

    casnbug
    Participant

    My page at http://www.ncfblues.org is using the evolve theme. I have installed bbpress and created a forums page but the forums will not show. I can’t figure out why since the evolve theme claims to be 100% compatible with bbpress. Also, if the user clicks their name on the bbpress user profile link it’s not taking them to their profile page. I would greatly appreciate some help and guidance.

    #159483
    wpgerd
    Participant

    Hello,

    when someone create a new post, my bbpress sent out an email to the subcribers of this Forum and to an email named noreply@radenavigator.ch. Why does this happen?
    The Domain of my Forum is Tradenavigator.ch not radenavigator.ch. So the mail have to be noreply@Tradenavigator.ch. Why try bbpress to sent to this adress, I did not specified this.

    Possible I made a mistake during Installation of bbpress and forgot the T, but I correct this. Can’t fount any wrong email in the Settings. Search the mql-Database for this string, nothing found 🙁

    Can someone explain to me why this email was generated? And how can I solve this Problem?
    thanks!

    Gerd

    WP: 4.11 bbpress: 2.5.5 Theme: Child of Twentythirteen

    #159480

    In reply to: Starting with bbpress

    Robin W
    Moderator

    bbpress works as a plugin to wordpress, so you set up a wordpress site and add bbpress.

    #159474
    rbrynest
    Participant

    Whenever a new user tries to register or login to my site, it just shows a white page with “blocked” written on it.

    I am using bbPress forum plugin and have the “Allow anyone to register” checked.

    My register page is using the register shotcode and as a login I use the (bbpress) login widget in a sidebar.

    I have checked for conflicts by deactivated all plugins but bbpress and switched to the default twentytwelve theme to see if this fixes. Unfortunately with negative results.

    Any idea what’s going on?

    Register URL: http://www.oppfraavgrunnen.no/registrer-deg/
    Login URL: http://www.oppfraavgrunnen.no/bbpress/

    Thanks in advice

    Regards
    Rune

    #159473

    In reply to: Best anti spam plugin

    jezza101
    Participant

    I wrote this up a while back. Hope it is useful.

    #159463
    vikramseth
    Participant

    Hello

    I was trying to edit the topic color in the bbpress.css but I was unable to do so. I need help in this.
    The link is:- http://baaplog.hol.es/forums/forum/baap-bando-ka-ghar/
    I want to do the color of XYZ topic to white.

    My wordpress version is 4.1.1
    My bbpress version is 2.5.5

    Thanks

    #159457
    briegull
    Participant

    I am trying to set up a bbpress forum with users registering through the bbpress tweak widget. Works except – how do I ASSIGN a password to users instead of their being assigned a random one? My audience is a retirement center where people are less than computer savvy.

    #159452

    In reply to: Best anti spam plugin

    Robkk
    Moderator

    Akismet , bbPress is integrated with Akismet

    #159446

    Hey, I’m kinda lost between wordpress.org and bbpress.org, how those things work ?
    What about our dashbord on the wordpress backoffice ?
    Thanks

    #159441
    brhahlen
    Participant

    After upgrading to 2.5.5 of BBPress, I get a 404 error on the forums. The main page of the forums can be found, but the forums themselves cannot be found.
    When I go from the admin panel and click “View forum”, this is also throws the 404 error.

    #159434
    Robkk
    Moderator

    there is no shortcode for recent replies

    you could try this??

    https://wordpress.org/plugins/amr-shortcode-any-widget/

    you could follow this tutorial to create a recent replies shortcode , i tried it and i didnt get the results i wanted before

    http://www.daggerhart.com/bbpress-recent-replies-shortcode/

    other things you could do is use get template part, then make a shortcode for a template

    https://codex.wordpress.org/Function_Reference/get_template_part

    you could do some custom query in a new template , put a custom sidebar in the template and place the widget there.

    then if you want follow this tutorial to use get_template with a shortcode

    kovshenin.com/2013/get_template_part-within-shortcodes/

Viewing 25 results - 16,276 through 16,300 (of 64,535 total)
Skip to toolbar