Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 11,751 through 11,775 (of 64,535 total)
  • Author
    Search Results
  • #173969
    Pascal Casier
    Moderator

    Hi Marc,
    I didn’t try any of them, but these are some possibilities:
    1) installing bbPress on the us_US and then downloading the nl_NL bbPress translations and adding them in the bbPress folder (https://codex.bbpress.org/getting-started/bbpress-in-your-language/)
    OR
    2) Go MU and have the main site in us_US and create a subsite in nl_NL
    Pascal.

    #173968

    In reply to: Error BBpress

    Pascal Casier
    Moderator

    Because it’s not bbPress causing this. What plugin do you have for memberships/roles/capabilties ?
    What version of bbPress and WordPress ?

    #173967
    Pascal Casier
    Moderator

    Could you point me to that plugin for bbPress sidebar ?

    Pascal.

    #173965
    Pascal Casier
    Moderator

    Hi,
    This seems a BuddyPress question, not a bbPress question, right ?
    I think the BuddyPress forum would be a better option to get an answer.
    Pascal.

    sidebarissue
    Participant

    Hey guys,

    I’m having one issue that I can’t seem to figure out. I’ve looked everywhere but I can’t find anyone with the same issue. I’m using the Be Theme with bbPress, and my sidebar widgets (for the forum only) aren’t showing up. When I drag the widgets onto the Plugin | bbPress sidebar, I get an empty sidebar. When I put the widgets in the footer or on a different sidebar (like the blog or even the footer), they work fine. The people from Be Theme say bbpress is fully compatible with Be Theme so I’m a bit confused.

    Additionally, I’ve tried deactivating all plugins besides bbpress and that didn’t help. I also ran the forum repairs and nothing happened. I still haven’t tried switching to the twentytwelve theme because I don’t want to lose all of my settings for my current theme.

    Have any of you ever encountered this before? I figured I’d try here before trying on the Be Theme forums.

    MY ACTIVATED PLUGINS (even though I said my plugins aren’t the cause of the issue)—————–

    – Add Meta tags, All in one SEO pack, bbpress, bbpress report content, bbpress login register, contact form 7, duplicate post, force regenerate thumbnails, gd bbpress attachments, gd bbpress tools, google analytics, google xml sitemaps, jellyfish counter widget, jetpack, layerslider wp, mycred, newsletter, related posts thumbnails, slider revolution, user role editor, wordpress popular posts, wp smush, wp user avatar, wpbakery visual composer

    bbpress v2.5.8 and the latest version of wordpress. Additionally, I’d rather not give my website name publicly, but I will give links to a mod if they need it.

    Here is a screenshot of the site so you can see. There is a sidebar active (once I delete the widgets the sidebar goes away obviously).

    Thanks in advance

    lim sungbeom
    Participant

    I want to link a group to a forum which exits,

    So I checked it and set a forum name (first one below โ€˜Customer Centerโ€™) in group forum box and save

    but then check in the checkbox is disappeared

    at last, I found that if I modify the group forum settings in the group page setting in backend,
    the setting sustain, even though I click or not group forum setting in the group setting option in in frontend.

    I tried with default theme twenty-thirteen and KLEO.

    Is it normal or bugs?

    โ€“ frontend setting page :

    https://www.miinfra.co.kr:44373/infra/groups/%EA%B3%A0%EA%B0%9D%EC%A7%80%EC%9B%90/admin/forum/

    โ€“ Backend setting page :

    https://www.miinfra.co.kr:44373/infra/wp-admin/admin.php?page=bp-groups&gid=588&action=edit

    wordpress ver 4.42
    buddypress Version 2.5.2
    bbpress Version 2.5.8

    #173960

    Topic: Error BBpress

    in forum Troubleshooting
    laurcarsan
    Participant


    Notice: Undefined offset: 0 in /homepages/22/d392911797/htdocs/app548697787/wp-content/plugins/bbpress/includes/topics/capabilities.php on line 80

    Notice: Undefined offset: 0 in /homepages/22/d392911797/htdocs/app548697787/wp-content/plugins/bbpress/includes/replies/capabilities.php on line 62

    Please help me with this Error ๐Ÿ™

    #173955
    Pascal Casier
    Moderator

    It’s not an issue at all, it’s just what is displayed. bbPress always had one thing, BuddyPress started putting another one. I didn’t have time yet to have a look at the function in BuddyPress as I’m very busy professionally at the moment.
    Pascal.

    #173953
    cmavrikas
    Participant

    Do you think thia is a BuddyPress related issue or bbPress?

    Robkk
    Moderator

    It kind of is both, the issue is caused by some CSS that becomes useless after it uses li.bbp-body that seems to not close properly, breaking the markup when threaded replies is enabled. The avatars going to the top left corner is caused by absolutely positioning the avatar when it reaches about 480px.

    https://bbpress.trac.wordpress.org/ticket/2823

    A possible workaround for this would be to have a horizontal forum layout.

    This stylesheet has an example of the horizontal layout I was talking about. You can Place the file in a folder called css in your child theme to see how the layout takes affect. I have not tried it with 2016 theme yet though so I do not know how it will do.

    https://gist.github.com/robkk/ec3129ef78397783fa2a23389be47649

    #173948
    Robkk
    Moderator

    Well not a bbPress specific plugin, but there are a few plugins that can work with custom post types (bbPress uses custom post types).

    A plugin I found and tested is called NS Featured Posts, but like I said many other plugins could possibly work too.

    After installing the plugin make sure to go to Settings > NS Featured Posts and make sure to add the topic custom post type from bbPress in the plugin’s settings.

    Now we can go to Topics > All Topics and see a new column that says Featured. Make sure to click the checkbox near the topic you would want to feature.

    Now we are going to make a custom view to display these featured topics in a topic list, and also be able to display them in pages with a shortcode.

    Add this php code snippet into your child themes functions.php or insert this snippet into a custom plugin like functionality.

    This function displays about 10 featured topics on a single page, change 10 to whatever you want.

    function rkk_register_featured_view() {
     bbp_register_view( 'featured', __( 'Featured Topics' ),  array( 'meta_key' => '_is_ns_featured_post', 'meta_value' => 'yes', 'posts_per_page' => '10', 'max_num_pages' => '1'), false );
    }
    add_action( 'bbp_register_views', 'rkk_register_featured_view' );

    Now in a custom page or widget area that has a widget text area that can handle shortcodes, insert this shortcode.

    [bbp-single-view id='featured']`

    #173943
    Robin W
    Moderator

    I suspect you have a bbpress related function in your theme, or are running other bbpess reliant plugins

    Valery Kondakoff
    Participant

    Hello, Pascal!

    Thank you for helping me again. It turns out this is not .bbp-author-avatar issue. The issue starts when you enable threaded replies in bbPress settings. This is reproducible on fresh WP/bbPress install as well.

    So, if threaded replies are enabled, the issue appears. I just disabled those setting on all of my sites and the issue disappeared.

    Summary: if threaded replies are enabled in bbPress settings, the topic is rendered wrong on small screens (less than 414ร—736).

    Bug? Iโ€™m using bbPress 2.5.8 with theme Twenty Sixteen (WP 4.4.2).

    #173939
    Pascal Casier
    Moderator

    Hi,
    Great tags ๐Ÿ™‚

    Did you try with bbPress2.6-alpha ? It very very stable now and the importers have improved a lot.
    https://bbpress.org/download/

    Pascal.

    #173932
    madflute
    Participant

    Hi Pascal,
    Guess what, all is working now even after I reenabled “bbPress Notify (No-Spam) 1.10”. I am stunned. What was the 4 days of agony for, I don’t know.

    Speaking of cache issue, I was wondering about that. I installed “WP Super Cache – Clear all cache” in early dev but I don’t think it has ever worked. Do you have any recommendation?

    I have one remaining issue:
    The subscriber who clicked Forum Subscribe only gets notification on new Topic creation but not Replies. Subscribers have to subscribe to each topics in order to receive notification on replies. On top of that, “bbP Manage Subscriptions” plugin only controls at the Forum level but no the Topic level.

    I need subscribers who subscribed to a Forum gets notification on all the replies within its Forum. Is this possible with some plug-in? I can’t find any.

    And then I need subscribers gets notification of Topic updates, like when announcement was updated. Is it possible?

    #173927
    imborx
    Participant

    Hi,

    I have bbpress installed and I’m using it having forums inside a group. My problem is that the title of a single topics seems like “Group | Webpage”. How can I like this forums? To show: “This is a topic | Webpage” or “This is a topic | Group | Webpage”

    Thank you ๐Ÿ™‚

    #173924
    thelaw
    Participant

    Several months ago I tried to import a phpbb 3.1 forum into bbpress. Sadly it didn’t work. It was frustrating because the description says it works. It would be very beneficial to have version numbers and dates associated with anything associated with bbpress, including importers. Otherwise it’s a constant source of frustration downloading, trying, failing. No need to have done so in the first place if the version number was already a part. Thanks for the consideration.

    ma3ry
    Participant

    Does this not mean that there is an issue with bbpress?

    bbp_setup_current_user was called incorrectly

    #173916
    Pascal Casier
    Moderator

    It’s somewhere a cache issue or so !
    So for me if it worked, there might be a conflict between bbPress Notify and async. Can you try to deactivate one and then other for a longer period ?
    Pascal.

    Valery Kondakoff
    Participant

    Hello!

    I’m using bbPress 2.5.8 with theme Twenty Sixteen (WP 4.4.2). Accidentally I noticed, that when viewing topic on a devices with small screen (less than 414×736) all of the author avatars are sliding to the upper left. Here is a screenshot: Screenshot

    I tried to install bbPress on a fresh WP install and the avatar does not seems to slide, when viewing in small screens. So, I deactivated all the plugins, removed all known theme modifications, css styles, but avatar is still misplaced.

    Here is a link to the test topic: http://rugby-forum.ru/wp2/forums/topic/test/ Can you please, take a look and guess what may be wrong here and how to fix this?

    Thank you in advance!

    Pascal Casier
    Moderator

    As these are not coming from bbPress, I don’t think i can help you here, sorry.
    Please see what other plugins you might have.

    Pascal.

    #173911
    Marc
    Participant

    I have a somewhat similar problem. I have an English site, but want to run a Dutch forum on it. Hence, changing the site’s general settings is no option for me.
    I’ve uploaded Dutch bbpress-nl_NL.mo and bbpress-nl_NL.po files into the folder wp-content/languages/plugins (and there I removed the original en_GB files). I also tried making a wp-content/languages/bbpress folder with the language files, but failed to resolve the problem (which basically is that when Dutch forum participants type in text all of their words get marked with red underlining as if they are not knowing how to write).
    I would very much appreciate some help here.
    The site is called HenHub, and one of the (test) fora is called Facilitators.
    Many thanks in advance!

    Robkk
    Moderator

    So I thought: I have a MS installation, why not put the forums into their own subsite (subdomain). Noone will notice if I use the same theme and let the menus crosslink the sites. (Except those who actually look at the URL.)

    My question is: Would you do that, too? Because it seems, people in these support forums only ever try to migrate their forums into their blog install, not the other way round. Which, as I would expect, would make things much slower on their end.

    You can do that. You do not have to run a blog and forum on the same site. You can just use WordPress for content management on your bbPress forum only sub site.

    #173904
    Robkk
    Moderator

    @bethannon1

    You can put this bbPress default themes CSS from the plugin into a folder called css in your child theme and edit the css file to your liking.

    https://codex.bbpress.org/themes/theme-compatibility/

    #173902
    madflute
    Participant

    Hi, its WP-Mail-SMTP.

    My understanding was that bbPress sends notification to noreply@mydomain.com with bunch of BCCs, that will be blocked everywhere, and I thought I needed async plugin to remedy issue, no?

    I have something new here. When I disabled bbPress Notify (No-Spam) 1.10, well not exactly. When I disabled bbPress Notify (No-Spam) 1.10 then enable it then disable it again yesterday, the notification did work the rest of the day. I went to bed in peace. Then this morning it stopped working again.

    In my mail log, I see notification went out to subscribers upon reply. Today, the only entries I see is non-BBP notification even though I see now topic was created and replies were made. Quite frustrating ๐Ÿ™

Viewing 25 results - 11,751 through 11,775 (of 64,535 total)
Skip to toolbar