Search Results for '\"wordpress\"'
-
Search Results
-
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
I run a WordPress 3.5.1 Multisite and when i enable bbpress pluigin on my parent site the server goes crazy to over 100 (usually its below 2).
What could be the reason for this?
http://geek.hr is the website.
Thank you