Hi,
I did a test post on my forum then deleted it; however, it has not updated on the counter, so instead of saying there is no topics it’s still saying one topic/one user.
Is there a way to fix this?
Thanks
There is a function: bbp_get_super_stickies() which is used inside the function bbp_has_topics(). This function basically returns a list of Post IDs from the wp_options table from a row with the key: “_bbp_super_sticky_topics” or “_bbp_sticky_topics”
So one approach could be: override default args
bbp_has_topics(array('show_stickies' => false);
Extra loop for stickys (not tested, just a sketch)
$query = new WP_Query(array('inlucde' => bbp_get_super_stickies());
Though i recommend looking into the function bbp_has_topics to be aware of all possible cases.
Hi everybody 🙂
And first of all:
– Sorry for my English mistakes :/
– Sorry if I post in the wrong forum(?)
– Sorry if this question was already asked: I looked for an answer for 2 days and I can’t find anything which suits exactly to my problem :'(
I am trying to create a very simple forum for this website: http://www.zykoson.com/site
I am using the latest versions of WordPress, BBpress, BuddyPress etc.
I’ve read all the documentation, lots of topics but I still don’t know how to have:
– One “public” part: everybody is able to see the forums and topics, but people have to be registered to post something.
– One “private” part:only registered members belonging to a special group are able to see and post in this part. I would like to manually add these users to the group, after they create their profile.
Really, I think I am stupid because I CAN’T get there. I’ve tried everything: private forums, public ones, creating multiples groups with Buddypress. But no way. There is always a problem (and even if I get something correct, there is still a problem such as the breadcrumb which doesn’t display correctly)!
Please I need help before snatching all my hair, I’m on the verge of abandoning everything T_T
Thank you very much in advance and sorry for this so simple question
Is the latest version of Dizkus v1.3?
Does this look like the source code? https://github.com/paustian/Dizkus
The partial work that you did could you post the source code to GitHub please and I’ll take a look https://gist.github.com/
I tested Chrome and IE11, but anyway it should work in all browsers. I have been trying to check around, but have no idea ! Any plugin that would be delaying things ???
As you we are talking tuning, launch your website also on https://gtmetrix.com/ . It will indicate some performance improvements (but this should have nothing to see with the issue you experience now)
Pascal.
Hi,
many of us in our new forums noticed that we have to double click on many links on the forums to open them. It starts right at our forums root page, please have a look yourself. Do you have any idea what we can do about it?
I already upgraded our hosting package to rule out server limitations. We should have more than enough server power now, even though our whole site is still quite slow (probably due to our premium theme), including the backend (if compared to some YouTube How-Tos, where they have lightning fast page load times).
We are running on WP 4.4.2 (currently latest) w/ MS setup, bbpress 2.5.8.
Thanks for your help
Manuel
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
All I want to do is have my website show other users’ basic info when I click their name in a forum post.
That’s what it is supposed to do – click my name here and you’ll go to my profile !
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
before you do that, lets just eliminate theme and plugin.
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
Hi,
Are you sure your $current_user already has data at that moment ?
Just before your if statement, try to run
get_currentuserinfo();
And just to make a quick test, you could always echo the ID just after running the above function to verify
echo 'User ID: ' . $current_user->ID . "\n";
Pascal.
I had looked at several videos and none of them talked about step 3 and setting up a page. I have now done that and I can view the page (called: forums). And the test forum I set up has “forums” in the forum root slug heading. But I still get page not found. This is the address of the forum I have set up:
http://portwennonline.com/wordpress/forums/forum/dmforum/
I’m now starting to wonder if the issue has to do with Aabaco. This is the company that recently took over the Yahoo web hosting. I followed the guide above step-by-step I’ve even tried deleting all of the created pages and forums I’ve set up, deleted bbpress from my plugins and then reinstalled it and tried again – I’ve actually done this several times. Do you think a call to Aabaco might solve the issue?
I submitted a new post because I finally deleted the WordPress and started over – but I’m still getting the same “page not found”
Here is the blog site: http://www.portwennonline.com/wordpress/
And one of the test forums: http://portwennonline.com/wordpress/forums/forum/testforum1/
I set up a new WordPress blog today and set it up with no changes. I may not ever use the blog but wanted the bbpress forum. I added the plugin and created several test forums. But every time I create a forum I cannot view it – I get “This page can’t be displayed”. I’ve tried just about everything you recommend (everything I can understand) and even deleted the plugin and reinstalled it. Nothing seems to work.
My main website: http://www.portwennonline.com
Wordpress blog: http://www.portwennonline.com/blog3/
Two of the forums I created:
http://portwennonline.com/blog3/forums/forum/newesttest/
http://portwennonline.com/blog3/forums/forum/testforum/
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
Hi @peterwsterling – Thanks for getting back to me so quickly. Is it OK to ask a question here?
Is there a character limit to answers?
Please take at look at the test poll I set up here: http://www.walthamforestforum.org/forums/topic/poll-test-4-identical-to-problem/
I can select an option but clicking “vote” has no impact.
The otherwise identical test poll here: http://www.walthamforestforum.org/forums/topic/poll-test-5-please-ignore/ that has cut down answers operates OK.
Hi,
Check out ‘Peter’s Login Redirect plugin’.
I saw somebody also using this (but did not test myself):
function login_redirect( $redirect_to, $request, $user ){
return home_url('forums');
}
add_filter( 'login_redirect', 'login_redirect', 10, 3 );
Pascal.
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
If you made different versions of this function, you could test which url you are on and do the appropriate one?
eg
function change_root_english ( $args = array() ) {..the code in here with English words....}
function change_root_danish ( $args = array() ) {..the code in here with Danish words....}
then
if [site is English one] {
add_filter ('bbp_get_breadcrumb', 'change_root_english') ;
}
if [site is Danish one] {
add_filter ('bbp_get_breadcrumb', 'change_root_danish') ;
}
I’m sure some googling would produce a test for which site you are on to go in the [].
Yes, the plugin still works fine with the latest version of WP.
If I was to try this I would jump into the database directly to have a closer look, but thats me, and I’m pretty confident I know what I’m doing here 😉
Presuming your taking backups so your data is safe and you have tested restoring from backup.
I’ve never actually tried this but what happens if you de-activate bbPress on the single site and then network activate it?
@dots I’d suggest setting up a test site to test your imports before importing into your live site to iron out any issues you come across. The best process is to “reset” bbPress which will remove/delete all your bbPress data, you can then start the import with a fresh/clean slate for bbPress.
I cannot guarantee that it will work perfectly importing everything though I really hope it does, as I stated in my previous reply there hasn’t been much testing with Xenforo so any feedback would be great to hear, any issues and I’ll try to implement those fixes.
Unless people test the importers and give us feedback I cannot improve them 🙂
Hi there,
I’m helping a client resolve an issue with their bbPress Activity Stream. Their website has many online classes that are kept separate from each other, and their wish is to have the Activity Stream only show activity that is relevant to the forum a user has access to, and keep info from other forums private (they are using MemberMouse to restrict access). I did some research on here and on Google and found several threads that talked about similar issues, but wasn’t able to find any solutions.
The site uses the latest version of WP (4.4.2) and bbPress (2.5.8) and is located at http://www.themysticdreamacademy.com/
I thought the bbPress Activity Stream Shortcode Plugin would do the job, so I installed that and did a quick test, but I’m getting this error: Fatal error: Call to undefined function bp_has_activities() in /home/myst1cadm1n/public_html/wp-content/plugins/bp-activity-shortcode/bp-activity-as-shortcode.php on line 102
If that issue could be resolved, we may be all set since we can set up shortcodes to display different streams for different forums. Otherwise, we’d like to know if there’s a way to limit the Activity Stream to only show content the user has access to.
Finally, my client is also concerned about the default forums page, which shows a listing of recent topics from all forums and is visible to anyone who finds it: http://www.themysticdreamacademy.com/forums/ Users who aren’t logged in aren’t able to click any of the links, but they are still concerned about privacy. Is it possible to make this page private so only logged-in admins can see it? Or can it be removed somehow?
Thanks for your time,
Rory