Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 14,126 through 14,150 (of 32,503 total)
  • Author
    Search Results
  • #135048
    Chuck
    Participant

    Hi,
    I’m trying to add the forum’s description to be under the forum title on the page-front-forums (index) page. Just like it displays on the single-forum page. Could someone please show me the proper code?

    I’ve already changed the css .bbp-forums-list li to “display: block;”

    Thank you!
    Chuck S.

    #135047
    eonelson
    Participant

    I want to be able to have a form template that shows up when someone goes to post in a forum. i.e. I have a form for businesses to post if they have plants available. Instead of typing out the information in the forum, I would like a form to show up so they can just do drop downs or fill in the blanks.

    I’ve read lots of information, but some is a bit over my head so I’m not sure if I have found anything that will do this EASILY. I am not a coder, and do not feel comfortable editing code.

    Can a form be built in something like contact form 7 and then shortcoded in? I tried what I thought was that, and it didn’t work and not sure how to figure out what else to do.

    Thank you for all suggestions.

    Using WP 3.5.2, BBPress, 2.3.2 I don’t have a site that has anything to look at yet – just practicing for now.

    Thanks.

    eileen

    #135018
    Laughing Cat
    Participant

    +1
    I’m having the same issue, it only happens for non-admins on bbpress home archive, where I have latest topics and forum list shortcodes too (which work fine)

    has this issue been solved?

    #135014

    Topic: Featured slider

    in forum Plugins
    MoniqueR
    Participant

    Hello,

    I wonder if someone can help me out. For the last few days I am looking for a slider for my WordPress site. I am using the bbpress plugin. What I want to accomplish, what I am looking for is a featured slider which can display the latest topics and replys. I know there is a widget for it, but I would like to have it in a slide on my homepage. I cannot seem to find it. There a several beautifull sliders but they don’t support the option for adding topics and replys. They only work with latest posts/pages.

    Anybody who knows a plugin for this? (There are several which support custom content, but then I would have to right code for it, which I can’t.

    Hope someone can help me out.

    Regards,
    Monique

    #135010
    nickzee
    Participant

    I believe I have a good grasp of how bbpress and buddypress work together. My current setup is using bbpress as the forum and buddypress as the networking for members.

    My issue and questions are related to the links created by each of these plugins.

    Instead of linking to a forum archive page, I’ve created a separate page and am using short codes to add in the forum. I did it this way because I don’t like how WordPress (or the theme) adds “Archive” to the page header (in my case it’s “Forum Archive”). I also don’t like that Archive pages have limited sidebar options, and poor SEO (thanks to Yoast for making it better). But anyway, you can see I’m trying to stay away from the archive pages.

    The problem with my setup is the breadcurmbs above the forums. When navigation backwards, the breadcrumbs take you to the “forum archive”. Additionally, a link that is directly to a reply or topic, it is based off the forum archive. Foe Example:

    FORUM LINK: website.com/mvp-members/mvp-forums/ (shortcode method.)
    TOPIC/REPLY LINK: website.com/mvp-forums/topic/search-first/#post-18143

    Are there any tricks to getting these links to work seamlessly with each other? Or a different method of setting up the forums? Or any other advice?

    I appreciate it with thankfulness.

    #135008
    Rivac0m
    Participant

    So I followed what I thought was the correct order but it doesn’t seem to work as intended. Are we replacing all of loop-single-forum.php with the new code? or only a portion of it?

    Also if this is all theme related(minus the function call), couldn’t someone just upload their theme for others to use?

    #135007
    ZachMatthews
    Participant

    This is the answer I came up with and provided to some other people who have asked:

    Set Pinboard to 2 content columns, 2 Boxes Sidebar Columns, and 4 Footer Columns. Choose the first (farthest left) “Preferred Layout” option.

    Now, this is obviously going to dictate the look of the rest of your site. I got around that by doing a three-tier Multisite layout. It’s not hard to set up but it is a pain in the ass to have to re-install Pinboard and re-set every single option so the site is all the same, but that gives you the flexibility to have multiple different layouts and formats all within the same blog. I actually have one blog running my Blog, Articles, Podcasts, Video and About pages, then a second blog running my Photoblog database (which keeps the posts separate), and then finally the third blog running only bbPress. However, user profiles are integrated in a multisite so people stay logged in throughout the environment.

    One more thing to note: I moved the slider feature to my header by putting the slider section of the functions.php file actually in my search.php page, then deleting all other content from search. (My site only has search on the forums page). That makes the slider get called on each page first and you can tweak the menu layout and stuff to make it all appear up top. The only catch is the slider itself only works on the first page of a given blog (so it works on three of my pages). Everywhere else it is a static image, dictated by the oldest image chronologically amongst the slider pictures.

    Here’s my CSS:

    #slider .entry-title a {
    	display:none;
    }
    .flex-direction-nav, .flex-pauseplay {
    	display:none;
    }
    #bbpress-forums iframe, #bbpress-forums embed {
    	max-width: 640px !important;
    	height: 480px
    !important;
    	margin-left: 0px
    !important;
    }
    fieldset {
    	border: 0;
    }
    .fluid-width-video-wrapper {
    	padding-bottom: 20px !important;
    	padding-top: 53% !important;
    }
    .bbp-reply-content {
    	margin-left: 120px !important;
    }
    .bbp-topic-content {
    	margin-left: 120px !important;
    }
    #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    	font-size: 15px !important
    }
    #bbpress-forums {
    	font-size:14px !important;
    }
    .bbp-topic-permalink {
    	font-size: 16px !important;
    }
    
    .bbp-reply-header a.bbp-reply-permalink {color: #00548c;}
    
    a.button.logout-link {
    	color:#f1f1f1 !important;
    	background-color: #111;
    }
    p {
    	font-size:14px;
    	margin-right: 20px;
    }
    button {
    	color:#fff !important;
    	background-color: #555;
    	padding: 6px 18px !important;
    	border-style: solid !important;
    	border-color: #000 !important;
    	border-width: 1px !important;
            border-radius: 5px;
    }
    input {
    	border: #9e9e9e 1px solid !important;
            border-radius: 5px;
            margin: 0 0 8px;
            box-shadow: inset 1px 1px 10px rgba(0, 0, 0, .2);
            background-color:#FCFCFC;
    }
    #sidebar-header {
    	float:none !important;
    	width: auto !important;
    	height: auto !important;
    	margin: 0 !important;
    	border-top: solid 1px #333 !important;
    	border-bottom: solid 1px #333 !important
    }
    #sidebar-header a {
    	padding:0 !important;
    }
    #bbpress-forums div.bbp-reply-header {
    	background-color:#c3c3c3;
    }
    .bbp-admin-links a {
    	color:#00548c !important;
    }
    
    .bbp-admin-links a:hover { 
    	color:#d54e21 !important;
    }
    #bbpress-forums ul.bbp-replies {
    	border: 1px solid #ccc;
    }
    #bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log, #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log, #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
    	border-top: 1px solid #ccc;
    }
    #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
    	color:#666;
    }
    #bbpress-forums ul.bbp-reply-revision-log img.avatar {
    	margin-left: 3px;
    	margin-right: 3px;
    }
    .entry-content a img {
    	padding: 0;
    	margin-bottom: -3px;
    }
    .wp-editor-container {
    	border-color:  #aaa #aaa #aaa !important;
    }
    .quicktags-toolbar {
    	border-bottom: 1px solid #aaa !important;
    }
    #bbpress-forums ul.bbp-topics {
    	border: 1px solid #ccc;
    }
    .bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky {
    	background-color: #f0f8ff;
    !important;
    }
    #bbpress-forums fieldset.bbp-form {
    	border: 1px solid #ccc;
    }
    #bbp_topic_title {
    	box-shadow: inset 1px 1px 10px rgba(0, 0, 0, .2);
    }
    #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    	box-shadow: inset 1px 1px 20px rgba(0, 0, 0, .2);
    }
    input#bbp_topic_tags {
    	box-shadow: inset 1px 1px 10px rgba(0, 0, 0, .2);
    }
    .bbp-forum-title {
    	font-weight:400 !important;
            margin-left: 0px !important;
    }
    #bbpress-forums div.odd, #bbpress-forums ul.odd {
    	background-color: #f3f3f3;
    }
    #access {
    	background: #333 url(http://www.itinerantangler.com/global/body-bg12.png) repeat top left !important;
    	padding-left: 0 !important;
    	padding-right: 0 !important;
    }
    #access ul {
    	padding-left: 35px;
    }
    #bbpress-forums li.bbp-header {
    	background: #f1f1f1 url(http://www.itinerantangler.com/global/body-bg12.png) repeat top left !important;
    	border-top: none !important;
            width: 100%;
    }
    #footer-area {
    	background: #333 url(http://www.itinerantangler.com/global/body-bg12.png) repeat top left !important;
    }
    .entry-content a:hover {
    	color: #d54e21;
    }
    .entry-content a img, #attachment-nav a img {
    	border: none !important;
    	box-shadow: none !important;
    }
    .entry-content a:hover img, #attachment-nav a:hover img {
    	border: none !important;
    	box-shadow: none !important;
    }
    .onecol .onecol .entry-summary, .entry-content {
    	padding: 20px;
    }
    .entry-title {
    	margin-left: 20px;
    }
    .single .entry-title {
    	margin-left: 0 !important;
    	margin-bottom: -10px !important;
    }
    #bbpress-forums li.bbp-body ul.topic {
    	border-top: 1px solid #eee;
    	padding-top: 5px !important;
    	padding-bottom: 0px !important;
            padding-left: none !important;
            padding-right: none !important;
    }
    #bbpress-forums p.bbp-topic-meta {
    	margin: 0px 0 5px;
    }
    li.bbp-topic-title {
    	padding-left: 20px;
    
    }
    #url, #email {text-indent: 0px !important;}
    
    a.bbpl_button {width:25px !important;}
    
    #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {padding-top: 8px;}
    
    #bbpress-forums li.bbp-header {padding-left: 0px !important;}
    
    li.bbp-forum-info {text-indent: 50px;}
    
    #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-met {margin: 0px !important;}
    
    #bbpress-forums p.bbp-topic-meta img.avatar {margin-bottom: -3px !important;}
    #bbpress-forums div.bbp-template-notice img.avatar {margin-bottom: -3px !important;}
    
    li.bbp-header div.bbp-reply-content span#subscription-toggle {margin-right: 10px}
    
    div.bbp-template-notice, #bbpress-forums ul.bbp-replies, #bbpress-forums fieldset.bbp-form {border-radius: 5px !important;}
    
    .quicktags-toolbar {border-top-right-radius: 5px !important; border-top-left-radius: 5px !important;}
    
    #bbpress-forums fieldset.bbp-form input {padding: 3px;}
    #135004

    In reply to: Mark topic as closed

    weezies
    Participant

    Hello. Can you please advise which file the code above needs to be inserted in? I can definitely use this functionality. I’ve tried adding it in my theme’s functions.php but it doesn’t work there. Thank you!

    undsatca
    Participant

    I am currently trying do the same thing, set newest to oldest with the original topic post remaining on the top.
    I am a novice with code and CSS, and was curious where the code you provided for grex22 went. I am familiar with the .php location of bbpress, but can not find the information you posted.

    Thank you

    #134988
    akapope
    Participant

    Hey BBPress!

    I was wandering if ya’ll can help me out with this. So I have my theme styled so that each Forum gets its own background through the style.css file using the following lines:

    .postid-17 {
    background: #000000 url(http://alysiaworld.com/wp-content/uploads/2013/06/alysiasea.jpg) center top no-repeat fixed;
    }

    where postid-17 is the correlating WordPress post associated with the Forum.

    The problem now is that when you visit a Topic within the Forum, the background goes back to the default image :/

    I am thinking that there should be a code to pull the topics Parent Forum “postid” and then force the background to the topic.

    I hope that makes sense. I can dig through code, but I am not so skilled with writing my own yet.

    Thanks in advance for your help.

    WordPress and BBPress are running the latest versions:

    Site – htp://alysiaworld.com
    Theme – Twentytwelve

    #134987
    kettlewell
    Participant

    @johnjamesjacoby I believe this link is the source of the problem… I think if this page is updated to be made current, it will solve a lot of confusion.

    https://codex.bbpress.org/step-by-step-guide-to-creating-a-custom-bbpress-theme/

    #134986
    kettlewell
    Participant

    Update:

    I’ve figured it out.

    Part of it was my theme using the post_type_archive_title()

    Part was needing to set a filter:

    function test_support() {
      return 'Support';
    }
    add_filter('bbp_get_forum_archive_title', 'test_support');

    And part of it is needing to modify the default bbpress theme by placing it in my own theme directory, and modifying the hard-coded instances of Forums and Topics.

    A future enhancement / feature would be some sort of an options file to allow this text to be modified in one place somewhere…

    #134975
    MJ
    Participant

    Hi

    I want to change the Output of the “Recent post” to make it similar as simple-press. Like this:
    Forum: Forum Title
    Topic: Topic Title
    by: Author – Time

    I found the code for widgets at:
    bbpress/common/widgets.php

    But I am afraid that if I changed this, it would be overwritten by the next bbpress update. Any ideas if I can I have a “child widget” or something?

    Thanks

    #134971
    xmasons
    Participant

    Add this into your functions.php

    function disable_our_feeds() {
    	wp_redirect(get_option('siteurl'));
    }
     
    add_action('bbp_feed', 'disable_our_feeds', 1); // Disables BBPress feeds
    add_action('do_feed', 'disable_our_feeds', 1);
    add_action('do_feed_rdf', 'disable_our_feeds', 1);
    add_action('do_feed_rss', 'disable_our_feeds', 1);
    add_action('do_feed_rss2', 'disable_our_feeds', 1);
    add_action('do_feed_atom', 'disable_our_feeds', 1);
    #134965
    Justinvarnes
    Participant

    First off, I’m an idiot when it comes to this stuff but I’m trying to learn.

    I’m not sure where I went wrong, but iI have both Simple: Press and bb_press as plugins. I want to import my Simple:Press forum to the bbPress forum and delete Simple:Press. I tried following these instructions:

    https://codex.bbpress.org/import-forums/

    But when I tried to do the conversion, I didn’t know where to find the name of the database info, so I left it blank.

    Tried the conversion anyway and it said there are no topics, forums, users, etc to convert.

    Where can I find the name of the database, etc so I can fill that form out correctly OR..

    Is that even what I should be doing?

    Thanks in Advance!

    #134958

    In reply to: Non latin permalinks

    arohmann
    Participant

    I can confirm this issue, and I believe it to be a bug with how forum threads are looked up. Perhaps one of the team here can confirm the issue?

    Steps to reproduce:

    1. Create a thread using greek characters
    2. Right click, and “copy link” then paste in new tab. This WORKS.
    3. Now copy the URL directly out of the address bar and paste in new tab. This DOESN’T WORK

    The difference I’m seeing is that the outputted forum URLs are encoded using lowercase a-f characters, but if you copy from the address bar (depending on browser or OS) the encoding letters are A-F uppercase.

    For example:
    ce%bf – accepted by bbPress and given the correct page
    CE%BF – goes to 404

    Normal WordPress pages can handle either just fine.

    I’ve tested this for a bit and got the same results in both Chrome and Firefox on OS X. It really looks like a bug where bbPress can’t tell the difference, or it’s not an exact match. Either way, this could be a big issue! To users, the links look exactly the same, and they can have issues sharing links.

    Thanks! Hoping to get some more feedback here.

    Best regards

    #134948
    maisdesign
    Participant

    Hi, actually I’m trying to develop a WP plugin that will let users create a post and a forum with same title.
    You can check and fork my code on GitHub https://github.com/maisdesign/MDPostEforumsCreator

    As you can see actually one of the features I’m looking for is the equivalent for wp_dropdown_categories in BBPress.
    With this drop down I’ll be able to let the user choose the parent forum for the forum he is creating.

    I can’t find any documentation about it, am I missing something?

    #134947
    _sushi
    Participant

    I am having a bit of trouble integrating my WooTheme “canvas” with bbpress. I have read the “Theme Compatibility” article. I understand what it says but i am not sure when looking at the template PHP files that comes with bbpress where in my code i need to put the template code, and which part of the bbpress template code to use.

    I also switched to the “TwentyEleven” theme and it worked fine. I tried comparing the WooTheme code to TwentyEleven using Firebug, and i can see there is an obvious difference in the code. But i am lost as to what to change.

    I have setup all the correct settings in the Dashboard area.

    Any help would would be greatly appreciated.
    I am using WordPress 3.5.1
    and bbpress Version 2.3.2

    EDIT: I am having a bit of trouble with too much website traffic shutting my site down when i post the page address. So maybe if someone can point me in the direction of more info on intergrating bbpress with different themes. As stated above i have read the Theme compatibility article.

    maisdesign
    Participant

    Hi, actually I’m trying to develop a WP plugin that will do almost the same thing you were trying to do.
    But, my lack of knowledge and the lack of documentation (I can’t find it!) aren’t helping me very much.
    This is what I have actually:
    https://github.com/maisdesign/MDPostEforumsCreator

    As you can see in my index.php file that is here:

    <?php
    /*
    Plugin Name: Post And Forum Creator by MaisDesign & Stestaz
    Plugin URI: http://maisdesign.it
    Description: You give it a title and it automatically create a blank post and forum with that title, that's it!
    Version: 1.0.0
    Author: MaisDesign & Stestaz
    Author URI: http://maisdesign.it
    License: 
    License URI: 
    */
    /* Documentazione:
    	Quello che sto cercando di ottenere è di svolgere tutto in una sola pagina, sono certo che non serva richiamare BBHOST e compagnia bella per inserire un cavolo di articolo ma sono le 2.20 AM e non so più che pesci pigliare!
    	In fondo a questa pagina troverai del codice commentato, se ci sono bestemmie nei commenti lasciale dove stanno, sono di buon auspicio :-P
    */
    /* Definiamo la versione */
    
    if (!defined('MD_POSTFORUM_CREATOR_VERSION_KEY'))
        define('MD_POSTFORUM_CREATOR_VERSION_KEY', 'md_postforum_creator_version');
    
    if (!defined('MD_POSTFORUM_CREATOR_VERSION_NUM'))
        define('MD_POSTFORUM_CREATOR_VERSION_NUM', '1.0.0');
    
    add_option(MD_POSTFORUM_CREATOR_VERSION_KEY, MD_POSTFORUM_CREATOR_VERSION_NUM);
    
    /*
        * This example will work at least on WordPress 2.6.3, 
        * but maybe on older versions too.
        */
       add_action( 'admin_init', 'md_postforum_creator_init' );
       add_action( 'admin_menu', 'md_postforum_creator_menu' );
       
       function md_postforum_creator_init() {
           /* Register our stylesheet. */
           wp_register_style( 'mdPostforumCreatorStyle', plugins_url('css/mdpostforumstyle.css', __FILE__) );
    	       wp_register_script( 'mdPostforumCreatorScript', plugins_url( '/js/alajax-1.2.js', __FILE__ ) );
       };   
       function md_postforum_creator_menu() {
           /* Register our plugin page */
           $page = add_submenu_page( 'options.php', 
                                     __( 'MDPFC Plugin', 'md-postforum-creator' ), 
                                     __( 'MDPFC Plugin', 'md-postforum-creator' ),
                                     'administrator',
                                     __FILE__, 
                                     'md_postforum_creator_manage_menu' );
      
           /* Using registered $page handle to hook stylesheet loading */
           add_action( 'admin_print_styles-' . $page, 'md_postforum_creator_styles' );
    		add_action('admin_print_scripts-' . $page, 'md_postforum_creator_scripts');
       };   
       function md_postforum_creator_styles() {
           /*
            * It will be called only on your plugin admin page, enqueue our stylesheet here
            */
           wp_enqueue_style( 'mdPostforumCreatorStyle' );
       };
       function md_postforum_creator_scripts() {
            /* Link our already registered script to a page */
            wp_enqueue_script( 'mdPostforumCreatorScript' );
        };
       /*function md_postforum_creator_manage_menu() {
       };*/
       add_action('admin_menu', 'register_md_postforum_creator_menu');
    function register_md_postforum_creator_menu() {
       add_menu_page( 'MDPFC Options', // $page_title
                      'MDPFC Options', // $menu_title
                      'manage_options', // $capability
                      'md-postforum-creator-menu-page-slug', // $menu_slug
                      'md_postforum_creator_menu_page', // $function
                      plugins_url( 'md-postforum-creator/images/mdpostforum.png' ), /* $icon_url*/
                      3 ); /* $position*/
    };
    
    function md_postforum_creator_menu_page() {
       /* Does the user have the right permissions?*/
       if (!current_user_can('manage_options')) {
          wp_die( 'Sorry, you do not have permission to access this page.');
       };
      if(isset($_POST['new_post']) == '1') {
        $post_title = $_POST['post_title'];
        $post_category = $_POST['cat'];
        $post_content = $_POST['post_content'];
    
        $new_post = array(
              'ID' => '',
              'post_author' => $user->ID, 
              'post_category' => array($post_category),
              'post_content' => '', 
              'post_title' => wp_strip_all_tags($post_title),
              'post_status' => 'draft'
            );
    
        $post_id = wp_insert_post($new_post);
    };          
    echo '
    <form action="'.admin_url('admin.php?page=md-postforum-creator-menu-page-slug').'" method="post">
        <input type="text" name="post_title" size="45" id="input-title"/>
        <input type="hidden" name="new_post" value="1"/>';
    	wp_dropdown_categories('orderby=name&hide_empty=0&exclude=1&hierarchical=1');
        echo '<input class="subput round" type="submit" name="submit" value="Post"/>
    </form>';
    };?>

    My plugin is almost complete, what I can’t understand is How to create also a forum with same title of the post created by the form.

    Is there anyone who can send me to the right direction? Thank you.

    #134916
    Nate
    Participant

    @johnjamesjacoby

    First of all,

    You can drop the attitude. I work in digital marketing for a living and have done so successfully for many, many years, dealing with everything between Drupal, WP and proprietary software, and your response in this thread is easily the most unprofessional, immature, and frankly, baffling I’ve come across.

    Understand that I’m under ZERO obligation to report security flaws in codex.bbpress.org to you. I DID contact you via Facebook (evidence here: http://imgur.com/gDcoOYG) out of sheer freaking goodwill. I also tried alerting you to this on the forum. Here’s the FAQ Security that you linked to: “You should also contact the plugin developer either via email (if it’s listed in the plugin source code), or by posting in the support forum on their plugin page asking how best to send them details.”

    I couldn’t find your e-mail address, and brought it up here without hesitation — with that said, it shouldn’t come as a surprise that the lack of response generally shown on these forums is concerning toward a security flaw. Half the time it’s littered with spam for thai prostitutes anyway. Why would I assume that the thread would even be glanced at? Hence why I used Facebook to reach out to you.

    And rather than inform you of bbPress.org login issues, I could have simply chuckled and chosen another open source platform of which to host my community. Or are you so self-righteous that you think multiple users complaining of the SAME login issues are probably just “doing it wrong” ??

    In the words of the great Wayne Campbell, are you mental?

    Your last question “How I managed to login” is already addressed within my post and in a post I made last week. I’m glad you did your homework.

    If you’re ready to have an adult, professional conversation about this, let me know. Or check your Facebook messages from YESTERDAY AFTERNOON, when I addressed them.

    #134914

    I’ve received no message on Facebook (it’s also a poor approach to reporting security issues.)

    Please read this page on the WordPress Codex.

    Not fair to say I’ve ignored something I didn’t receive. I’m curious how you’re managing to login and post anything here, if logins are broken?

    #134912
    Tecca
    Participant

    @redknite, put this in your loop-single-reply.php file:

    <?php $user = get_userdata( bbp_get_reply_author_id() );
    if ( !empty( $user->user_nicename ) ) {
    $user_nicename = $user->user_nicename;
    echo "@".$user_nicename;
    } ?>
    #134909
    redknite
    Participant

    @pjtna or @sambora5150 can you tell me how you got this to work? Where did you put the code? and was it exactly like above or did you have to add additional code?

    #134885
    rossagrant
    Participant

    I’ve been experiencing similar results for a few months now, BUT only on topics with more than a few subscribers.

    It seems that BBPress is waiting for a confirmation that the email notifications have been sent to subscribers BEFORE it releases the rest of the php script and allows the page to refresh for the actual person posting.

    The post is actually posted very quickly if you look at the forum on another browser whilst the browser used to actually post is still processing.

    I’ve set up a TRAC ticket here and have been investigating it for a while.

    https://bbpress.trac.wordpress.org/ticket/2162#comment:8

    I’m wondering if there is a better way to handle the notifications?

    I’m no coder though unfortunately.

    #134882

    In reply to: Image upload

    Shmoo
    Participant

    Yeah but they don’t wish to be like other forum software I guess.

    bbPress wants to stay very clean, lean en mean I think. They hope somebody will ever make plugins for bbPress to accomplish all those tasks even history has proven Plugins aren’t the best way to go forward.

    Anyway,
    The code-snippet should go in the template that handles the form-stuff.

    Find the next files.
    wp-content / pluings / bbpress / templates / default / bbpress / form-topic.php
    wp-content / plugins / bbpress / templates / default / bbpress / form-reply.php

    Copy & paste ( don’t drag & drop ) both files to your theme folder inside a new fodler called bbpress.
    wp-content / themes / your-theme-name / bbpress / ** paste them here **

    Open the files and search for a line that say:
    <?php bbp_the_content( …. ); ?>

    Line 66 and 92 I think it is.
    Change the code and Save it.

    Refresh the page and you should see a Media upload button above the toolbar.

Viewing 25 results - 14,126 through 14,150 (of 32,503 total)
Skip to toolbar