Search Results for 'bbpress'
-
Search Results
-
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.8My gaming clan recently made the switch to bbPress (i.e., this morning.) It’s been a fairly easy migration. However, I have one issue that I need to resolve: how we accept member applications.
When we were in bbPress we had members copy and paste the application into a new topic form. When submitted, the comment would be “held in moderation” so that an officer could then manually move it to a private/hidden officers forum to deliberate on whether to accept it or not.
Now that we’ve migrated to bbPress that option isn’t so readily available. We could have people post to a forum and move them, but we prefer to keep member applications confidential (instead of sitting in a forum for anyone else to see until someone has a chance to move it.)
So, what I’m looking for, and wondering if anyone has already done this…
- A way to create a custom topic form pre-filled with information. I don’t see a need to have a bunch of individual fields… just a topic form with existing content.
- The ability for members who can’t see a forum to post to a specific forum (via this form.)
- or alternatively, a way for posts to be held in moderation until an officer/moderator can move it to a private forum for consideration.
Thank you
Hi,
in the Codex, it says that the automatic loading of locales should begin when they are at 100%. However, the German locale has not been updated in my installation since three days, that is the current date of the files in my webspace. Even though I approved strings in Glotpress every day since then.
Do you know if there is some “push” mechanism? Because WP-Members always gets updated at night (UTC) after I edited some strings. Or maybe bbpress needs to pull translations, but it does not do so, sufficiently?
~Manuel