Search Results for 'test'
-
Search Results
-
Topic: bbPress Google+ Community
For those of you who are on Google+ and would like to keep up with the latest bbPress news and development, I’ve created a Google+ Community just for that 🙂
Topic: How to change font size?
Hello,
I am using skematiktheme.com wordpress theme, which is also styled for buddypress. I also have the lastest version of buddypress, bbpress, and wordpress installed.
Not sure if I should be asking this in the buddypress forum or not, because most of the changes are related to bbpress forums which are integrated with buddypress.
I want to change the font size. In general I just need to change the font size for the text in the body of posts, but it would be good if I could bump everything up by 4px. How do I change that?
Can someone help me by explaining it in simple step-by-step language?
For example: go here, then type this code here, and then change this, etc….
Thanks,
BenTopic: Reset roles and capabilities
Is there a way to do this so I have the basic rules when I originally installed the site? I’m using the latest versions of both WP and BP.
Hi,
I saw somwhere a topic about Forums, Topics and Replies somwhere in the forum and want to confirm that it exists even in just releases 2.2.3. In admin and on frontend bbpess post types labels don’t get translated (tested on 2 different sites, translated in 2 different tools, my language uses extended latin chars).
Another issue is with the User profile rules (permalinks, line 873 in bbpress.php). It’s possible to filter rewrite rules for user favorites and subscriptions but topics and replies (and it’s pagination) are hardcoded, even if there are functions available to use instead (and filter if needed)
I need to prevent users from being able to see the forum unless they are logged in. The trick is, the login form needs to authenticate against an external database that is contained in one of our servers (not WP or BBPress).
I’m trying to figure out the smartest way to do this. I thought of just creating a regular PHP login, but I’m not sure exactly how to restrict the forum this way. Right now I have all of my forums set to “private” which pretty much does the restriction for you.
It’s a bit complicated but any suggestions would be awesome.
Number of topics listed for each forum on my /forums page is not matching the number of topics in the forum!
It’s a recently installation so I only have 3 topics. and it’s saying there are 2…
I’m using the latest versions of wordpress and bbpress
Thanks!
I upgraded bbpress to 2.2.2 on a client’s site and now when I click on the forum links it brings me to a 404 Not Found page. I can click on the latest topic link and the user link to the far right but the main forum link goes to 404.
I tried the switch the permalink, save, switch it back and save again trick but it did not fix the issue.
Any ideas on what may solve the issue would be greatly appreciated!
Hi There,
We’re working on a clients website at the moment. Their forum is currently running on BB Press and has nearly 86,000 users on, 4500 topics, 25,000 posts and is relatively active. A large number of the users are likely to be spam, but it is a fairly active forum with about 60ish users using it each day.
We want to update the forum to the latest version so that we can make use of all the newer social media implementations, security fixes and also the spam plugins to help reduce a lot of the manual work going on.
Is there anyone on here who can handle the whole upgrade process, or is there a conversion kit to get it from 1.0.2 up to the latest version? I assume going from this version all the way to 2.2 is likely to be a fairly big task, so any help here would be fantastic.
Thank you in advance.
Kind regards,
LewisIs there any method to display bbpress forum as the home page?, All I want is to display bbpress forum on the top of my home page and latest blogs at the bottom of my home page.
Hello. I’d like to allow anonymous posting, but disable it in specific forums. Here’s what I have so far:
function specific_anonymous_bbp() {
if (is_post('XXX')) {
return apply_filters( 'bbp_allow_anonymous', 0)
}
}
add_action( 'plugins_loaded' , 'specific_anonymous_bbp' );I’ve tried about a thousand different combinations (the above being the latest) with no luck. I found the bbp_allow_anonymous hook looking through the core files, but I’m not sure how to disallow it for specific posts. I also tried making form-anonymous.php conditional based on post ID, which worked, but caused other issues. Any ideas?
Topic: Installing
First let me say I am not an idiot (HA) but I cannot figure this out. I am wondering if there is a place on this site that explains how to setup the forums. Because right now I go in and create a new forum and this is the link I get:
http://test1.strosgirldesigns.com/forums/forum/flivin-2/ instead of just this: http://test1.strosgirldesigns.com/forums/
I am sure there are directions and I am just missing them which is quite possible after designing this site.
Thanks
Hi,
I just want to note that since 2.0.3 release of bbPress (that’s when I actually started using the plugin) every time I update to the latest version I get the 500 server error, and the problem always gets resolved by rolling back to the the version that worked or when I overwrite the child theme I created with bbPress in the Theme folder with the latest theme in the bbPress update.
Is this a known issue or it is just only me? There anything I have to change in the child theme before updating to the latest bbPress?Thanks,