Search Results for 'buddypress'
-
AuthorSearch Results
-
September 8, 2018 at 4:14 pm #276233
In reply to: Activity stream problem
shanebp
Moderator> buddypress activity filter plugin
I am not familiar with that plugin. But plugins sometimes cause problems even after deactivating them.
You should contact the author of that plugin and explain your issue.September 8, 2018 at 3:51 pm #276232lookingahead
ParticipantP.S.: I’m using bbPress with BuddyPress….
And when I mentioned (above) that an alternative solution could be using the activity stream to “allow for uploading pictures,” I’m referring to the ‘updates’ (comments) people make that are made ~directly~ on the group front page.
So what I was trying to make happen was that group members would be able to include pictures in their direct updates to the group ‘wall’/front page.
I’m not referring to updates that they make in forums elsewhere on the site that populate in the Activity Stream automatically. 🙂
September 8, 2018 at 3:45 pm #276231In reply to: Activity Stream….attach pictures — normal?
lookingahead
ParticipantP.S.: I’m using bbPress with BuddyPress….and I’m referring to the ability for the “updates” people make ~directly~ to the group front page — not updates they make in forums elsewhere that populate in the Activity Stream automatically. 🙂
September 8, 2018 at 3:02 pm #276228In reply to: Activity stream problem
Sbrack
ParticipantI have been trying to find any error on the site with the wordpress assistance but couldn’t find any, actually. Everything seems to be working fine and I couldn’t see any JavaScript problems. I tried to change the theme and put 2016 but the error was still there. After I deactivated the plugins one by one to see if the error persisted and something strange happened: I disabled the buddypress activity filter plugin. I reloaded the page and on the first try the error disappeared and loaded all the other posts. However, since the second attempt did not work. I tried to completely delete the plugin but it did not change. I reinstalled it and still nothing. What could be the problem?
September 8, 2018 at 1:25 pm #276224In reply to: How to Barba.js
eigodeasobo
ParticipantThanks for the reply.
>It will not work with BuddyPress, afaik.
Sorry, what is “afaik”?>Can you get it to work on just a WordPress site?
It works well without buddypress.September 8, 2018 at 1:06 pm #276222In reply to: How to Barba.js
shanebp
ModeratorIt will not work with BuddyPress, afaik.
Can you get it to work on just a WordPress site?September 7, 2018 at 11:06 pm #276212In reply to: Remove Profile Tabs Dropdown Menu
shemakeswebsites
ParticipantThank you for your response.
So to clarify, if you use BuddyPress on a basic theme, then the dropdown toggle does not show and ALL active tabs appear in the menu?
September 7, 2018 at 9:46 pm #276209In reply to: Remove Profile Tabs Dropdown Menu
shemakeswebsites
ParticipantI forgot to add an image to better explain my post.
After the tab listed “Articles” there is only one more tab, which is the tab for “Media”. How can I force this tab to be visible instead of being nested in the drop-down. I basically just want to get rid of the drop-down altogether. Thank you.
September 7, 2018 at 5:01 pm #276205In reply to: Sub-forums inside a group?
Andrew Tegenkamp
ParticipantI never found a good solution for this. We ended up having 2 main types of groups that we wanted to differentiate between so we were hoping for two big groups with subforums, but just ended up making each its own group.
We added some metadata to each group (https://codex.buddypress.org/plugindev/how-to-edit-group-meta-tutorial/) and just used that on a custom template (https://webdevstudios.com/2015/06/02/creating-custom-templates-for-buddypress/) and showed things a little differently, but they are all just regular old BP groups in the end.
September 7, 2018 at 1:55 pm #276202In reply to: Bug description groups
shanebp
ModeratorIt is a known bug. For now, here is the fix:
September 6, 2018 at 9:56 pm #276175In reply to: Registration with Contact Form 7
Prashant Singh
ParticipantHi,
If you want to go with the contact form plugin then there is no need to select a registration page in BuddyPress amd have to use shortcode on the page and then create a button on header(as you like) and link it to the register page.
Now, if you want to save data in xprofile fields then have to do custom coding for sure.
Thanks
September 6, 2018 at 9:52 pm #276174Prashant Singh
ParticipantHi,
Please check this link :
You just have to override members-loop.php in your child theme and then have to modify ajax querystring.
Hopefully, it will help you.
Thanks
September 5, 2018 at 8:49 pm #276168In reply to: Does Buddy press work with Ultimate Membership Pro
Prashant Singh
ParticipantHi,
You can take help from these links https://help.wpindeed.com/ultimate-membership-pro/knowledge-base/buddypress-account-page-integration/
Thanks
September 5, 2018 at 8:35 pm #276167Prashant Singh
ParticipantHi,
You can create a private BuddyPress network using this plugin https://wordpress.org/plugins/lh-private-buddypress/
Only logged-in members will be able to access the profiles, directories and all.
Thanks
September 5, 2018 at 10:07 am #276151In reply to: problem with avatar in multisite
Prashant Singh
ParticipantHi,
If you can once confirm that you have tried everything asked here https://buddypress.org/support/topic/avatar-across-multisite/
Like you have enabled multiblog using
define( 'BP_ENABLE_MULTIBLOG', true )in wp-config.php then tried this codefunction bpdev_fix_avatar_dir_path( $path ){ if ( is_multisite() && BP_ENABLE_MULTIBLOG ) $path = ABSPATH . 'wp-content/uploads/'; return $path; } add_filter( 'bp_core_avatar_upload_path', 'bpdev_fix_avatar_dir_path', 1 ); //fix the upload dir url function bpdev_fix_avatar_dir_url( $url ){ if ( is_multisite() ) $url = network_home_url('/wp-content/uploads') ; return $url; } add_filter( 'bp_core_avatar_url', 'bpdev_fix_avatar_dir_url', 1 );Thanks
September 5, 2018 at 7:33 am #276143In reply to: problem with avatar in multisite
Prashant Singh
ParticipantSeptember 5, 2018 at 7:31 am #276142In reply to: Online members status
Prashant Singh
ParticipantSeptember 5, 2018 at 7:29 am #276141In reply to: My Profile Page Change Template
Prashant Singh
ParticipantRemoving the sidebar depends on what theme you are using, also please let me know, do you want to remove from profile only or other pages as well.
You can check this link as well: https://buddydev.com/support/forums/topic/remove-sidebar-on-buddypress-profile-page/
September 5, 2018 at 3:33 am #276139timothylegg
ParticipantAny suggestions or is this still a known and unsolved issue with BuddyPress?
September 4, 2018 at 11:29 pm #276137In reply to: Organic Square theme
peter-hamilton
ParticipantLol, back again, still working hard with the Buddypress, all going very good and have a “facebook killer” of a site that I am very happy with.
seedclub.org
But is “adult” content if Cannabis falls under that warning…lol
September 4, 2018 at 6:48 pm #276134In reply to: My Profile Page Change Template
robintime
ParticipantGood afternoon. My question is far more basic! We’re using BuddyPress for a high school reunion class, and I’m trying to customize using only basic settings so that somebody else can take this on if I get hit by a bus! lol Anyway, I want to modify the page template for the profile page to use the full width template rather than the one with the sidebar. I don’t see the page in the list of pages. Help? How would I do that? Thanks very much!
September 3, 2018 at 1:20 pm #276124In reply to: Change the tittles in page
akenach
ParticipantNo exactly, i have a template for all “buddypress.php” in this template have in <h1> this…
<div id=”barra_titulo_cursos”>
<h1><?php the_title(); ?></h1>
</div>But… in some cases, for “messages” pages, apears the Username, not apears tittle “Messages” and this is my problem.
I have a little solution but i dont like, some like this:
<div id=”barra_titulo_cursos”>
<h1>
<?php
$mypage = trim( $_SERVER[“REQUEST_URI”] , ‘/’ );
if($mypage = “members/akenach”) {
$tit_page = “Account”;
} elseif ($mypage = “members/akenach/messages”){
$tit_page = “Messages”;
} else {
$tit_page = the_title();
}
echo $tit_pagina ;
?>
</h1>
</div>What is your opinion about this patch ?
September 3, 2018 at 11:06 am #276118In reply to: how is the autocomplete list for mentions compiled?
Prashant Singh
ParticipantSeptember 3, 2018 at 10:38 am #276116In reply to: how is the autocomplete list for mentions compiled?
Prashant Singh
ParticipantYou can follow some guides as well https://codex.buddypress.org/member-guide/activity-mentions/
September 3, 2018 at 10:32 am #276114In reply to: Remove (not hide!) activity filter
Prashant Singh
ParticipantHi,
Please let me know which template pack you are using?
If it is legacy you can override the file index.php(buddypress->bp-templates->bp-legacy->buddypress->activity) and there you will find the code
bp_activity_show_filters();. You can directly remove it with complete HTML wrapper.Thanks
-
AuthorSearch Results