Search Results for 'buddypress'
-
AuthorSearch Results
-
May 28, 2018 at 7:07 pm #273711
Varun Dubey
ParticipantMay 28, 2018 at 7:05 pm #273710In reply to: version 3.0 problems
Varun Dubey
Participant@geertbaven check following thread once
May 28, 2018 at 6:54 pm #273705Varun Dubey
ParticipantHi @filehippofree,
As a Quick fix, You can replace line 91 at following path
buddypress/bp-members/screens/register.phpif ( isset( $_POST[ 'field_' . $field_id ] ) ) { $_POST[ 'field_' . $field_id ] = trim( $_POST[ 'field_' . $field_id ] ); }with
if ( isset( $_POST[ 'field_' . $field_id ] ) && !is_array( $_POST[ 'field_' . $field_id ] )) { $_POST[ 'field_' . $field_id ] = trim( $_POST[ 'field_' . $field_id ] ); }May 28, 2018 at 1:11 pm #273695In reply to: bp-nouveau vs bp-legacy
Paul Wong-Gibbs
KeymasterImagine a BuddyPress Template Pack as something analogous to a WordPress theme. You can’t have a child theme compatible with multiple parent themes.
And you can’t have a template pack compatible with multiple themes. I don’t think there is anything in the template hierarchy – like the named folders that you suggest – that would let you do this. I suppose we could add something but I do not think this would be a good thing for the project at the moment.
We have discussed a concept of multiple small template packs being active at the same time and we might want to support this sort of folder structure then. But not now.
May 28, 2018 at 12:36 pm #273692In reply to: bp-nouveau vs bp-legacy
Nahum
Participant@djpaul but lets say we want the THEME to remain compatible with both? would it be possible to switch between the 2 template packs for a theme having a the override/buddypress folder in order to modify bp templates and still have the theme stay compatible.
I can look for custom functions for each pack when i switch back and forth like so no? so that i can try to make them continue to work for each…
if(class_exists('buddypress')) { if( bp_get_theme_package_id() == 'nouveau') { my custom nouveau actions, functions and stuff enequeue custom nouveu.css } else { my custom legacy actions, functions and stuff enequeue custom legacy.css } }How to do this with the theme overrides in the theme/child theme’s /buddypress folder?
should this work?
/bp-nouveau/buddypress/…template overrides
/bp-legacy/buddypress/…template overridesSo in this way my theme can continue working with both packs…
May 28, 2018 at 12:25 pm #273690In reply to: Activation Emails are not being sent
smilingdeep
ParticipantDid you try deactivating BuddyPress?
If you need my assistance. Download Anydesk first and reply here. I’ll have a look at your configuration.May 28, 2018 at 11:43 am #273688In reply to: Buddypress activity plus pludin issues
Dr md shahriar kabir
Participantthanks @vapvarun, after deactivate of buddypress activity reaction plugin. its work. Buddypress activity plus work propery. thanks a lot.
May 28, 2018 at 8:59 am #273686filehippofree
ParticipantI honestly don’t know of another plugin that does this. I took a look at that version today and it’s not only WordPress 3.0 that it needs to be updated for but some BuddyPress stuff as well.
Anyone know of a solution to help out Max with this? I’d think this is something others would appreciate as well.
filehippoThanks!
May 28, 2018 at 5:23 am #273681In reply to: Buddypress on local server (using MAMP) MAC
ethanpui
ParticipantIt didn’t seem to work..
Everything I click on except for the home link will result in the errorDoes BuddyPress work in a localhost server?
May 28, 2018 at 1:02 am #273678In reply to: Activation email not sending, but others do.
redtreetech
ParticipantFound this link on another forum
https://buddypress.trac.wordpress.org/attachment/ticket/7869/7869.01.patch
in
Can someone PLEASE share a copy of the default activation emails?
And it appears to have worked.
May 28, 2018 at 12:49 am #273677In reply to: Looking for Zip Archive
Allen Montgomery
ParticipantThanks Varun. I actually needed to go back further than that, but I was able to figure it out. Why don’t they put an index in there? I had to type several version numbers before I got one that actually existed.
In case you’re curious, I got all excited when I discovered BP Groups Hierarchy, until I realized it doesn’t work. Apparently, it did at one time, but it started developing problems with BuddyPress 5.0, and hasn’t been updated since.
I was thinking of trying to fix it, but now I’m thinking it might be easier to just start from scratch. Instead of trying to make the groups hierarchical, I used the Pods plugin to build a tree, each node of which will have it’s own group.
May 28, 2018 at 12:41 am #273676In reply to: Activation Emails are not being sent
smilingdeep
Participant@sergiblac Can you tell/show me the following?
1- Plugin Settings (if you are using any.
2. Did you replace the red text with green text shown in the patch?3. Did you reset email settings in Dashboard>tools> BuddyPress settings.
4. What errors did you get?
Check these settings again and share details.
May 28, 2018 at 12:39 am #273675In reply to: Activation email not sending, but others do.
redtreetech
ParticipantOh, forgot to mention, I have tried Tools-> Buddypress-> Reset Email several times, also did not work.
May 27, 2018 at 9:31 pm #273671blenderitalia
ParticipantI solved,
I point out that in this link the solution is wrong …. missing a “{”
https://buddypress.trac.wordpress.org/ticket/7845#ticketthe correct solution is this and it works
if ( isset( $_POST[ ‘field_’ . $field_id ] ) and !is_array( $_POST[ ‘field_’ . $field_id ] ) ) { // FIXED!!
$_POST[ ‘field_’ . $field_id ] = trim( $_POST[ ‘field_’ . $field_id ] );
}May 27, 2018 at 7:27 pm #273663Varun Dubey
ParticipantHi @blenderitalia you can check following ticket https://buddypress.trac.wordpress.org/ticket/7845#ticket
May 27, 2018 at 7:26 pm #273662Varun Dubey
ParticipantMay 27, 2018 at 6:59 pm #273659In reply to: Problem interfacing Pods to BP Groups
Varun Dubey
Participant@vegebond BP Groups are not directly linked with CPT, Pods do not have any integration with BuddyPress. If you are looking for any specific integration, I think you will need to develop it.
May 27, 2018 at 6:44 pm #273655In reply to: activation mail setting
Varun Dubey
ParticipantYou can check following thread https://buddypress.org/support/topic/can-someone-please-share-a-copy-of-the-default-activation-emails/
May 27, 2018 at 1:27 pm #273631In reply to: Activation Emails are not being sent
bassibabes1
ParticipantOMG it’s worked!!!
I think it was that patch! I just had to repair emails through the BuddyPress -> Tools functionality. Awesome!
Will be testing a bit more now.
May 27, 2018 at 11:55 am #273625In reply to: Activation Emails are not being sent
smilingdeep
ParticipantFinally, the champion has found the solution. Thanks a lot @sharebophar
Everyone who is having email problems on BuddyPress nouveau version can find the solution here Fix Here.
Open your web directory and browse to “/bp-core/bp-core-functions.php” in buddypress plugin directory.
Now replace the text highlighted in red with text highlighted in green.
I think the BP Dev team should make a public announcement for this fix so that users like us don’t trouble themselves for days finding this solution.
@vapvarun @bassibabes1 and @sharebophar thanks a lot for your kind assistance.May 27, 2018 at 10:16 am #273620In reply to: Activation Emails are not being sent
sharebophar
Participant@smilingdeep Hey,every buddy,I found the resolution here, and It works on my site
Can someone PLEASE share a copy of the default activation emails?
May 27, 2018 at 9:59 am #273615In reply to: Activation Emails are not being sent
smilingdeep
ParticipantAt your site, you have to path
friendsite.in/deep/wordpress/register
friendsite.in/register
Are there two separate installs or you are using something to change installation path?
@vapvarun As mentioned in BuddyPress requirements, wordpress shouldn’t have it’s own directory. So I installed it in “public_html/deep/wordpress”. Now because it looks messy and shows site directory when I try to open https://www.friendsite.in, so I changed website address in wordress> general settings.Is there any problem in this?
May 27, 2018 at 9:25 am #273608In reply to: Buddypress activity plus pludin issues
Varun Dubey
ParticipantMay 27, 2018 at 9:24 am #273607In reply to: export data
Varun Dubey
Participant@dourvas Still in development
https://buddypress.trac.wordpress.org/ticket/7698May 27, 2018 at 8:13 am #273604In reply to: Activation Emails are not being sent
smilingdeep
ParticipantYeah only test mails and forgot password mails work with these plugins. If I deactivate buddypress everything works fine, activation mails also work. Its just an issue with buddypress.
@sharebophar the link you shared explains template editing (how your mail would look like) it doesn’t solve our problem. -
AuthorSearch Results