Search Results for '"wordpress"'
-
Search Results
-
I have just updated to WordPress version 4.7 and bbPress version 2.5.12. I am a web developer creating a site for a client, so the work is only locally on my machine; however, I’ve added the appropriate function to the filter ‘bbp_verify_nonce_request_url’ so that it should be working appropriately (I had to do this to fix the problem that led to this new one). Now, every time I try to post a new topic through the front end (rather than via the WordPress dashboard), the above error appears (“ERROR: Your topic needs a title.”) despite the fact that I have submitted a title. Any help would be appreciated!

I have the latest 4.7 version of WordPress and installed the latest bbPress plugin (updated 4 days ago).
When I click on Forums->All forums, in the WP Dashboard, it shows me a full white blank page. Upon typing website.com/forums, it shows a blank page. The newly created forum link website.com/forums/forum/forum is also completely blank. I’ve tried this on two themes – Twenty Sixteen and Twenty Seventeen. Both showed blank page.
I tried creating a new page and pasting [bbp-forum-index] but that gave me the following code as the result:
{{ partial “head.html” . }}
{{ partial “header.html” . }} {{ partial “sidebar.html” . }} {{ partial “post/header-cover.html” . }}
{{ $paginator := .Paginate (where .Data.Pages “Type” “post”) }} {{ range $paginator.Pages }} {{ .Render “summary” }} {{ end }} {{ partial “pagination.html” . }}
{{ partial “footer.html” . }}
{{ partial “foot.html” . }}bbpress Version 2.5.12
wordpress Version 4.6.1
TwentyThirteen-Child themeYou’ll see I don’t know what I’m doing here. What follows is what I tried.
I put the following into my 2013 child theme:
1. a folder titled “bbpress” which contained the following all copied from the bbpress plugin folder:
2. a folder titled “bbpress”
3. a folder titled “css”
4. a folder titled “extras”
5. a folder titled “js”
6. a file titled “bbpress-functions.phpI replaced the top of the bbpress.css file which was in the “css” folder with this:
/* Theme Name: bbpress bbpress-child Theme URI: http://neighborsconnect/neighborsnation/wp-content/themes/twentythirteen-child/bbpress-child/ Description: bbpress-child theme for bbpress Version: 1.0 Author: Bruce Wilson Author URI: http://neighborsnation.org/ Template: bbpress-default Tags: bbpress, bbpress-child */Then I increased the font-size for the bbpress forums from 12 px to 20px and other such changes to see if it worked.
Surprise! Surprise! It didn’t work.
What do I need to do to make it work?
~ Bruce
Topic: Forum just won’t show up
Having the problem that my Forum just isn’t showing up. It’s there in the meno on the admin, alongside everything else. But when I click on it, I just get the grey Chrome page saying “this page won’t load” or “work” or whatever, alongside “HTTP ERROR 500”. No idea what this is, starting to get annoyed. Everything is set up as it should be, but the forum won’t load. When I click on my homepage on the middle “Forums” button: Same story. Just a Chrome error screen, not even a 404 page.
What am I doing wrong?


I recently updated WordPress and BBPress. Everything appeared to be in good shape last Friday but today the categories for the forum show on the main menu but the forum and all the related content are missing. I can see that the plugin is active but I do not see it in the WP admin. Any help is greatly appreciated. Thanks
Wordpress 4.7
BBPress 2.5.12
website – massfacilities.com custom theme usign BootstrapTopic: topics.php on line 943
hi, i just downloaded and trying to set up a bb press.
then i had error. it says
Warning: sprintf(): Too few arguments in …/blog/wp-content/plugins/bbpress/includes/admin/topics.php on line 943
line 943 is
`// Topic submitted
8 => sprintf( __( ‘Topic submitted. <a target=”_blank” href=”%s”>Preview topic</a>’, ‘bbpress’ ), esc_url( add_query_arg( ‘preview’, ‘true’, $topic_url ) ) ),`does anyone know how to fix this ?
WordPress (Version 4.7)
Hi,
I noticed textarea for newtopic description is generated using bbp_the_content function. I.e., not available in form-topic.php site specific copy.- bbPress 2.5.11
- WordPress 4.6.1
- site (internal)
If this is worth your time, how do I add placeholder attribute in the following list, without breaking the upgrade mechanism? I mean if it is a five minute job for any of you. Otherwise I can spend my own time to work around it using css… it’s nagging me that you all would not have forgotten to allow for this …reasonably important thing… I think.
function bbp_get_the_content( $args = array() ) { // Parse arguments against default values $r = bbp_parse_args( $args, array( 'context' => 'topic', 'before' => '<div class="bbp-the-content-wrapper">', 'after' => '</div>', 'wpautop' => true, 'media_buttons' => false, 'textarea_rows' => '12', 'tabindex' => bbp_get_tab_index(), 'tabfocus_elements' => 'bbp_topic_title,bbp_topic_tags', 'editor_class' => 'bbp-the-content', 'tinymce' => false, 'teeny' => true, 'quicktags' => true, 'dfw' => false ), 'get_the_content' );Here is what I am trying to do, i.e., add the words “… and a short description of the topic here.” in the blue area.
_________
Create a new conversation topic using the form belowEditing — Apparently, the image didn’t show. Here is the link, if you like
https://drive.google.com/open?id=0B1Jr2Alfov9eZVVhT2U0dGRDQVVWeVE0WGh4OTZ1QW50RFdRThank you!
Topic: Fetch different avatar
So I am using bbpress alongside buddypress. This is great because running a little gaming community, it is awesome having the ability to use the widely know traditional forums as bbpress offers them while adding some great social features brought by buddypress.
Now I’ve done my research and figured out that bbpress relies on the wp profile informations (since well wp and bbpress work great together). Aside of that, there is some synchronisation between buddypress and wp profile informations.
What I’d like is be able to use only one avatar for both plugins. bbpress fetches the wp profile avatar while buddypress as one on its own. So my idea is to fetch buddypress’s image when displaying the user’s avatar on the forums.
I tried to search for documentation on this and didn’t find much. I ended up digging the plugin code and stumbled upon, while looking in the /plugins/bbpress/includes/users/template.php file, bbp_current_user_avatar() which uses bbp_get_current_user_avatar() that calls get_avatar() with the desired size and user id.
So I guess the obvious step is telling bbpress to look for the buddypress profile image rather than use this get_avatar() function, which I suspect is fetching the wp profile image.
But I am stuck here, mainly because I am new to wordpress, also to php. I should be able to sort myself out with some indications (how and what to use) or even some pseudo code.
I want to do this because I want people to not use their wp profile (there is not much there anyway) and rather go through their buddypress profile only.
Thank’s in advance for any help.
I just did the WordPress 4.7 update and noticed that the links to BBPRESS topics and replies are no longer in the menu.
Has something changed?