Search Results for 'bbpress'
-
Search Results
-
Topic: Buddypress vs BBS
What’s up Buddypress people?
I’m a former BBS sysop. Are any of you former or current BBS people?
I got into BBSign in the early 90s, and I’m still into it somewhat, but a couple years ago, a friend of mine recommended ditching the 80 column ascii scene for WordPress. I fought it for a while, but I eventually listened.
So, I’m now a Buddypress “Sysop.” That makes sense if you know where I’m coming from. I do it for fun, not business. I love WP & BP.
One thing that I couldn’t help but notice, is that people are extremely ungrateful when requesting help with their WP/BP projects. People offer help for free, and then people act like it’s your fault when “Client is unhappy!” or some crap like that. Like you owe them something. Such nonsense!
WP & BP should start a new slogan: “Write it yourself, ask politely, or kiss it!”
Thanks very much to all the people who have taken the time to help other people with their goals, even though you probably shouldn’t bother if their goals are “business related” or if they acted like asses when you offered to help for free.
If you’re a BP contributor, or an enthusiast like me, be advised that this is modern BBSing at it’s best, especially when combined with bbpress (or other, even better forum software.)
It’s ok to talk to each other like humans. That’s what my BP site is all about. Businesses
can kiss it.Peace brothers.
After installing bbpress and attempting to access the topic in the group forum the following error occurs:
Fatal error</b>: Call to undefined function bb_get_id_from_slug() in <b>/home/parti081/public_html/wp-content/plugins/buddypress/bp-forums/bp-forums-functions.php</b> on line 301
Could someone help me?
Thank youThis has been happening for the past couple of months now, and I still can’t seem to find a solution.
The first time it happened it was one of my moderators, all of a sudden all of his posts just disappeared. The second time it was all of my posts, and just today it happened again to my buddy.
Is there some kind of limit to how much you can post? After a certain number of posts does it reset to zero in the database or something? Or could it be my server itself?
Another theory I had was a plugin conflict.. so here’s a list of my active plugins:
- bbpress
buddypress
buddypress activity shortcode
buddypress activity social share
buddypress edit activity
buddypress like
buddypress shortcodes
buddypress social connect
cloudwok
easy profile widget
embedly
facebook thumb fixer
google XML sitemaps
jetpack
regenerate thumnnails
the events calendar
under construction / maintenance mode
user role editor
widget shortcode
WP-recaptcha-bpJust installed bbpress but it’s not showing user gravatars. I tried checking all settings. Theme is also not an issue because it shows avatars for non gravatar users. Any ideas?
Hi, i use buddypress with bbpress on my forums site, there is no comments option on the activity stream. users have to click on the topic to be able to comment.
Please is there anyway users can comment directly from the activity stream?
Thanks
Hello,
I am looking to build a new site from scratch and want to get it right the first time.
I want to have BuddyPress, bbPress and a directory plugin. I have been advised to have a multisite platform to help with speed.
Would I have 3 sites like..
1. main site (with pages and blog)
2. buddy press & bbpress
3. directoryor another way?
Thanks! 🙂
Have just got up https://magiciansandmagic.com.
Uses buddypress and bbpress.
Will be working on some other functionality. Which will complement both software packages.
Go ahead and have a look and let me know if you see anything glaringly obvious that should be changed.
many thanks for the tools.
KennyHi guys,
I’ve set up a bbPress forum with BuddyPress integration to create sitewide forums + private group forums. I have now created a group and assigned it a forum, but unfortunately when I click on the “Forum” tab on the group page, I always get redirected to the main forum index.I’ve followed this tutorial to set up the group forum: https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/#b-set-up-group-and-sitewide-forums
My site: http://lpfancorner.com
My forums: http://lpfancorner.com/forumsI’ve just installed Buddypress and BBPress, so all versions are current. WordPress is also the current version.
Thanks so much for any help!
Ported *to* buddypress/bbpress from VanillaForums.
Currently running a beta-site, with the old forum imported.
But im randomly getting emails because people are @mentioning me in the forum.
However, no one is using this forum, just for testing, and the mentions are years OLD.I dont understand the mechanism for when emails go out.
Any ideas whats causing this?Topic: BP 2.8.2 – Activity Problem
hello support team,
I’m facing a problem after updating buddypress to 2.8.2. Once I submit any text into activity stream it shows the website in an IFRAME, see the screenshot below plz. Can provide login if that helps.
Screenshot: http://nimb.ws/ufhcbA
Also when I’m trying to upload an image into activity stream, or trying to upload an image in Groups avatar or cover photo or my individual cover photo, it says “An error occured. Please try again later”. It was working all fine 2 days ago & after the buddypress update it doesn’t seems to work.
I’m using:-
WP 4.7.3
BP 2.8.2
BBpress 2.5.12
rtMedia for WordPress, BuddyPress and bbPress 4.3.1
Gravity Forms 2.0.6.9 – For customized registration page
Gravity Forms User Registration Add-On 3.3.9 – For mapping user registration with WP & BP fields.Please help!
Thanks,
SiddHi folks,
I use BuddyPress as part of a company intranet. Our BuddyPress Groups are used as a quick way to find who works in a particular department or location.
For our purposes, it makes sense for any staff member to be able to use any groups’ activity stream and bbPress forums, without having to join that group. The only exceptions would be for hidden groups, such as our Management group; they should still be invisible to non-members.
I’ve already solved half the problem by creating a plugin that allows any member to participate in any group’s bbPress forum: Read forum topic.
The next challenge is to allow anyone to post on any group’s activity stream (i.e. Home page).
There are two parts:
Show the “What’s new?” form to non-members
To do this, we can modify the template for/groups/single/activity.php.
If we change line 52 from:<?php if ( is_user_logged_in() && bp_group_is_member() ) : ?>to:<?php if ( is_user_logged_in() ) : ?>, the template will no longer check if the user is a member anymore, so the “What’s new?” form will show up for everyone.At this point, if a non-member tries to write an activity post, the following error message appears:
There was a problem posting your update. Please try again.
I’d guess the action of posting checks if the user has permission to do so. Since they don’t, the post fails.
Allow users to write activity posts without joining the group
This is where I’m stuck.
I’ve tried to use the translation file to track down the function that’s throwing the error. TheThere was a problem posting your update. Please try again.line reference points tobp-templates/bp-legacy/buddypress-functions.php:950(this is actually line 962 now). If I change the error message directly on that line, the change isn’t reflected on the page. That tells me the error is coming from somewhere else.I would love a bit of insight on which files are involved once the user clicks “Post”.
As always, I’ll report back with my full solution if I figure this out.Thanks for any help you can provide!
Once the group is created, I can’t update the group photo, some of the code isn’t being generated. I’ve disabled all the plugins and change the theme, the outcome is the same. When creating a new group I can upload a photo. When updating an existing group’s photo I can’t. It seems that some of the code isn’t generating. I’ve attached captures of both a group creation and group photo update. When the code is generated for the group photo updates, the code for bp-avatar-nav and bp-avatar-status are missing.
I’m using the following versions: WordPress 4.6.1, buddy press 2.8.2 and bbpress 2.0
I’m using the smpl-skeleton theme.
Any help would be appreciated.
Thanks
Topic: How do I??
I have both BBPress and Buddy press installed on my site. What I want to do is arrange forums where the forum is only visible to members of that forum. I would also (in a perfect world) like to arrange it so that subsets are members of their supersets but not the reverse. Example: I have a forum called “collaborators”. In this group I have artists, writers, editors and testers plus people only in the collaborators group. All of the subgroups would have their own private forum and would automatic be in the parent forum however artists would not have access to the writers forum. Again, in a perfect world I would like when a user logs in he can access the forums to which he is a member from the nav menu but he would not see forums he is not a member of.
Is this doable? Even remotely?
How to update Profile Fields when new topic in bbress ?
Profile Fields is “point” .
I want point system.
+ 1 point for reply in bbpress.
+ 3 point for new topic in bbpress.This is a clean install
Wordpress 4.7.3 – BBPress 2.5.12 – Buddypress 2.8.1
I have installed with Twentyseventeen theme and with BeTheme. Everything works fine except I have an problem and was hoping someone could help point me in the right direction to resolve an issue with the breadcrumbs.
When I am viewing the forums here is the breadcrumb string:
Home > Forums > “Forum name” > “Topic name”
That is exactly what I want. However, when I am viewing Buddypress pages, the breadcrumbs are:
Home > Forums > “Username”
I would prefer the breadcrumbs to be as follows:
Home > Members > “Username” when someone is viewing Buddypress pages.
Does anyone know how to achieve this????
Thanks in advance for your help.
Topic: fatal error message
Hi!
In my Plugin BuddyPress-Emails at the backend there are 2 php errors for the e-mail sample. Could you please help me with this problem?
Error-Screenshot: http://666kb.com/i/dh3uoz52p92h4a7xr.jpg
I already repaired BuddyPress and re installed it but this doesn’t work.
Link: https://www.flotter-feger.atThank You!
Error 1:
Warning: Invalid argument supplied for foreach() in /www/htdocs/XXXXXXX/wordpress/wp-includes/class-wp-list-util.php on line 153147 public function pluck( $field, $index_key = null ) { 148 if ( ! $index_key ) { 149 /* 150 * This is simple. Could at some point wrap array_column() 151 * if we knew we had an array of arrays. 152 */ 153 foreach ( $this->output as $key => $value ) { 154 if ( is_object( $value ) ) { 155 $this->output[ $key ] = $value->$field; 156 } else { 157 $this->output[ $key ] = $value[ $field ]; 158 } 159 } 160 return $this->output; 161 }Error 2:
Warning: imploded(): Invalid arguments passed in /www/htdocs/XXXXXXX/wordpress/wp-content/plugins/buddypress/bp-core/classes/class-bp-admin.php on line 10111009 // Output each situation as a list item. 1010 echo '<ul><li>'; 1011 echo implode( '</li><li>', $situations ); 1012 echo '</li></ul>'; 1013 }Serverconfiguration:
PHP-Version 5.6.29-nmm1 (64bit)
MySQL-Version 5.5.52-nmm1-logWordPress-Version 4.7.2
BuddyPress Version 2.8.1Themes: DIVI + Child-Themes
installed Plugins:
bbpress-notify-nospam Version 1.15.4
bbp-private-groups Version 3.4.1
bbpress Version 2.5.12
buddypress Version 2.8.1
gd-bbpress-tools Version 1.9
wp-monalisa Version 3.9
ultimate-member Version 1.3.83
tinymce-advanced Version 4.4.3
contact-form-7 Version 4.6.1
flamingo Version 1.5
anything-order Version 1.0.3
rocket-maintenance-mode Version 3.7.3
backwpup Version 3.3.6
akismet Version 3.3
elegant-themes-updater-master Version 1.2
custom-404-pro Version 2.0.2
printfriendly Version 3.7.3
user-role-editor Version 4.31.1Hi,
I have a site with bbpress and buddypress.I want to migrate my xenforo forum(with 300+ members) to bbpress.
I was advised on the bbpress forum to add a script to stop notifications as well as to disable buddypress for the duration of the migration.Once the migration is done if I remove the script and enable buddypress ,will buddypress send out notifications for the posts/threads that were migrated?
If yes how do I stop it?
- bbpress
