Search Results for 'bbpress'
-
Search Results
-
Hi all.
Im having issues converting my database from Invision Power 3.4.8 to bbPress.
I have used forum convert tool listed here https://codex.bbpress.org/getting-started/importing-data/import-forums/invision/
But I just get a whole list of nothing showingRepair any missing information: Continue
Conversion Complete
No reply_to parents to convert
No replies to convert
No tags to convert
No super stickies to stick
No stickies to stick
No topics to convert
No forum parents to convert
No forums to convert
Starting ConversionI am with iPage and have put in the database name, username, password and server ip in correctly (that I can see)
I have left Prefix blank as unsure. Do I need to fill something in that?Thanks for any help.
Tony
To some Laughonce it may be concern, i have a problem with me website, it isβ
MyCred Rank Logo and my badges not show in BuddyPress/bbpress profile header
Please help me solve this errors. Thank you
Topic: MyCred Rank Logo
TO some it may be concern, i have a problem with me website, it isβ
MyCred Rank Logo and my badges not show in BuddyPress/bbpress profile header
Please help me solve this errors. Thank you
Topic: buddy bar not working
WordPress 4.8.2 running Boss. Child Theme theme. bbPress v2.5.14, Buddy Press v2.9.1
using the menu in buddybar (left side of screen), “my profile” link doesn’t work…
using the menu in the profile (upper right corner), the “my profile” link works…also how can I remove the submenu items from the profile menu?
Hello,
Is it possible to check if a custom profile field (checkbox) value is x, y, and z. My purpose for this is to display a corresponding image for each possible choice, in user profile and under user avatar in bbpress.
Example:
Male: male symbol image
Female: female symbol image
Couple: male+female symbols imageIβm sure others would be looking for such a snippet like I was.
Cheers
I have found this code:
$some_field = bp_get_member_profile_data( 'field=Name of Field' ); if( !empty( $some_field ) ) { if( $some_field == 'x') echo 'x'; elseif( $some_field == 'y') echo 'y'; else echo 'z'; }But for some reason, is not working… and it seems that is for profile page only…
Help π
Topic: Seeking Solution
I recently installed BuddyPress and am interested to accomplish two things. One is that I will need to integrate discussion forums into my site, so I am assuming I will also need bbpress. Is bbpress the best option for forums to integrate with BuddyPress?
My other question is about event scheduling plugin. There are a lot of options, but the two most popular are The Events Calendar, All-in-One Event Calendar, and Events Manager. Are any of these better integrated with BuddyPress than the others?
Thanks in advance for any help.
I have the most current WordPress and Buddypress install (we also have bbpress).
I setup a sidebar for my buddypress pages which includes the buddypress ‘login’ plugin.
When a user activates their registration the message reads:
The original code is:
<p><?php printf( __( ‘Your account was activated successfully! You can now log in with the username and password you provided when you signed up.’, ‘buddypress’ ), wp_login_url( bp_get_root_domain() ) ); ?></p>
I changed it to:
<p><?php printf( __( ‘Your account was activated successfully! You can now log in on the sidebar with the username and password you provided when you signed up.’, ‘buddypress’ ), wp_login_url( bp_get_root_domain() ) ); ?></p>
I also tried:
<p>Your account was activated successfully! You can now log in with the username and password you provided when you signed up.</p>
This change is trigering this error:
Parse error: syntax error, unexpected ‘else’ (T_ELSE) in /home/admin/public_html/wp-content/themes/Divi-Child/buddypress/members/activate.php on line 47
I am not a programmer. I don’t know how to fix this. Any help is appreciated.
Topic: Organic Square theme
Hi all, I am back once again to share my ongoing quest in making a complete social site with Buddypress and BBpress.
I needed a theme that allowedd members to interact almost similar as on facebook, everything should be able to be “liked” and the activity timeline needed to allow the full social experience, liking, posting images and video etc.
The BBpress forum integration had to follow a similar path, likes on posts and all showing up on the activity timeline.
I started developing this theme a few years ago, but as a self-taught copy and paste developer with little time to learn actual php/java etc. I it is taking quite some time to come to the point I am now.
I am using this theme on my own main website http://www.seedism.nl where you can see it in action.
The activity is only for registered members, to test this feature you can use my demo account:
Username: demo
Password: demo2017The following image shows the activity wall and main profile page.

I just installed the theme and am working hard on all the sidebars etc. have a look and let me now what you think.
I hope to make this into a theme that I can share in the depository one day.
Thanks in advance for the input
Peter HamiltonWarning: the content of the site are about hemp and is an adult only site although I still need to implement an entry page with this warning, page is for 18+ only.
I’m in the process of creating a site based on buddypress and bbpress and have added a few members for testing purposes. However, I have come across an weird anomaly. When I go to the ‘members’ page and display all members, the total number of members listed is 3 but above the list of members it says ‘Viewing 1 – 4 of 4 active members’.
So I’ve googled it and checked answers on this support forum but they all seem to be topics where the number of active members is lower than the actual number, not (as in my case) higher.
I have implemented the solution here https://buddypress.org/support/topic/membership-numbers-differ-since-1-6-update/ and this fixed the ‘All Members’ count at the top of the page, but the active members count above the list still says 1 – 4 of 4 ??
I’ve also checked the database and there are definitely only 3 members.
Any ideas? Thanks.
Topic: creating two forum pages
I want to add two forum pages for different user roles in wordpress. Please let me know if this is possible using bbpress or buddypress?
Hi. I have a fresh install of BuddyPress 2.9.0 (and BBpress) on WordPress 4.8.1.
I was able to customize the registration page to allow members to select their ‘identity group’ (teachers or students) with a radio button.
What I am hoping to accomplish is to assign these members to a group based on their selection.
I’m not sure how to do that. Help is appreciated.
I did find 3rd party plugins with this one looking very promising: https://wordpress.org/plugins/buddypress-registration-groups-1/ but I’m hoping to avoid adding a bunch of plugins if this can be accomplished with the existing BuddyPress tools.