Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 1,851 through 1,875 (of 64,454 total)
  • Author
    Search Results
  • #231119
    mrentropy
    Participant

    @erikalleman thanks so much for taking the time to respond — especially when it’s not currently something you are working on.

    I know you will not need this, but I thought in case others have this issue, and come across this post, I’d add that there is more needed to solve this issue than I posted last week.

    For both of us, we were/are attempting to utilize the ajax behavior for a series of topics. However, the JavaScript that bbPress utilizes targets an ID and not a class name. This means, that outputting a series of topics with Favorite links will all have the same ID, and only the first topic will use ajax.

    My solution ended up requiring template overrides for loop-single-topic.php to create unique IDs for every favorite link. Then I wrote a new click function for Favorites, as well as a new bbp_ajax_call function in js/engagements.js.

    #231107
    Robin W
    Moderator

    @milfuegos – this is free software and the forums rely on volunteers such as myself, who get no payment.

    Responses to questions may or may not happen.

    I cannot say why offhand you youtube does not embed for users – it might be a wordpress admin or bbpress keymaster that allows this, I’d suggest you try combinations of permissions to see if you can work out which permission is preventing.

    you previous questions relate to you wishing features that are not native to bbpress, I might look at these when I get time, but I am away on holiday this week.

    #231073
    berry metal
    Participant

    Hi @mrentropy,
    I stopped using bbpress (for other reasons) a long time ago and even my website,
    so I cannot try out your solution at the moment.
    Thanks for the feedback.
    No, I could not solve the issue.

    #231067
    mrentropy
    Participant

    Actually, in my case, the issue was that I was overriding the theme files and had removed this span. <span class="bbp-row-actions">. bbPress must try ajax first, and if it fails, just redirect the page — and the JavaScript logic must look for that class name? Adding the span back, made the page behave as desired.

    #231065
    milfuegos
    Participant

    Hi
    wordpress 6..0.2
    bbpress 2.6.9

    i want to let users edit their avatar with the Basic User Avatars plugin
    i want to be edited in the profile edit page
    forums/user/name/edit/
    i tried to write this:
    <?php echo do_shortcode(“[basic-user-avatars]”); ?>
    in TEMPLATES/DEFAULT/EXTRAS/SINGLE-USER-EDIT.PHP
    dont work
    how can i do then
    thanks
    regards

    #231064
    milfuegos
    Participant

    wordpress 6..0.2
    bbpress 2.6.9

    Topic de prueba en CONSULTA DE REGLAS


    Theme Avada
    Hi
    In replies, does not show any bbcodes toolbar as i thought it did.
    Installed gdtools and gd attackment
    How can i offer a toolbar for users?
    for bbcodes or format and embeds
    thanks
    Regards

    #231063
    milfuegos
    Participant

    wordpress 6..0.2
    bbpress 2.6.9

    Topic de prueba en CONSULTA DE REGLAS


    Theme Avada
    Hi
    I see in my bbpress that if i paste an youtube url into a post as ADMIN, it embeds, but with normal users, don’t, and even cancels the post (dont get published, dissappears
    Where can i solve the problem?
    thanks
    Regards

    #231058
    Robin W
    Moderator

    debug is showing buddypress not bbpress – report the problem here

    https://buddypress.org/support/

    #231057
    #231042
    shabbiraftab
    Participant

    Hello,

    I have bbPress installed on one site and wanted to move/import all the forum, topics, replies and users to another site with a different domain But when I ran the import via bbpress forum tool, it doesn’t import anything.

    Can you check this recording for more detail and advice on how to resolve this issue.

    thanks!

    #230990
    Ador Rahman
    Participant

    I use ForumWP plugin. But now I wanna use bbPress. But how can I migrate ForumWP to bbPress without lossing any data?

    Florena
    Participant

    there is a fixed permalink for the forum in the forum settings. I only can change the last part of the name on bbpress. But to display the forum on my pages I need the same link name for my pages.

    nichtvovndieserwelt.org/forums/forum/verbuendeten-forum is the name on the forumssettings. But If I try to create a page with this url address it changes automatically in the settings to nichtvondieserwelt.org/forums-forum-verbuendeten-forum. So there appears no forum on the different page because it has different addresse. Again how can I make display the forum on a page and make buttons to link to them if I can not choose my own address in BOTH cases????

    #230985

    In reply to: fatal error

    Robin W
    Moderator

    this error is in the gd-bbpress-tools plugin

    you need to report it here

    https://wordpress.org/support/plugin/gd-bbpress-tools/

    #230932
    Robin W
    Moderator

    I cannot replicate this on my test site – I presume you have this as the statistics widget?

    if so it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, 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.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #230922
    3mcdt
    Participant

    I am making a website with Japanese pages and English pages. I have made a forum in Japanese using bbpress of Japanese version. Now, I want to make a forum in English. I tried plugin, Polylang, to make English forum from the Japanese forum but can not change the Japanese notes on it. How can I make the English forum?

    WordPress: 6.0.1
    bbPress: 2.6.9 (Japanese)
    The website is under making and not open to the public yet.

    #230920
    crugman
    Participant

    Hello,

    I have just installed the latest version of bbPress, but on the forums page, I am seeing the following errors. The ‘Registered Users’ and ‘Forums’ part seems fine but the rest are not.
    Screenshot

    Here is the code from that section of the file:

    <dt><?php esc_html_e( 'Forums', 'bbpress' ); ?></dt>
    	<dd>
    		<strong><?php echo esc_html( $stats['forum_count'] ); ?></strong>
    	</dd>
    
    	<dt><?php esc_html_e( 'Topics', 'bbpress' ); ?></dt>
    	<dd>
    		<strong><?php echo esc_html( $stats['topic_count'] ); ?></strong>
    	</dd>
    
    	<dt><?php esc_html_e( 'Replies', 'bbpress' ); ?></dt>
    	<dd>
    		<strong><?php echo esc_html( $stats['reply_count'] ); ?></strong>
    	</dd>
    
    	<dt><?php esc_html_e( 'Topic Tags', 'bbpress' ); ?></dt>
    	<dd>
    		<strong><?php echo esc_html( $stats['topic_tag_count'] ); ?></strong>
    	</dd>
    
    Robin W
    Moderator

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, 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.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #230867
    chenryahts
    Participant

    Hi @robin-w,

    I finally got to check it, and no, using the bbp-style-pack with the checkbox enabled still didn’t work.

    I’ve got it working copying the template-canvas.php file over to /theme/bbpress/page.html

    I’m sure this isn’t the right way to do it, but on it’s own, it’s won’t load with the block page.

    Thank you so much for your help,

    #230862

    In reply to: blank topic page

    Robin W
    Moderator

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, 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.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #230861
    wegweiser98
    Participant

    Hi there,

    i’ve got a Problem with my bbpress forum.
    When I want to view a topic in the Frontend, then i stare at a blank page
    After creating a new WordPress site and using the shortcode “[bbp-single-topic id=$topic_id]” it works.
    So I can only view the Topic after creating a WordPress page for it.

    Is there a Way WordPress creates automatic a Page for a new Topic, with the necessary Shortcode?
    Maybe there is another solution for my problem.

    I look forward to your replies and thank you in advance 🙂

    #230853

    In reply to: My bbPress looks ugly

    Robin W
    Moderator

    I’d guess that it is related to your elementor element that contains it – basically bbpress is trying to fit it’s stuff into a box that is not right for it.

    Beyond free help I’m afraid

    #230852
    dog8food
    Participant

    New to this. I just installed bbPress to my site and something’s wrong with the default setting. Notice on these two pages, the login button and ‘keep me signed in’ button and text appear to be in random places. How can I fix this? :

    sketchbookers.com/forums1

    #230795
    thefarmer
    Participant

    Well a couple of days in since the restart. I’m unconvinced bbpress/wp is doing the right thing with feeds from private forums. So do beware. But wholesale turning off rss seems to result in empty containers, and that seems so far successful in avoiding disclosure of page content.

    Who’d have thought a simple thing like this eh?

    kr

    TF

    #230778
    123toid
    Participant

    Does anyone know if you can migrate Buddy Boss Forums to BB Press? I have decided to move on from Buddy Boss for a variety of reasons and just want a plain forum versus the Facebook style. Does anyone know an easy way to migrate Users, Forums and topics?

    #230771
    dwoliver
    Participant

    I’ve created a website using Elementor, LearnDash LMS and bbPress. I’ve installed and activated a forum using BBPress. However, when I try to edit the forum with Elementor I get an error message saying ‘Sorry the content area was not found in your page’.
    Do you have any advice about how to resolve this issue?

Viewing 25 results - 1,851 through 1,875 (of 64,454 total)
Skip to toolbar