Search Results for 'bbpress'
-
Search Results
-
Topic: Core change
Just changed 10 minutes ago. Almost all of the bbpress files updated. (Still functioning well.) Is this normal?
Example:
Am I missing something? I can edit the forums just like the page editor, but when I click “update” nothing seems to go through. How can I make it so it works? I’ve tried even switching themes and seeing if that helps, nothing.
Dear Sir/Madam,
I install the bbPress and find the search box and button are in separate line, I review the code of form-search.php
<form role="search" method="get" id="bbp-search-form" action="<?php bbp_search_url(); ?>"> <div> <label class="screen-reader-text hidden" for="bbp_search"><?php _e( 'Search for:', 'bbpress' ); ?></label> <input type="hidden" name="action" value="bbp-search-request" /> <input tabindex="<?php bbp_tab_index(); ?>" type="text" value="<?php echo esc_attr( bbp_get_search_terms() ); ?>" name="bbp_search" id="bbp_search" /> <input tabindex="<?php bbp_tab_index(); ?>" class="button" type="submit" id="bbp_search_submit" value="<?php esc_attr_e( 'Search', 'bbpress' ); ?>" /> </div> </form>There is not line break tag <br> between the input element, does anyone know how I can remove the break?
Best regards,
Kelvin.
Hi all
this is my (new) website: http://psychiatryadvice.comWhen someone attempts to submit a new topic the following message occurs:
ERROR: Your topic cannot be created at this time.
Under settings>discussion I do not have any words in the blacklist or comment moderation. I also disabled the most recent plugin I installed (btw creating new topics was no problem after I initially installed this plugin).
Any advice how to fix this please?
Thanks!Wordpress v 4.5.3
bbpress v 2.5.9-6017For my users, the main focus of their bbPress membership site is their latest posted thread.
How do I show on their dashboard the details of their latest thread? Preferably with 1) the first post 2), 3) the latest post, and 4) field to post an update to this topic.

