Search Results for 'buddypress'
-
AuthorSearch Results
-
March 21, 2019 at 11:17 am #303827
In reply to: wp_deregister_script jquery removes Buddypress js
Venutius
ModeratorHi there,
I think that the buddypress.js files have jquery listed as a dependency and you are removing jquery so they won’t load.
March 21, 2019 at 10:42 am #303826Lumartist
ParticipantHey there,
when I try to deregister the core jquery via
wp_deregister_script( 'jquery' );it removes all buddypress-js files too. Not sure why this is happening. As soon as I uncomment wp_deregister_script on my functions.php I can find the buddypress-js files again via source code.
Is there any way to avoid this?
Thanks for your help in adavance!
March 21, 2019 at 6:31 am #303805Rahul Solanki
ParticipantHey @venutius,
Ticket has been created for the same : https://buddypress.trac.wordpress.org/ticket/8067
Regards
March 20, 2019 at 3:56 pm #303790Venutius
ModeratorHi @irahulsolanki I just tested this again with the BP Legacy theme and I got the same results as you. could you raise a support ticket for this?
March 20, 2019 at 2:52 pm #303786In reply to: Register page keep refreshing
airsid
ParticipantYou’re a genius. Everything works fine.
I think one of the fields was link to an old buddypress custom field plugin…
Thank you very much!
Many parents use this website for help each other, they thank you also 🙂March 20, 2019 at 2:16 pm #303781In reply to: Group filter Buddypress no working
aoiu
ParticipantSeems to be BuddyPress Create Group Types.
The other filter on the top you see on the attachment is the filter of the theme. This filter work but not the buddypress filter by native you see on the picture (the one i try to click on it).
March 20, 2019 at 2:09 pm #303779In reply to: Group filter Buddypress no working
aoiu
ParticipantI use BuddyPress Create Group Types, BuddyPress Xprofile Custom Field Types, BuddyPress Global Search and BP Profile Search’s plugins. ^^
March 20, 2019 at 2:00 pm #303776In reply to: Group filter Buddypress no working
Venutius
ModeratorI don’t think this is a feature of BuddyPress as filtering on group types is a feature you’d need to add. I’ve just tested WBCOM’s BP Add Group Type and BuddyPress Group Type Filter and these work fine together. You’ll need to contact the developer of the plugin you are using to add that filter for a fix.
March 20, 2019 at 1:08 pm #303768aoiu
ParticipantI have the same problem.
I have created different groups (video game, manga, anime, book…). But when I want to filter one group, all the groups are displayed every time in each category.
In short, the group filter does not work.(i use group type buddypress plugin)
March 20, 2019 at 12:25 pm #303760In reply to: Bug in private message
aoiu
ParticipantNo solution ?
Ifnot, would it be possible to delete the object in private messages from buddypress ?
March 20, 2019 at 11:46 am #303756In reply to: Conditional menu and BuddyPress core
Venutius
ModeratorAll I can suggest is that you raise a new feature request on https://buddypress.trac.wordpress.org/
March 20, 2019 at 11:28 am #303755In reply to: Conditional menu and BuddyPress core
superp777
ParticipantYes, I’m using this plugin as well and it’s great. The issue, however, is that I’m looking for a way to display a specific menu to the community (BuddyPress) members. One that’s different to the primary website menu.
March 20, 2019 at 11:00 am #303751Rahul Solanki
ParticipantHey @venutius,
Thanks for replying.
Nope I do not have any other plugins active. This has started happening after the BuddyPress 4.2.0 update. Can you please check if you have updated BuddyPress plugin version?Regards
March 20, 2019 at 9:43 am #303746In reply to: Register page keep refreshing
airsid
ParticipantAlso i did re-install the plugin buddypress but the password issue on the page still there.
I just miss an interview on a national french radio because of this issue 🙁March 20, 2019 at 9:41 am #303744In reply to: Register page keep refreshing
airsid
Participant“How about switching to the BP Legacy theme to see if that works?”
That is the first action i did : i deactivated all plugins exept bbpress and buddypress and i installed TwentySixteen official wordpress theme.
March 20, 2019 at 12:10 am #303733In reply to: HTML Form to private message
Ricky Poon
Participantnot sure if you can see it but I want to do something like this, where the buddypress PM is on the bottom of the page and users can message the poster:
Screenshot:
thanks in advance
March 19, 2019 at 6:56 pm #303722lordmatt
ParticipantBingo – sounds good!
I was toying around with this and getting nowhere:
if ( !function_exists( 'bp_core_load_template' ) ) { require_once '/bp-core/bp-core-catchuri.php'; } $templates = array('bp_core_template_plugin', 'buddypress/activity/activity-loop'); $result = bp_core_load_template($templates);March 19, 2019 at 5:14 pm #303719lordmatt
ParticipantI’m guessing I could just include
./wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/activity/activity-loop.php?March 19, 2019 at 5:11 pm #303718Venutius
ModeratorAh sorry was assuming too much. In that case take a look at the BP Nouveau equivalent of that page in bp-templates/bp-nouveau/buddypress/activities/activity-loop.php. In nouveau the activity is generated mainly by js, you just have to recreate the right class and id structure in the page and nouveau will automatically implant the activity, no need for the loop. But this only works for the default activity settings, if you want to filter them I’m not certain how to go about doing that.
Legacy represents that old way, with page loads and a php loop. Nouveau is highly js with js fetching the content without page loads.
March 19, 2019 at 4:38 pm #303716In reply to: poor quality avatar in mobile
Venutius
ModeratorThere’s a thread which did not complete related to this, I wonder if the suggested fix would help you?
March 19, 2019 at 4:12 pm #303713In reply to: Conditional menu and BuddyPress core
superp777
ParticipantMarch 19, 2019 at 4:09 pm #303712In reply to: Conditional menu and BuddyPress core
superp777
ParticipantUpdate: Found out that the reason is BuddyPress supporting Primary Nav menu only.
Is there a way to add support for different menus as well? Thanks.March 19, 2019 at 2:42 pm #303708Venutius
ModeratorIf you were to go ahead with the idea of overloading the front page you’d need to use bp_has_activities() as part of the activity loop. You can check out how it’s used by looking at plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/activity-loop.php
March 19, 2019 at 2:37 pm #303705lordmatt
ParticipantI see. I’m not fond of adding too many plugins. I know this could be done as part of the child theme. That’s what I feel would be the best approach – that would keep extra plugins away from the multisite blog owners.
The thing is, I’m having a heck of a time getting my head around the BuddyPress template stack. I have worked out I’ll need two loops – WP and BP but that’s about it.
March 19, 2019 at 1:54 pm #303697Topic: Conditional menu and BuddyPress core
in forum How-to & Troubleshootingsuperp777
ParticipantHi,
We are using Conditional menus to display a different nav menu to people inside the BuddyPress community. For some reason it does not appear on the BP Core pages and there is the Primary menu instead.
What’s the best way to tweak it?
Thanks
-
AuthorSearch Results