Search Results for 'bbpress'
-
Search Results
-
WP Version 4.4.1, bbpress 2.5.8, http://de.movemeta.org/foren/
Hi,
just like in WordPress.org and bbpress.org forums, I would like to enable users to insert blank lines to be visible after posting. Please tell me how to accomplish this – I know that the limitation is there to prevent users posting 1000 lines in a row, but clearly, to have at least one blank line was considered preferable around here, too.
Thank you,
Manuelhello evrybody an d thanks by advance sorry for my poor English
i would like to explain you my trouble with BBpress.
First of all hre is my configuration
wp: 4.4.1; bbpress 2.5.8 ; buddypress 2.4.3The trouble arrive in all the forums (privates and publics) The trouble is that it’is not possible to rad the content of a post that i have written even if i’m administrator or modérator oth forum. i’m allowed to see the the title of the subject an i can answer to the post but i can’t read the post excepted when i’m logged as the worpress administrator. What happened doctor ?
I disabled the buddypress group forum because i had troubles as well.Thanks by adavance
Aerosky
Topic: Creating options sub menu
Topic: remove create New Topic in
How do i remove “Create New Topic” as it shows as default at the bottom of my forum i would like to remove this.
I want to disable “Create New Topic” in for all logon users
I want to control the topics myself and only allow particpants to reply to topics that are in the forum. I have the lastest version of WP and BBpress.I love how this forum works – I’m sure I’m not the first to ask so apologies – please can someone point me to any simple steps to make my install of bbpress have the forum categories on the left as a menu, offer email notifications, allow tags etc?
Thank you 🙂
Jack
Hiya!
Please can someone recommend a plugin/s that:
1) allow users to upload images to bbpress?
2) preferably creates some form of simple gallery or allows multiple uploads per post
3) takes one of the uploaded images and automatically adds them to the Buddypress feed and ideally, adds one image in the Forum view as well, like an image preview?Thanks 🙂
Jack
Topic: Display only the @username
I am trying to remove the author’s real name and only display the @ username.
With the code I found here, I could add the username below the name. But how can I remove the real name and only display the @ username?
I am trying to debug an intermittent 404 issue that has been traced to BBPress. I’ve read several other reports about intermittent 404s and BBPress, but none of them are quite applicable to my situation, so I’m creating a new support topic.
The main page of my website will intermittently load with a 404.The intermittent access issue appears to last between 10 seconds and 3 minutes at a time. When this happens, it’s down for everyone trying to access the site (confirmed while on the phone with hosting service tech support). Other pages on the site appear to load correctly during this time window. Hitting refresh will eventually successfully reload the page correctly.
I am using Query Monitor to examine the rewrite rules. Here are the results when the page is loading incorrectly:
Request account-2/conscious-business-design-dashboard Matched Rule [^/]+/([^/]+)/?$ Matched Query attachment=conscious-business-design-dashboard Query String attachment=conscious-business-design-dashboard Query Vars attachment conscious-business-design-dashboard comments_per_page 50 name conscious-business-design-dashboard order DESC posts_per_page 10 update_post_meta_cache 1 update_post_term_cache 1Here are the results when the page is loading correctly:
Request account-2/conscious-business-design-dashboard Matched Rule (.?.+?)(?:/([0-9]+))?/?$ Matched Query pagename=account-2%2Fconscious-business-design-dashboard &page= Query String pagename=account-2%2Fconscious-business-design-dashboard Query Vars comments_per_page 50 name conscious-business-design-dashboard order DESC pagename conscious-business-design-dashboard posts_per_page 10 update_post_meta_cache 1 update_post_term_cache 1 Queried Object Single Page: #225 (WP_Post)Here is the most relevant query that is being run during the 404:
SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.post_name = 'conscious-business-design-dashboard' AND wp_posts.post_type = 'attachment' ORDER BY wp_posts.post_date DESCHere is the query run when the page successfully loads:
SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND (wp_posts.ID = '225') AND wp_posts.post_type = 'page' ORDER BY wp_posts.post_date DESCWhen I look at the BBPress code, I can identify the rewrite rules here:
// Rewrite rule matches used repeatedly below $root_rule = '/([^/]+)/?$'; $feed_rule = '/([^/]+)/' . $feed_slug . '/?$'; $edit_rule = '/([^/]+)/' . $edit_slug . '/?$'; $paged_rule = '/([^/]+)/' . $paged_slug . '/?([0-9]{1,})/?$';However, all slugs are correctly set in the database, and I can’t figure out how they might be getting corrupted.
Any suggestions for further troubleshooting?
I am trying to figure out why bbPress (inside Buddypress) isn’t enqueueing topic.js on topic pages so that favoriting and subscribing buttons ajax instead of refresh (which they currently do).
In
enqueue_scripts(),bbp_is_single_topic()is being checked before allowing the js files to be enqueued.In the
bbp_is_single_topic()function declaration,is_singular( bbp_get_topic_post_type() ) || bbp_is_query_name( 'bbp_single_topic' )must be satisfied to return true.Issue:
is_singular( bbp_get_topic_post_type() )returns false (alsois_singluar('topic')and justis_singluar()— also, no matter where I go in bbpress,is_singluar()returns false).
Tangential: echoingbbp_get_query_name()returns nothing.Any ideas?
NB: This was tested on fresh Twenty Twelve with all non-essential plugins disabled and bp-custom.php emptied.
WP: 4.4.1
BP: 2.4.3
BBP: 2.5.8
