Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 4,751 through 4,775 (of 64,396 total)
  • Author
    Search Results
  • #209821
    Robin W
    Moderator
    #209819
    punkum
    Participant

    Hi,
    I run a small private forum for a group of friends around the world.
    We like to post most days about every so often we write a long post and hit submit only to lose the entire thing as the page reverts to the login page.

    For example today, I logged into my laptop, went to teh forum tab on Chrome and read the others posts from overnight (so yes, the page was reloaded). I then started writing my own post, got sidetrackd for a few hours, came back & finished post and hit SUBMIT and lost the lot.

    HOW can I set our logins to never expire?
    Does it have to do with WP user type (we use ‘contributor’ in WP, and ‘participant’ in BBPress).

    Thank you for your help 🙂
    Fiona

    #209818
    stracy2
    Participant

    I too am having too many bbPress topics/replies marked as spam.

    It looks like any post that has an HTML url is automatically marked as spam. Is there some way to make bbPress/Akisment integration more intelligent?

    #209814
    Robin W
    Moderator
    #209813
    Robin W
    Moderator

    ok, I can only suggest 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

    #209803
    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

    #209794
    danielshalar
    Participant

    So I just Installed bbPress for my first time because I want to create my little forum.

    I’ve been using wordpress for a while and I’m in love with it.

    Now bbpress, for what I see comes default or similar to the Theme from what I read.

    this is currently how it looks The picture of my forum site

    So my questions is there any good plugins out there to really design the buttons like the search button or the log out and the bbPress forum itself?
    Or I mustly need to do this manually by editing code and css?

    I’m really noob, I learend a little bit html,css but no more then that, any help will be very respected <3

    #209776
    selenii
    Participant

    Hello can any one help me? I have some troubles with bbpress theme. Please look on the form wich add forum, topic, reply. How can I fix the double. And please say me if you find some another troubles.
    Thank you. https://rosadonna.ru/forums/

    #209769
    Robin W
    Moderator

    Put this in your child theme’s function file – or use

    Code Snippets

    add_filter(  'ngettext',  'rew_bbpress_translate' , 20 , 5 );
    
    function rew_bbpress_translate( $translation, $single, $plural, $number, $domain ) {
    	if ($domain == 'bbpress') {
        if ($translation == 'Viewing %1$s topic') $translation = 'Viewing %1$s messages' ;
    	if ($translation == 'Viewing %1$s topics') $translation = 'Viewing %1$s messages' ;
    	if ($translation == 'Viewing topic %2$s (of %4$s total)') $translation = 'Viewing message %2$s (of %4$s total)' ;
    	if ($translation == 'Viewing %1$s topics - %2$s through %3$s (of %4$s total)') $translation = 'Viewing %1$s messages - %2$s through %3$s (of %4$s total)' ;
    	}
    return apply_filters ('rew_bbpress_translate', $translation, $single, $plural, $number, $domain ) ;
    }
    #209759
    nemoprofeta
    Participant

    I have been using bbPress for a couple of years. Suddenly if a post includes https links goes to moderation. If I remove the ‘s’ it is approved.

    Where can I change this setting?

    #209753
    dvlimbasiya
    Participant

    Hello Friends,

    All of the plugins are up to date and still there is conflict in jQuery and rtmedia.min.js files in buddypress-media plugin. Can anyone please help me on this.

    Wordpress version 5.3.2
    bbPress version 2.3.4
    BuddyPress version 5.1.2

    Thank you in advance.

    #209741

    In reply to: Which widget is this

    Robin W
    Moderator

    none in bbpress, but I added the capability in style pack

    bbp style pack

    once activated you’ll see it in the widgets as

    (style pack) Single topic info

    #209736
    Robin W
    Moderator

    ok, something will be stopping that

    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

    thrive4z
    Participant

    Hello,

    I had help with my site and the installation of and use of bbPress. Unfortunately, that person is not available to me anymore.

    We discovered that posts to the forums that have any sort of hyperlink to a website, etc. are placed in a pending status and require moderation. Is there anyway to remove this requirement? We have a site that is used for a research study and the users are carefully vetted so I am not worried about malicious links.

    Thanks so much!

    #209713
    007elt
    Participant

    @mdeotti – Thanks very much for the tip/link to Inline Image Upload for BBPress. Simple to set up and use! (this was more of what I was looking for)

    #209707
    favog
    Participant

    Since I never had any help in starting to create the fix, I had to actually abandon use of bbPress totally. We went to an external messaging system.

    Sorry I can’t help.

    Bob

    robertstaddon
    Participant

    This typo still exists, which continues to publicly display Private or Scheduled sticky posts in the latest version of bbPress 2.6.4.

    It can be easily fixed by correcting line 404 of the “bbpress/includes/topics/template.php” file to set $sticky_query[‘perm’] instead of $sticky_query[‘post_status’].

    This is the correct code that works:

    
    // Allowed statuses, or lean on the 'perm' argument (probably 'readable')
    $sticky_query['perm'] = bbp_get_view_all( 'edit_others_topics' )			? 
      $r['post_status']
      : $r['perm'];
    
    robertstaddon
    Participant

    I have the exact same problem as @artmuns on a brand new WordPress install. I’m running just the latest version of bbPress 2.6.4 with the latest version of WordPress and no other plugins on the default WordPress theme. On the Edit Topic screen, I can go to “Topic Attributes” and change the “Type” to “Sticky” or “Super Sticky”. However, once a topic type has been changed to “Sticky” or “Super Sticky”, if I try changing it back to “Normal” and then click “Update”, it will not change. I have to either go to the frontend or to the listing of All Topics and click “Unstick” to change the Topic type to something besides “Sticky”. This is definitely a bug with bbPress!

    #209684

    In reply to: Upload Image

    mdeotti
    Participant
    #209683
    mdeotti
    Participant

    Hi Annie,

    I have the exact same problem and share the same frustration.

    For an official WordPress Plugin that the main job is allow users to type text, the most basic thing would be to add a decent text editor for this purpose.

    Anyway, the plugin above recommended is a mess, and don’t include the image upload option.

    Try this instead:

    Inline Image Upload for BBPress

    #209674
    007elt
    Participant

    I have the same situation mentioned by Annie. I have just set up BBPress for a private forum for my volunteer community to deal with the Corona situation and was wondering about the editor. Our users would not feel comfortable with this editor and would probably complain to me about it;). I spent a lot of time searching the internet for answers and also only found older plugins so I was happy to find Annie’s recent post addressing this subject. It would be great if an editor like TinyMCE (that also allows you to upload media) was part of BBPress or if it could be activated by a click. The editor is available to use in other WordPress plugins so I too was a little confused not to find it in BBPress. In any case, it would be fantastic if it could be integrated. I certainly appreciate the efforts of the volunteers at BBPress who are generously volunteering their time and energy to work on all this stuff. Thank you.

    #209661
    Robin W
    Moderator
    #209659
    SirLouen
    Participant

    How can I create more user profiles in the forum like Participant, Spectator, etc…?

    I would like to have a Spectator replica, in which I would introduce some extra features.

    #209658
    johntug
    Participant

    Hi Good afternoon ….

    I can see that this was a question before …. I have the same issue. I am a newbie to WP and bbPress.

    This is clean WP install using Pagebuilder by SiteOrigin and Advantage theme running bbPress. No modifications. with bbPress style pack, Akismet Anti-Spam and using Easy WP SMTP for emails.

    As administrator I get email notifications for new subscribers and for change of password requests so the email function is working.

    I have set up a test user and some posts making sure the “notify me of follow-up replies by email” is checked then as the administrator have replied to the post. My test user is not getting any notifications.

    Is there something I am missing that needs setting up or altering to send the reply notifications?

    Thanks in advance for your help.

    #209656
    Robin W
    Moderator

    Put this in your child theme’s function file – or use

    Code Snippets

    
    add_filter(  'gettext',  'rew_bbpress_translate', 20 , 3  );
    add_filter(  'ngettext',  'rew_bbpress_translate' , 20 , 3 );
    
    function rew_bbpress_translate( $translated, $text, $domain ) {
    	if ($domain == 'bbpress') {
         $words = array(
                            
                            '%s day' => '%s jour',
    						'%s days' => '%s jours',
    						'Last Post' => 'Dernier message',
                 );
         $translated = str_replace(  array_keys($words),  $words,  $translated );
    	}
         return $translated;
    }
Viewing 25 results - 4,751 through 4,775 (of 64,396 total)
Skip to toolbar