Search Results for 'bbpress'
-
Search Results
-
Hi,
I am trying to manipulate buddypress groups forum topic urls but did not get success, if someone could help, It will be really great. I have installed buddypress and bbpress activated groups module and allowed groups to own a forum.Now the topics created under groups forum having URLs like :
<home_url>/groups/<group-slug>/forum/topic/<topic-slug>The requirement is to remove /forum/topic from the url so it should be like,
<home_url>/groups/<group-slug>/<topic-slug>Please help me if it is possible to do.
Wordpress Version – 4.4.1
Buddypress Version – 2.5.1
bbpress Version – 2.5.8Topic: shortcode [bbp-topic-index]
wordpress version. 4.8.1
bbPress version 2.5.11
BuddyPress version 2.9.0Website: http://forum.epp-forum.com/
We use the shortcode [bbp-topic-index] on our homepage. In this listing are also displayed topics, to which one has access only if one is logged in.
These topics should not be displayed if you are not logged in. How can we prevent it?Thank you for help
Dear Buddypress team,
Hopefully you can help me out with the following problem:
Since the update to the latest version of WordPress (4.8.1), I have an issue with avatar display between Buddypress and WordPress. I did not have this issue before.
Users can upload their avatars via the Buddypress profile page on my website:
vgvids.com
Front page –> Community –> Profile (visible once you log in) –> Change Profile Photo.
Now the situation is as follows:
– The avatars that are uploaded via the Buddypress profile page are still visible on all the Buddypress pages and widgets.
– But in the past these uploaded avatars where also visible on OTHER WordPress pages on my website, including in widgets from other plugin makers: VG community widget on the homepage in the right sidebar (bbPress plugin) and VG comment widget on the homepage in the right sidebar (Themezee plugin).
– Now the avatars that you upload on the Buddypress profile page is not visible anymore in these other widgets/plugins/wordpress pages.
After some research this is my conclusion for now:
It seems this is a bug from BuddyPress plugin. The profile images can’t be synchronized with WordPress User anymore. Users already added their profile images via the Buddypress profile page, but in WordPress the user avatars are blank.
(bbPress plugin) and (Themezee plugin) get the avatar from WordPress user, so in this case, they can’t get any images.
I need this issue to be fixed. But to get it fixed and before we will make any changes, I need to know what exactly the problem is.
In attempt to resolve the issue I regenerated all images in the website using the wp-cli command ‘wp media regenerate’.
The regeneration of all images has been completed but the issue persists.
I also verified that none of my plugins needs updating.
It could be a compatibility issue of the Buddypress plugin with WordPress 4.8.1. I can’t think of another reason.
Do you please have a solution? I’m hesitant to re-install Buddypress, because this caused problems in the past with my BBpress login widget (which I prefer to use). I also don’t think re-installing or re-activating is the issue.
Best regards,
VG Team
Hi,
I’d like to know how to fix Title for bbPress forums in BP groups.
For example the Title of this topic :
http://rencontre-surdoue.com/groupes/marseille-provence-alpes-cote-dazur-paca/forum/topic/les-plages-electroniques-cannes/
is “Marseille Provence-Alpes-Côte d’Azur (PACA) | Rencontre Surdoué” (group name + site name) instead of being “Les plages électroniques (Cannes) | Rencontre Surdoué” (topic name + site name).Any idea?
Thanks!
Best RegardsI’m using OneSocial as a theme, with bbPress and BuddyPress. One thing that keeps me from using other themes: with OneSocial there is an icon next to the current user icon that shows when the user has new Private Mail. I cannot figure out how to get that new PM alert on other themes. I know with BuddyPress I can active PMS and I have those turned on, just not how to add an alert for the user.
Thanks.
Topic: Register not working
Hi,
Register link is leading to home page. Have reinstalled buddy press also deactivated other plugins to find conflict but nothing happened.
Please help!
Wordpress-Version 4.8
buddypress-Version 2.8.2
bbpress-Version 2.5.13
Theme-Generate press premium -Version 1.3.1,
Generate Press-1.3.48Topic: Issues on activity page
I am using buddypress and bbpress, one of my client reported an issue. When he edited any topic title and permalink, on activity page it does not reflects, After looking into same I found that the activity action data with topic title and link is stored in activity table and getting fetched directly.
This is causing lots of 404 links issue, I think activity table should store only reference of the topic title and link, same for the forum name and link also.
Kindly help me to find a quick solution for the same.
Hi, I am struggling to get a profile page as it shows 404 error. Also notification and other profile related pages show 404 error. Have deactivated all plugins to test if any code conflict but that also didn’t resolve the issue.
Links to pages:Profile page
Activity:profile activity
Notification:notificationAll other pages related to profile that showup on right corner when the member is signed in show 404 error.
wordpress version:4.8
Buddypress version:2.8.2
Also have installed bbpress:2.5.12
Wordpress Theme: customizr child themePlease help and thanks in advance.
add_filter( 'bp_get_send_message_button', function( $array ) { if ( friends_check_friendship( bp_loggedin_user_id(), bp_displayed_user_id() ) ) { return $array; } else { return ''; } } );I am using the above filter to hide private message button to non friends. It works but it also hides private message button to site admins and bbpress moderators. I want site admins and bbpress moderatos (bbp_moderator) could send and receive private messages even if they are not friend.
Any solution?
Hello,
I recently updated BuddyPress to version 2.8.2. After that most of the links from TOP RIGHT profile menu disappeared (for the front end user). I used to have:
Edit my Profile
Activity
Profile
Notifications
Messages
Groups
Forums
Events
Docs
Log OutNow all I have is
m (which is a broken link to mysite.com/m )
Log OutI am using BuddyApp Child Theme, WordPress version 4.4.10
All those links are still available on back end and on the actual profile page:
mysite.com/member/user/All my active plugins:
bbPress
bbPress Votes
BuddyPress
BuddyPress Docs
Check Email
Duplicate Post
Easy Knowledge Base
Envato WordPress Toolkit
Events Manager
GD bbPress Attachments
LDAP/Active Directory Login for Intranet sites
Really Simple SSL
Visual Composer Center Info Extension (our own plugin)
Visualizer: Charts and Graphs Lite
WP FullCalendar
WP-Mail-SMTP
WP-Polls
WPBakery Visual ComposerWould you please help me troubleshoot the issue?
If not I at least would like to put a dynamic link to user profile somewhere on the page so members could access all those links directly from their profile as a workaround for now, I can open another topic for that or search.Thank you,
Maria
I want to change the color of my post update button but I only want to change the bbpress button color not my entire sites css button color.
I found this:
#buddypress input[type=”submit”],
#buddypress input[type=”submit”]:hover {
background: transparent !important;
border: none !important;
color: #fff !important;
}#buddypress .standard-form div.submit {
padding: 0 !important;
}#buddypress .standard-form div.submit input {
margin-right: 0 !important;
}But that didn’t work…
I am guessing if I could figure out what button buddypress is using to color that button that way or if there is a css override for the Post Update button on the activity page of Buddypress what would be the most idea thing for me.
Like here on this page the submit button is yellow with white text…if I could figure out a way to color the background of that “post update” button then I could maybe use that…I dunno I’m a css dummy and just fumble my way through guessing at stuff.
Any help would be much appreciated.
Hello,
I have BuddyPress and bbPress on my site.
My site has been moved to a new hosting company. Since the move when you click on Forums in the dashboard or in the front end menu you get a white screen. When you click on topics you see them all listed back end and can “view” them on the front end too.
All my widgets don’t show either.
I have deactivated all plugins and re-activated them one by one and put the site onto a default WP theme with no luck of seeing the forums (or widgets).
When I deactivate bbpress the site only shows the header on the front end.
Any ideas would be very much appreciated -thank you. I’ll pop this onto the bbPress support also.
Hello
I have installed BuddyPress with BBpress today and I am facing an issue which is my category links are being redirected automatically to the forums section.
here is my site http://www.muninsider.com if you click on “news” for example it is redirecting to the news section in the forums even though the news section in the menu is a category that has posts in it.
anyone can help me please?