Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 4,626 through 4,650 (of 64,431 total)
  • Author
    Search Results
  • #210978
    Robin W
    Moderator

    bbpress just uses WordPress login, so if your users have WordPress access (eg subscribers), then they will get the bbpress default access (or you can manually set this up).

    you then set each forum as ‘private’ and it’s existence is then only seen by subscribers

    #210976
    scoleriptideio
    Participant

    wordpress version: Version 5.4.1
    bbPress version: Version 2.6.4
    site: riptideio.com
    theme: Salient with custom child theme

    On our site, we have a “Partner Portal” page which is a restricted access page. Users are “subscribers” and they need to login to view the page contents. They do not register, they fill out a request for access form and we selectively hand out the credentials. We are looking to put a forum page nested on this Partner Portal (on the Partner Portal page, there would be a button that says “Forum” that would take them to a forum page). We only want this same group of users who have access to the Partner Portal to have access to the forum, and they can easily navigate to it once logged into the Partner Portal.

    Is this possible? And would users need to re-login to the forum page when they navigate to it from the Partner Portal? Would we need to have a sidebar on the forum page with login widget?

    Any help or comments about how to go about this would be greatly appreciated. Thanks!

    #210971
    sleestak
    Participant

    Unless I am doing something wrong, item 6 forum description just shows up under the forum name. I am looking to put announcements/notices above the listing of forums. There is an old plugin called bbpress-notices that does something similar. Preferably, I would like these to be Super Sticky posts instead of just notices but could work with that.

    Notices at top of forum

    #210967
    Robin W
    Moderator

    ok, it probably doesn’t work for lots of nested then.

    It is a known error with bbpress and there is a trouble ticket lodged for it

    #210945
    Robin W
    Moderator

    by default bbpress does not require approval – they should just publish.

    So either you have another plugin doing this (eg bbpress notify) or your comment moderation is set to tight – look in

    dashboard>settings>discussion and check the befor a comment appears and the part below where the no. links allowed in a comment and the words that are allowed.

    #210943
    Robin W
    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Forum Display enable item 6 forum description.

    Then in

    dashboard>forums>edit forum in each forum you can put in the content part whatever you want to appear. in your case the same description for each forum, but you can have a different.

    Finally to get this on the main forums list, create a page called ‘forums’, and put your description at the top of this. Then add the shortcode [bbp-forum-index] to this. bbpress will then use this as the main forums page.

    #210935
    Robin W
    Moderator

    looks like bbp_title is not working for users.

    the code is called by a filter in
    \bbpress\includes\core\filters.php

    which is

    Line 43: add_filter( 'wp_title', 'bbp_title', 10, 3 );

    the function bbp_title is held in

    \bbpress\includes\common\template.php

    and the function starts at line 2578.

    I may get a chance to look further tomorrow (or maybe not!), but if you fancy having a look. The function has a filter at the end, so if you can work out what’s wrong, should be easy to add a fix

    #210932
    Robin W
    Moderator

    ok, so I just tried 2019 on my test site, and I get the user name on the title bar, with just bbpress as the only plugin.

    #210923
    Kikis
    Participant

    I m trying to change the size of my bbpress hot tags and give it a color “red” so it’s will be different

    Is there a way I can achieve this

    #210915

    In reply to: Anonymous spamming

    Robin W
    Moderator

    if you can produce a set of replicable steps, then I’ll happily look.

    bbpress is installed on over 300,000 sites, and I’ve not seen this being reported in over 7 years of moderating.

    #210911

    In reply to: Anonymous spamming

    pnccontact
    Participant

    I have google capcha “not a robot”
    unregistered user can’t post
    looks like a bug in bbpress since no plugin are active for user…

    bluesweet
    Participant

    OK,
    I don’t want bbpress forum replies to show up on Buddypress activity stream. I have researched this problem for days and cannot find a solution. I have tried 3 different plugins and they do not work anymore. I have come across this question multiple times but no one seems to give a clear answer. This question has gone back a least 9 years. I find it hard that Buddypress or bbpress has not found a solution to this problem. Please help!!!

    #210892

    In reply to: Anonymous spamming

    Robin W
    Moderator

    well you have some sort of pop up doing this – not part of bbpress,it may be part of your theme or another plugin you are running?

    #210884
    jazibsaeed
    Blocked

    Hello,

    I am using yoast SEO and bbpress forums on my website i.e. Tooth Republic. Unfortunaltely, i am unable to figure out how to change meta description of main page of forums i.e. https://toothrepublic.com/forums/

    Unlike other pages, edit button does not appear from yoast SEO plugin on this page. When i go to search appearance setting in SEO, it has a section to change default meta description for forums. Should i makes changes there?

    #210868
    Robin W
    Moderator
    #210867
    scoleriptideio
    Participant

    Thank you for the reply. I followed along with this article to set the forum up but I did get lost on step 8, ss I am not familiar with themes and templates in WordPress. Where do I go in WordPress to access and edit the “root theme” and “page templates in the root of the directory”

    “So once you know which page template file you need, copy this and rename the copy to bbpress.php
    Place this file in the root of your theme ie wp-content/themes/%mytheme%/bbpress.php where %mytheme% is your theme’s name.”

    I need a more dumbed down step by step walk though of this ^, ie where to go exactly in WordPress.

    Thanks!

    #210866
    Robin W
    Moderator
    #210863
    scoleriptideio
    Participant

    Wordpress version: Version 5.4.1
    bbPress version: Version 2.6.4
    website:riptideio.com

    Recently installed bbPress to create forum page. Want to have a sidebar on the forum page for registration/login. Do not have any other sidebars on our website – want the sidebar just on forum page. Installed bbPress WP Tweaks Version 1.4.4 and bbPress sidebar appears on Widgets edit page and I can drag widgets to display there, but it does not show up on the forum page. I’ve been searching forums far and wide for a solution to this and it seems it might be a theme issue but not too sure how to fix that…

    Our parent theme is Salient and we have a custom child theme (we originally had a marketing firm create our WordPress site so I’m not too familiar with the themes or how to edit them…)

    Any help would be much appreciated!!

    #210860
    Robin W
    Moderator

    make forums private to make them visible to users only

    use shortcode

    [bbp-register]

    or anything in WordPress that does registration – bbpress just uses WordPress registration

    #210854
    Robin W
    Moderator

    I believe this is it

    https://bbpress.org/feed/?post_type=topic/

    but come back and confirm

    #210839
    Robin W
    Moderator

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Then come back

    #210835
    Robin W
    Moderator

    I used to take part in the European Tall Ships races in the 1980’s – so recognise the logo! many happy memories.

    start by reading

    Step by step guide to setting up a bbPress forum – Part 1

    Section 8 is the bit to read

    #210834
    nhardisty
    Participant

    Apologies if all the right info isn’t here- new to wordpress. Just installed bbpress on my site. When I view the forum directory at https://www.tallshipsamerica.org/tsaforums/ the theme is consistent with the rest of my site. When I open any of the individual forums (like https://www.tallshipsamerica.org/forums/forum/licensing/) the banner image doesn’t appear and the upper left logo overlaps the forum title. I’m looking to either have the full theme with the image, or at least move the forum title down so it fully shows.
    theme
    bad theme

    #210824
    swww1tamahagane
    Participant

    I had the same problem but I was able to solve it.

    BBpress controls the number of allowed URLs with WordPress settings.

    Open WordPress settings, go to “Discussion”-> “comment moderation” item, and set the upper limit of pending URL.
    If you enter a very large value, this problem will never happen again.

    This idea was discovered by following in the “bbp_new_topic_handler” function.
    The function called the “bbp_check_for_moderation” function, and finally used the “comment_max_links_url” filter to obtain the number of pending URLs.

    #210821
    Robin W
    Moderator

    ps bbpress just uses WordPress login, so they are one and the same, so login for WordPress (and your membership plugin) is login for bbpress.

    and for your test user, see what bbpress role has been set in dashboard>users and edit the user, should be participant

Viewing 25 results - 4,626 through 4,650 (of 64,431 total)
Skip to toolbar