Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 14,926 through 14,950 (of 64,454 total)
  • Author
    Search Results
  • #163274
    Robin W
    Moderator
    #163272
    Tony
    Participant

    Thanks Robkk. It seems as though since bbPress is supposed to be compatible with multi-site that it should be able to have local admins for each blog.

    I appreciate your input.

    #163270

    Topic: Lestify

    in forum Themes
    GuiZolaii
    Participant

    Hi !

    I want to create a bbpress forum with the Listify themeforest theme but, when i access to the main forum, the presentation meet a problem :

    What can i do for resolve it ?

    Thanks,
    Guillaume

    #163255
    Robkk
    Moderator

    try this and see if it helps.

    it sends subscriptions using wp-cron instead of bcc

    https://wordpress.org/plugins/asyncronous-bbpress-subscriptions/

    #163254
    Robkk
    Moderator

    @ecorey @basemaly

    Alright make sure both of you have gone through these troubleshooting steps.

    • Deactivate all plugins except bbPress.
    • Switch to a default theme
    • Flush permalinks by switching to default , save , next switch to your preferred structure then save again
    • Clear any cache
    • Go to Tools > Forums > Repair Forums then run each repair job one at a time.

    Does it Work??

    If it does work now, activate your plugins one at a time and make sure to spot the one that might have caused the issue.

    Not a plugin issue??

    You can try these plugins one at a time to see which one helps.

    bbpress wp4 fix2

    bbpress wp4 fix

    And hopefully it works after all that.

    #163252
    Robkk
    Moderator

    Just shy away from using shortcodes for forum pages , it will be time consuming. You would have to possibly create pages for all instances of any bbPress page. This includes topic pages and user profile pages.

    The way you could get a non-fullwidth layout is to contact your theme author , which I think is Avada for help. Since they have more knowledge of how the theme works and I can’t just buy a theme and test it out and tell you what to do to have this layout.

    You could also do this manually with my help guiding you, but you would need some basic knowledge of how WordPress templates work.

    This guide will help with getting the layout , you would need to add the sidebar code back in like how the example template has. Please note that that is just an example template and is not something to copy and paste since all themes are different.

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

    #163251
    Robkk
    Moderator

    I interprete your “use WordPress as CMS not as blog” as : use “show static page” instead of “show last posts” in “customization”…

    CMS is an acronym content management system, and what I mean is instead of using WordPress for creating blog posts you can just use to manage your forums, users, etc.

    So I should put the bbPress root template as this static page. and fix the root folder as “” ?
    that what you suggest ?

    You could use the forum index shortcode [bbp-forum-index] or [bbp-topic-index] and place this in a page and make that your front page if that is what you want.

    Or create a custom homepage template to use like this site has.

    Read this for information about that. Creating Page Templates

    bbPress

    I don’t want to have a “/forum” in the URL.

    As for removing that I dont think you can , you can remove /forums though in settings > forums.

    You can rename /forum to whatever you want though.

    #163250
    Robkk
    Moderator

    the reply above me is spam do not worry about that.


    @oscarguy

    Thanks for your input. Do I find the membership plugins on the regular wordpress site or here on the bbpress site?

    I guess either one really , it is just the same data. Search “bbpress membership”

    you would probably get

    Paid Memberships Pro
    s2Member
    bbPress extension for membermouse
    Premium membership with Bitcoin
    Restrict Content Pro – bbPress

    There are probably more but might require some searching on google , you should test them out on a test site before installing on a production site.

    #163249
    virtualassphil
    Participant

    just now i manually created that page so the default forums will be replaced, and it does. and i assigned “bbpress sidebar” but it shows different sidebar compared to subforums i used. here’ http://www.virtual assistant philippines. org/forum/faq/ even though i used the same widgets for both forums and subforums. ( i separated my website url because im thinking that is the reason why my post is not appering here)

    have you check it? they are different content in the sidebar eventhough i used the same “bbpress sidebar” widget

    please advice.

    Thanks

    #163247
    virtualassphil
    Participant

    Hello Rob,

    I swear to god that the virtual assistant philippines. org /forums/ is not showing to my pages> all pages. it appears default after i installed bbpress plugin, i never touch it because i cant find that page to edit.

    #163241
    thierryyyyyyy
    Participant

    I already have such a WordPress Network.
    I use “multi-domain” to link different domains …

    I interprete your “use WordPress as CMS not as blog” as : use “show static page” instead of “show last posts” in “customization”…
    So I should put the bbPress root template as this static page. and fix the root folder as “” ?
    that what you suggest ?
    (I’m fighting to test it, I did not succeed yet but for stupid DNS problems…)

    Thank you

    #163239
    OscarGuy
    Participant

    Thanks for your input. Do I find the membership plugins on the regular wordpress site or here on the bbpress site?

    #163238
    coffeywebdev
    Participant

    Hello Everyone!

    I have my forums installed and I am happy with it. Now I would like to add a checkbox to the edit profile screen..

    I know in form-user-edit.php I can find the code that displays the fields, but can someone give me some insight into how this information is processed once the form is submitted?

    I know that this hidden field holds the action name:
    <input type=”hidden” name=”action” id=”bbp_post_action” value=”bbp-update-user” />

    but after looking at the file bbpress\includes\users\functions.php, where that action is being defined I don’t see where I could add in the extra code to process the custom field if I were to add it.

    I hope I am being clear, all I want to do is add ONE checkbox to every users edit profile page(where they change password/email), and save to user_meta… I know how I can add the field to the front end, but am unsure of how the data gets processed…

    Thanks,
    Anthony

    #163236
    Robkk
    Moderator

    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?

    You can delete a user then attribute their content to another user

    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.

    There are a couple of membership plugins that are compatible with bbPress, you could also use the bbPress private groups plugin.

    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?

    Your phpbb data will be imported into the WordPress database where bbPress would usually be. Cross posting I’m not sure. You should test this out on a test site to make sure everything is working okay and to your expectations.

    #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

Viewing 25 results - 14,926 through 14,950 (of 64,454 total)
Skip to toolbar