Search Results for '"wordpress'
-
Search Results
-
Hey all
I’m running bbpress with wordpress, WPML, buddypress and the buddybosstheme. I have three fora with three subfora each, two fora and their subfora are translations of the default EN fora and subfora respectively.
When I want to create a new topic in NL or FR, these are posted under the default langguage and do not show up in the list of topics of the subforum.
Changing the language in the backend to the correct one does make them show up. If you view a topic you can’t see the actual content.
Same thing for replies. Replies don’t show up, even if you change the language.Could anyone point me in the right direction?
Thanks in advance
Pieter
Topic: good work
Hello, I haven’t kept up with bbPress lately but out of curiosity I came back to see how it was going. So I ran a test site with the latest 3.5.1 version of WordPress and subsequently added bbPress via the plugins page.
I must say that you guys have done well. I was sure that this software was going to end but it looks like you finally gave bbPress a permanent niche in the dev world. I loved the older versions of it as well, when the forum software had it’s own site and database. I would often toy with WordPress themes and customize bbPress to match them. But this was, by far, the easiest installation of bbPress I ever ran. It seems more common sense to use it as a plugin with WordPress since it so many people use them together.
Anyways, I knew from the overhaul of this website that the dev team hadn’t given up. I give you guys props for keeping it alive! Now all that’s left to do is keep up with rivals (ahem, Vanilla).
Keep up the good work!
Topic: Caching
I’m trying to setup a really basic forum for the first time i WordPress, but I must admit that it has shown more difficult than first expected.
Well after hours of bug finding I’m down to one problem, which is that BBpress doesn’t refresh when you make a post. The problem seems to be related to caching, cause when I disable caching in Chrome it works. No matter what I do I however just can’t seem to figure our how to make my browsers (firefox + Chrome) not cache the page in the first time.
The test forum is located here:
http://www.big-data-forum.org/?forum=big-data-3bbPress Version 2.2.4
Wordpress Version 3.5.1To post you have to login with:
Usr: Test
Passw.: 123456Hope that somebody can help me out 🙂
Best regards
TobiasTopic: Search page layout/design?
Hello people..
I love the simplicity of WordPress and one of its best plugin bbPress.
Thanks for creating this great plugin, I love IT!Now to the question, I would like to customize the layout/design of the search page.
How do I do it? In which file is the search result located?Regards
I installed bbpress on my wordpress site. It is a new site, I have no other plugins installed. It still have the default 2012 theme.
I can access the forum menus from the dashboard, and I’ve created a few forums. If I click “view” in the list of forums from the dashboard, I can see them.
However, when I go to see my web page, there is no option on the navigation menu for the forums. There is just “Home”, “Blog”, and one other page I already created.
How is one visiting the site supposed to find the forums?
I tried Simple Press briefly and it just created it’s own page and a menu link. I also tried Mingle, and for that I needed to create a page on the navigation menu for it before I did the install. What do I need to do for bbpress?
Thanks
Hi all,
New install: WordPress 3.5.1 MU joint Network with x7 Mapped domains
New install: Buddypress 1.6.4 Running all sites on Dynamix WP/BP theme
New install: BBPress 2.2.4 With Network & Group forums configured.
Buddypress has been installed ‘without’ the discussion forums tab enabled.
<code>define( ‘BP_ENABLE_MULTIBLOG’, true );</code> Is located in wp-config.
Other plugins installed all network enabled: WP SEO (Yoast), WPMU Domain Mapping, Ultimate coming soon page & Join my multisite.
Followed all Buddypress and BBPress latest instructions to the letter!
I can create new forums, and group forums with no problems. All forums and groups are traceable throughout all MU sites with no problems and I have used bp-custom-php with;
<code><?php
/* This fixes the MULTIBLOG avatar problem */
function nfm_bp_avtar_upload_path_correct($path){
if ( bp_core_is_multisite() ){
// $path = ABSPATH . get_blog_option( BP_ROOT_BLOG, ‘upload_path’ );
$path = ABSPATH . ‘wp-content/uploads/’;
}
return $path;
}
add_filter(‘bp_core_avatar_upload_path’, ‘nfm_bp_avtar_upload_path_correct’, 1);
function nfm_bp_avatar_upload_url_correct($url){
if ( bp_core_is_multisite() ){
$url = get_blog_option( BP_ROOT_BLOG, ‘siteurl’ ) . “/wp-content/uploads”;
}
return $url;
}
add_filter(‘bp_core_avatar_url’, ‘nfm_bp_avatar_upload_url_correct’, 1);
?></code>
To carry user and group avatars throughout all networks.
Problem being, once a forum post is created I’ as keymaster cannot Edit, Close, Stick, Merge Trash or Spam “Any” forum posts. The page just refreshes without any actions taking place.
I have read two other posts relating to this similar/same issue, one from over a year ago, and one from as little as two weeks ago, both without solution, one without any replies.
Further to the above, I have noted that BBPress is not sending emails out on replies to forum posts with the Notify me of follow-up replies via email tab checked.
I sincerely hope someone may be able to help shed some light on this issue as it is really going to render my project useless if I can’t manage to resolve it.
I’m happy to offer a bbpress admin, administrative access to my site if they feel they may be able to assist in some way.
Here’s hoping .. !
Regards,
Sped
Hi!
I’ve make a plugin to work in wordpress comments form for guest but it don’t work with bbpress.
It use this hook:
add_filter(‘pre_comment_on_post’, ‘wp_stopforumspam_check_query’);
How i can make compatible also with bbpress? 😐
Hi there, Am trying to add a captcha plugin for my forum registration. The bbpress forum has been installed as a plugin in my wordpress site.
The problem I’m getting is where to add the captcha plugin? I can only find it if it’s installed in the main wordpress plugin directory, however I then can’t get to settings to enter the keys etc and bbpress doesn’t seem to see its there.
any advice? Thanks in advance