Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 15,001 through 15,025 (of 64,515 total)
  • Author
    Search Results
  • #163235
    PokerDB
    Participant

    Hello every one,ben trying to make my bbpress fullpage,but cant figure out how to do that and where to upload files after you create fullpage?

    Any help would be wery nice 🙂

    Cheers martin

    #163231
    OscarGuy
    Participant

    Thanks for that. I didn’t see that FAQ before. Here are some questions not specified here:

    Is there then a way to merge users? So that if someone registered on the WordPress site and separately on the forums that afterwards they can be combined?

    We have a members-only section for our forums. I understand these forums will be made public and we would need to hide them, but is there a way to set up users that have access only to certain sections while the general public has access to everything else? I don’t want to assign all of our members the ability to edit content on the site, just have access to a members only forum.

    Will this create two separate MySQL databases? Will the old phpBB still be there and operational? Can the two be used simultaneously and will content posted in one cross-post to the other once merged to bbpress?

    paulchrisluke
    Participant

    Site: http://www.rexydesign.com/forums

    Hello! I recently migrated my site to a VPS. Ever since then, the “notify me of follow-up replies via email” has not been working. I downloaded a plugin to test email using PHP mail() function, and those emails do come in. However, the BBpress ones do not.

    I contacted my host about this, and this is what they sent me:

    “I have reviewed the server and was able to confirm that it is currently able to send email using the telnet command. Now that you are on a server all emails sent from the server must relay through our relay server which is: dedrelay.secureserver.net please ensure that your scripts and plugins that send email are configured to send through the mentioned relay server on port 25, failure to do so will result in emails not sending.”

    Any help would be appreciated!

    #163223
    Robkk
    Moderator

    Im not sure maybe bbp_new_reply_pre_insert ?? All the hooks are listed here though.

    http://hookr.io/plugins/bbpress/2.5/hooks/

    #163222
    sowmya
    Participant

    Thanks Rob.

    Hi all,

    Any idea about a bbpress hook that allows to modify the topic or reply before it gets saved to database?

    Thanks!
    Sowmya

    #163214
    Robkk
    Moderator

    Does the bbpress notify (no spam) notifcations work??

    Does default bbPress forum notifcations work without wp-smtp??

    #163213
    Robkk
    Moderator
    #163212
    Robkk
    Moderator

    So topic subscriptions do not work if you subscribe to the topic after it has been approved??

    Did topic subscriptions work before you installed bbpress moderation??

    #163211

    In reply to: Mobile theme conflict

    Robkk
    Moderator

    Go through some troubleshooting steps.

    It might be a conflicting plugin so leave bbPress and Jetpack activated.

    Troubleshooting

    #163210
    Robkk
    Moderator

    @kenneston

    do you have a custom bbPress theme??
    because the forum description should show on the frontend

    the topic description does not show below the topic title like the forum description should do by default.

    All titles should show though.

    for the forum description make sure you have

    <div class="bbp-forum-content"><?php bbp_forum_content(); ?></div>

    in loop-single-forum.php

    #163209

    In reply to: Sidebar Issue

    Robkk
    Moderator

    Try some troubleshooting steps listed here.

    If they say the issue persists in a default theme , then it either is a plugin issue or just how you are trying to set up your forums.

    Troubleshooting

    #163207
    Goingfor2
    Participant

    i have the mobile theme for jetpack enabled, but it might be conflicting with bbpress. Whenever I go to the forums on my phone, it starts to load in the “mobile” version, then it goes blank and reloads in the “non mobile” version. Is there something in the coding that conflicts with jetpack? It doesn’t happen on any of my other pages or posts, just the forums. My site is goingfor2.com and the forums are are goingfor2./forums. Thank you.

    #163205

    In reply to: Sidebar Issue

    Robkk
    Moderator

    This is caused because bbPress is rendering a certain template in your theme , this happens to be a template that is full width without a sidebar.

    Is your theme a premium theme or a free theme??

    If it is free, I can check it out and tell you what you need to do.

    If it is premium , the theme authors will have to help you as I cannot just buy a theme just to test it.

    see if this guide can help you though?? It tells you about modifying the main template , you can use this to put the sidebar back in.

    If you have any questions about it or suggested improvements please let me know.

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

    #163203
    Robkk
    Moderator

    @manni1970

    I just translated my test site into German, I don’t see an issue??

    As long as you have the latest active versions files it should work.

    Did you get your .po and .mo files from here??

    https://translate.wordpress.org/projects/bbpress/2.5.x/de/default

    #163201
    BBIndikator
    Participant

    bbPress Moderation uses this function:
    bbp_notify_topic_subscribers( $reply_id, $topic_id, $forum_id );

    On this transition-hook:
    add_action( ‘pending_to_publish’, array( $this, ‘pending_to_publish’ ), 10, 1 );

    But it seems that it will not work properly..

    BBIndikator
    Participant

    Hello there, hope you’re well..

    Has anybody a working solution for the following issue?

    Newest WP and bbPress, last version of bbPress Moderation.

    If bbPress Moderation is active, it will deactivate users subscription to a topic, after status from a pending reply of this user is changed to publish. It deactivate both possibilities: subscription on top and it uncheck the email notification status inside the bbp-form.

    I tried to deactivate all other plugins, but it will not work, too.

    Is anybody out there with a tip or a working solution ?

    Thank you and best regards

    #163199
    kwelch007
    Participant

    Hello,

    I have WordPress 4.2.2 with bbPress 2.5.7, bbPress Enable TinyMCE Visual Tab 1.0.1, and bbPress Notify (No-Spam) 1.8.1 and WP SMTP.

    Everything is working fine except for the Email Notifications from the forums. I really need to get this to work. I’ve tried various permissions changes, etc. WordPress itself works fine and when I send test emails, they come through, but I don’t get the auto-notifications.

    Can anybody help???

    Thanks
    Kendell

    #163198
    OscarGuy
    Participant

    If I use the bbPress import tool to import the database of an existing phpBB board, will it pull over the users and their passwords or will it require new usernames and passwords for everyone who signs up? I’m concerned that old posts won’t be attributable to their original posters.

    #163196

    Topic: Change colour

    in forum Showcase
    Kerstey
    Participant

    Hi
    I’m creating a site which has a green/blue background and I need to change to colours of the forums as the text is white and can’t be seen.
    Can anyone point me to where I need to go to change this please?

    Link to my site

    Thanks

    BBPress Version 2.5.7
    WordPress 4.2.2

    #163190
    sowmya
    Participant

    Hi Rob,

    Regarding the bbpress part, I could see that the filter used bbp_get_topic_content in fact helps to modify the reply before displaying it. In fact I need to save the edited reply in the database. This is required because the making the URL no clickable is needed only for specific user roles.

    So can you please let me know if we have any action or filter which acts on the reply before it gets saved to the DB and thus save the modified one in DB!

    Thanks!
    Sowmya

    nikhilnaik
    Participant

    Hello!

    I successfully implemented the code put up here – New Topics so as to show a new tag next to a topic in forum. But as per this link, the new tag will flash until 3 days. I would want to modify it such that the tag disappears once a user replies to the topic. Is there any function to get this functionality?

    Thanks!

    #163188
    virtualassphil
    Participant

    Hi Rob,

    After i installed bbpress plugin, i just created pages in the forum section like this one http://screencast.com/t/4y9uyeLo

    but i cannot find the archive http://virtualassistantphilippines.org/forums in my pages section that is the reason why i cannot edit that page because its not showing in my pages> all pages

    I setup the single forum pages sidebar because that pages is showing in my pages>all pages

    please help

    #163184
    manni1970
    Participant

    Can someone help me?
    I just downloaded and installed bbpress.
    I have set language in wp_config.php to de_DE.

    In WordPress unter Settings/Language is set also to German.

    Why does backend and frontend still show up in English?

    What else do I need to configure?

    Joseph Di Pasquale
    Participant

    The title pretty much says it all. I would like to replace the forum role (ex: Participant) with the WordPress role (ex: Member) when a user starts a new a topic or replies. I want the bbPress roles to barely be seem by any of my members. Keep in mind, I am very limited with my coding skills so please be as detailed as possible, thanks!

    #163182

    In reply to: Error in Installation?

    OscarGuy
    Participant

    I did some testing and found the following plugin was the only one preventing me from seeing the Forum option in the dashboard menu. Has anyone else had this issue or know how to fix it so I can have both active at the same time?

    Find and Replace
    Version 2.0 | By Ramon Fincken, Bas Bosman

    I assume that something in the Find and Replace plugin, which adds its own option in the dashboard menu, is blocking the BBPress menu item from displaying.

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