hello 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.3
The 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
this is a site for a new guild in World of Warcraft I wiped up with wordpress,
I want the forums to look like another site I made.
WordPress Site: http://thornbladeguild.com/forums/
Website I want forums to look like: http://sanctusgaming.com/Community/index.php?/
[not including the shout box]
Whenever someone tries to register an account when they hit the register button it just takes them to a “401 Authorization Required” page that says “This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn’t understand how to supply the credentials required.” I’ve gone over the basic troubleshooting but cant seem to figure it out…
Running WordPress 4.4.1
Running Theme: Hamza LiteVersion: 1.1.8 By 8Degree Themes
@ http://duramaxin.com/
Hello,
I would like to create a sub menu that displays all the admin links in it. You can find more details over here at GitHub.
https://github.com/tech55541/BBPress-Options-Drop-Down/issues/1
Anyone have any suggestions for me?
Thanks.
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.
How can I insert the block the last topics on the homepage. But not with widget. I will make it with the php function.
Is it posible?
And how can I edit this block, an make my own design.
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
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 1
Here 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 DESC
Here 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 DESC
When 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?