Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 8,951 through 8,975 (of 64,526 total)
  • Author
    Search Results
  • #184398
    forums1234
    Participant

    Rats! Almost!

    Unfortunately, this solution returns to a third page created by bbPress that displays the entire forum, which is great but not what I need.

    I need it to return to the previous “page” that I created with the forum shortcode that got them to that particular topic. This way, members could go from host page to topic, back to host page and to second topic, and back to the host page and to a third topic.

    This would open unimaginable opportunities for web designers for creativity. For instance, hosting multiple forums on the same page without any need for navigation.

    #184397
    sharlene_c
    Participant

    I am having this problem also. Not getting email notifications as should be according to https://codex.bbpress.org/features/subscriptions/

    Is there anything else that needs to be checked? so that subscribers are notified of new posts and new comments.

    #184381
    Robin W
    Moderator

    try

    dashboard>settings>permalinks and just click save

    This resets the links and fixes 404 in most (but not all!) cases

    bbpress 2.0.7 is very old, suggest you try 2.5.12 on your test site.

    #184380
    afinkdesign
    Participant

    Hey there!

    I have installed bbPRess on my test system and then installed it the same way on my live system.
    Now I have an issue with the page titles of bbpress pages.

    When I log in as a non-admin user in live system the page titles are broken and all tites of bbprss pages are 404 errors. The content is showing just fine.
    This issue orrurs only on live system. The ther things are working correctly.

    Maybe thats relevant:
    I set in bbpress settings the root to /forum
    Then I have created a WP-Page called “forum”
    Now the root seems to be this WP-Page

    Thank you very much for your help!
    Regards,
    Alex

    WP-Version: 4.7.5
    bbP-Version: 2.0.7

    Home

    #184378
    bullarni
    Participant

    Hi @casiepa

    Are you able to provide any update on this issue? Is it possible to review and incorporate the fixes @nesiditsa has discussed into the bbPress core or are there any plans to do so?

    Thanks

    #184376
    nesiditsa
    Participant

    Hi @bullarni
    This patches should be applied after any bbpress core update to renew changes.
    I’m not bbpress developer and i don’t know reasons for which it not fixed yet in current stable version of core.

    #184375
    bullarni
    Participant

    Hi @nesiditsa

    Excuse my ignorance but if those patches are applied do they continue to “just work” if the version of bbPress a site is running is updated? Or could potential changes to the core prevent the patches from working properly? Do the patches currently need to be reapplied whenever the core is updated?

    Do you know of any good reason the fixes in the patches have not been incorporated into the core already?

    Thanks

    #184374
    cfncurtis
    Participant

    WP Version 4.7.5 I think I am using phpBB

    I am using the bbpress forum tool. Everytime I try to delete a forum that has been overrun with spam – I get this error back. And it won’t even let me close it or make it private. HELP!!!

    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 32 bytes) in /home/content/p3pnexwpnas02_data01/61/2063961/html/wp-includes/wp-db.php on line 1841

    #184369
    forums1234
    Participant

    Wordpress 4.7.5
    bbpress 2.5.12

    Out of respect to your time, I took a week to write this as carefully and succinctly as possible.

    Is there a way to replace the breadcrumbs menu with a “Previous Viewed Page” option (it could be called anything, like “Back”)? That way, instead of members navigating around inside the forum, they would return from a topic to the web page that hosts the forum, e.g, far more advertising revenue possibilities.

    As it works now:
    Step one: https://sterlingforums.com/white-glove-service-forum/

    Step two: Select a topic

    Step three: navigate to /forums/forum/white-glove-forum/

    Step four: select another topic from inside /forums/forum/white-glove-forum/

    As it would work:
    Step one: Select topic from inside .com/white-glove-service-forum/

    Step two: Select the “Previous Page” from inside /forums/forum/white-glove-forum/all-about-our-cover-art/

    Step three: Return to .com/white-glove-service-forum/

    I didn’t want to leave 6 links! Finger’s Crossed! And, thank you.

    #184363
    nesiditsa
    Participant

    @casiepa, could you merge topic with this one? They are about same issue. Thank you!

    #184361
    nesiditsa
    Participant

    @dayan89, sorry, i forgot to tell you about a second patch – https://bbpress.trac.wordpress.org/changeset/5392. It’s repair calculating of position for new reply.

    #184356
    Robin W
    Moderator

    put this into your custom css

    #bbpress-forums div.bbp-topic-content img, #bbpress-forums div.bbp-reply-content img {
      max-width: 70%;
    }
    
    #184349

    In reply to: Query error

    bjorngus
    Participant

    Ok, i have something that seems to work, try it out if you want to, feel free to give me feedback on it.

    function fix_default_search_string_is_bool($args)
    {
        //bbpress gives FALSE as search string causing no replys to show, this fixes it.
        if ($args['s'] === false) {
            unset($args['s']);
        }
        return $args;
    }
    
    add_filter('bbp_after_has_replies_parse_args', 'fix_default_search_string_is_bool');
    #184346
    Chad R. Schulz
    Participant

    I understand why you might want only certain users creating topics.
    But, I don’t understand why you wouldn’t want those who can create topics from also being able to create replies.

    This would seem more functional long term:
    membership1 = create topics + create replies
    membership2 = create replies only

    And like Robin W indicated a simple membership/role plugin could easily set this up. However, limiting those who can create topics to be able to only reply to their own topics would require some custom coding.

    I’ve done similar customization, it just takes lots of work as a number of bbPress functions/templates would be affected in both the creating and editing of topics/replies.

    And keep in mind all customized functions would need to be periodically updated as security issues arise and other often connected bbPress functionality is updated, as well. This wouldn’t be a set-up once and forget it modification.

    Good luck,
    Chad

    mattatadvancify
    Participant

    Hi there,

    I’m running into an interesting issue and I’m hoping somebody can help. My client’s site is running bbPress and we have unchecked “Allow guest users without accounts to create topics and replies” in the settings but somebody still posted to the forum anonymously. After noticing the post I logged and noticed that the topic was started by user number that is no longer active in WordPress.

    Is there another setting somewhere in bbPress that would allow users to post anonymously that I’m missing?

    Thanks for your help.

    #184326
    websmyth
    Participant

    I’m experiencing an issue where a forum is sending notification emails to almost all members bar a small handful. The forum has nearly 700 members but there are roughly ten members that never receive notifications.

    Having checked for spam issues, setup SPF records and the bbPress Notify (No-Spam) plugin, I installed the WP Mail Log plugin which has revealed that emails simply aren’t being sent to these email addresses. The users are subscribed as far as we can tell but for some reason the system is not sending emails to these users.

    I don’t think I’ve missed anything obvious, but could be wrong so any suggestions would be greatly appreciated.

    Thanks!

    #184325
    possip
    Participant

    hi robin, yes i did. is it? i wasn’t sure because the activity filter works fine for the rest but the entries made by bbpress do not. bp-support-forums didn’t answer. now i tried to deactivate all plugins and changed theme to standard, same… nobody else seems to have this problem. it’s weird 😀

    #184324

    In reply to: Query error

    bjorngus
    Participant

    Hi, i have the same error after only updating wordpress, not bbpress. Any solution to this ?
    SQL is triggered in bbp_has_replies in wp-content/plugins/bbpress/includes/replies/template.php but it has not changed.

    #184322
    semperaye
    Participant

    I’ve tried this as well:

    #sidebar-left .widget, #sidebar-right .widget {
    margin: 0 0 1em !important;
    }

    body.bbpress div#content{
    width:100% !important;
    }

    #184314
    guruprasadmulay
    Participant

    Hi, i am using role scoper to give access to forums and bb press notifies to send notification emails. If I add a topic to the forum. It sends an email to every user who is not authorized to access it.

    #184311
    possip
    Participant

    hey, hope you’re well.

    i could need some help on fixing my filter options in the activity stream for topics and replies. they just don’t filter, i’m still seeing everything

    This is what i found:

    	
    function activity_filter_options() {
    	?>
    
    		<option value="<?php echo $this->topic_create; ?>"><?php esc_html_e( 'Topics',  'bbpress' ); ?></option>
    		<option value="<?php echo $this->reply_create; ?>"><?php esc_html_e( 'Replies', 'bbpress' ); ?></option>
    
    	<?php
    	}
    

    I’m pretty bad at php, but i have a feeling there must be something wrong. 😀 tried changing topic_create to bbp_topic_create, but no. Can you help me? 🙂

    #184308
    ruperty
    Participant

    Hello,
    I am considering bbPress. I would like to migrate posts from an old style mailing list into a modern forum.

    Is there a current way of doing this?

    If not, I may write a Java application for this purpose. Is it practical then to access the bbPress database directly for the Java code in order to insert posts? I’d like to retain the original timestamps. I’d also need to create users, associated with the email addresses of the posters.

    Regards,
    Rupert

    #184290
    davebevan
    Participant

    Tried your steps, but still no luck. The bbpress topics for posts allows the comment section of WordPress posts to integrate with bbpress topics. It also creates new topics of each new post published. If you know a different plugin or another method to get this to work, I’d appreciate it.

    dominikb
    Participant

    Hi folks,
    i added the following code to a php file in the /mu-plugins/ folder, to deactivate a plugin for logged-in users:

    add_filter( 'option_active_plugins', 'disable_logged_in_plugin' );
     
    function disable_logged_in_plugin( $plugins ) {
    
        require (ABSPATH . WPINC . '/pluggable.php');
        if ( is_user_logged_in() & !is_admin() ) {
            $key = array_search( 'bloom/bloom.php' , $plugins );
            if ( false !== $key ) {
                unset( $plugins[ $key ] );
            } 
        }
        return $plugins;
    }

    Strangely bbPress gets also deactivated by it, while all other plugins run without any problem.

    Do you have an idea why this happens and what to change?

    Regards
    Dominik

Viewing 25 results - 8,951 through 8,975 (of 64,526 total)
Skip to toolbar