Search Results for 'buddypress'
-
AuthorSearch Results
-
September 17, 2014 at 5:04 pm #197282
In reply to: What happened to these Buddypress Plugins?
1a-spielwiese
ParticipantThank you.
With inserting it to the config.php it works.
But via creating a bp-custom.php it causes only above to blog header the line:
/** * Change BuddyPress default Members landing tab. */ define(‘BP_DEFAULT_COMPONENT’, ‘profile’ );
Cfr. again: http://1a-spielwiese.de/members/balletttaenzerinnenkrzbg36/
September 17, 2014 at 4:55 pm #197279danbp
ParticipantSeptember 17, 2014 at 4:48 pm #197278In reply to: What happened to these Buddypress Plugins?
danbp
ParticipantSeptember 17, 2014 at 4:24 pm #197267In reply to: New problem i havent seen before?
mcpeanut
Participant@danbp i didnt hide the activity comments myself even though i know you can change the number visible if you wanted but im happy with default of 5 showing.
buddypress automatically hides more than 5 comments anyway and if say 10 comments have been made a link will appear saying show all 10 comments, you then click it and it expands them.
thats what i am saying, it works fine until you scroll down to previous updates with comments made above 5, by clicking the load more button at the bottom of activity this stops working.
instead of seeing the link that says show all 10 comments you just see the 10 comments or 20 comments allready expanded , is that a little clearer? you can both go and test it on buddypress install within a few minutes and you will see what i mean? no
September 17, 2014 at 4:08 pm #197256In reply to: New problem i havent seen before?
Henry Wright
ModeratorHey @mcpeanut!
Considering you’ve tested unsuccessfully on an unmodified Twenty Twelve – Thirteen – Fourteen, it might be worth making the core dev team aware of the problem by opening a Trac ticket:
September 17, 2014 at 3:46 pm #197251In reply to: New problem i havent seen before?
mcpeanut
ParticipantUpdate! ok ive been that frustrated with this i have just been over to the buddyboss demo theme and logged in as test user to see if it was happening there to, and guess what? same problem!
Now i think i am either going mad or this feature was never in buddypress and only hides more than 5 comments on the first page of activity updates? i could of swore it used to work for me after clicking load more? am i going mad or what guys? any feedback will be appreciated, and if indeed this is normal behaviour for buddypress then all i can ask is why?
surely something like this should of been adressed ages ago, i know you guys have been working on the speed and queries etc which is outstanding work 🙂 but what about all these little details that need adressing? there is no such plugin to help with this issue, and surely it would be great to also have collapsable and expanding comments so you can collapse them again?
the commenting system is very awkward if there is alot of people commenting.who really likes to scroll through a couple of hundred comments on one post if its not interesting to them? does anyone have a fix for this in any form? @henrywright do you have any takes on this pal?
September 17, 2014 at 2:31 pm #197246Henry Wright
ModeratorFurther to @bphelp’s suggestion, keep an eye on this ticket which aims to have this available in core by v2.2
johnhutchy2014
ParticipantHi
“The NAME field in BuddyPress is intended to receive first and last name and replace the two original fields (first name, last name) coming with WordPress.”Does this mean that If I remove the first name and last name fields from ‘profile fields’ then that should fix the issue?
Thanks
September 17, 2014 at 12:13 pm #197234In reply to: [Resolved] How to display after group name
danbp
Participantyou will find other action hook in bp-legacy/buddypress/groups/single/group-header.php
In order of appearance:do_action( 'bp_before_group_header' ); do_action( 'bp_after_group_menu_admins' ); do_action( 'bp_before_group_menu_mods' ); do_action( 'bp_after_group_menu_mods' ); do_action( 'bp_before_group_header_meta' ); do_action( 'bp_group_header_actions' ); do_action( 'bp_group_header_meta' ); do_action( 'bp_after_group_header' ); do_action( 'template_notices' );September 17, 2014 at 11:53 am #197233In reply to: Profile picture to use wordpress avatar
Henry Wright
ModeratorHi @tightflks
You can use
get_avatar()instead of the BuddyPress functionbp_core_fetch_avatar(). See: https://codex.wordpress.org/Function_Reference/get_avatarSeptember 17, 2014 at 9:50 am #197229bp-help
ParticipantSeptember 17, 2014 at 8:22 am #197226In reply to: How to make Forum home page for Groups
danbp
ParticipantI like users giving good advice, objective point of view and constructive critics.
This support has over 5 years archives. If you’re willing to remove all snippets apply to older versions, which only operate today you’re welcome !
Answer to your question is here:
https://buddypress.org/support/topic/redirect-after-join-group/#post-187260September 17, 2014 at 3:22 am #197223Iryna_B
ParticipantThank you!
As for child theme, i followed instructions from the BB codex “Building a Child Theme of the BP Default Theme”. I uploaded the buddypress-child theme folder into wp-content/themes/, created style.css with the following lines
/*
Theme Name: BuddyPress Child
Author: Iryna
Author URI: http://example.org/
Template: bp-default
Tags: buddypress, two-column, grey, dark
*/but when i go to appearance>themes>it shows me this message:
“Broken Themes
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
BuddyPress Child The parent theme is missing. Please install the “bp-default” parent theme.”What am I doing wrong?
September 16, 2014 at 8:36 pm #197212In reply to: Hooking onto successful messages
adamt19
ParticipantThanks @shanebp
Attaching mixpanel analytics to buddypress activity on an active site is wildly entertaining.
I’m trying to figure out how to isolate “Viewed Single Message”, since the user is redirected to the single-message view after they send the initial message.
Right now composing a message fire both the “Sent message” and “Viewed message” events.
In BP is there a way to capture whether a user is viewing a message vs. simply being redirected to their message? I was thinking of just checking for POST data.. would need to work with the ajaxy replies as well.
September 16, 2014 at 11:55 am #197064In reply to: How to make my site like Facebook
peter-hamilton
ParticipantHi again julia
Those buttons on the left are actually the buttons that normally appear directly under te activity post/update box.
To gt them there I adjusted the index.php inside the activity folder of buddypress.
that page is here:
plugins -> buddypress -> bp-templates -> bp-legacy -> buddypress -> activity -> index.php
On around line 15 starts <div class=”item-list-tabs no-ajax” id=”subnav” role=”navigation”>
I copied that whole div and moved it above the div called buddypress around line 3.
Then I gave it a new ID (left-nav) and did some css adjustments to that div.
#left-nav {
position:fixed;
left:20px;
top:70px;
clear:both;
width:18%;
}And then a bit of styling to the list output of buddypress.
there is a bit more to it but that should get you in the right direction.But I will make a more understandable tut tonight.
This is quite intense templating and hope you get it sorted the way you like it.
And you do need the BBP activity to be the static homepage for this to work.
I do like that theme you use a lot and you made it a very crisp forum/website, I hope the buddypress templates keep your layout like it is.
P.H.
September 16, 2014 at 9:59 am #197057In reply to: How to make my site like Facebook
peter-hamilton
ParticipantAh, any chance you could make me a temporary account so I can have a look?
The membership wall I have no experience with, I will have a look to see if this can have the same functions as the buddypress wall.
WisdmLabs
ParticipantYes, you should make javascript validations for it.
Other option is not advisable, to make change in plugin’s core file, but if you won’t update buddypress then as in buddypress Version 2.0.2, in file /plugins/buddypress/bp-members/bp-members-screens.php you can make little change on line number 118.That is, there is checking for required fields in line number 118, just make it
empty( trim( $_POST[‘field_’ . $field_id] ) )
instead of
empty( $_POST[‘field_’ . $field_id] )September 16, 2014 at 8:46 am #197046In reply to: How to make my site like Facebook
peter-hamilton
Participantbtw, I made a small mistake, do not make a page called buddypress but a folder called buddypress.
September 16, 2014 at 8:41 am #197045In reply to: How to make my site like Facebook
peter-hamilton
ParticipantHi Julia_B
To alter the templates for activity you need to do the following:
Create a page called buddypress in your root folder.
Inside the buddypress folder you create another folder called activity and in there another folder called single.Now you need to access your existing plugins folder.
Open buddypress -> bp-templates -> bp-legacy -> buddypressHere you will find 5 folders, one is activity, inside this are some php files and a folder called single, inside this single folder is the index.php file that runs the activity.
I copied all 5 folders to my new buddypress folder in my root and all the files in those folders, with them able to control/change the buddypress layout as I would with a child theme.
To have an activity wall on homepage you only need to customize the appearance of wordpress in the admin area/backend.
Go to “appearances” then “customize”, here you can change “front page” to activity and it should work.
Good luck
September 16, 2014 at 8:02 am #197042danbp
Participantverify that you have pretty permalinks enabled and activate/deactivate/re activate (and save)
Allow registered members to delete their own accounts in BP settingsSeptember 16, 2014 at 5:54 am #197035In reply to: Reinstall BuddyPress without 404 errors?
WisdmLabs
ParticipantMay be below links are useful to you.
1) After installing/activating Buddypress, get 404 errors on any links
September 16, 2014 at 3:04 am #197034In reply to: Reinstall BuddyPress without 404 errors?
Nathan Pinno
ParticipantApparently you didn’t understand my post correctly. I said I was planning on reinstalling BuddyPress, not installing it. Your help is not useful, because you didn’t understand my post correctly.
September 16, 2014 at 2:36 am #197032In reply to: Reinstall BuddyPress without 404 errors?
bp-help
Participant@whiteeagle1985
You should always backup your database before introducing any plugin. BuddyPress has never caused me any 404’s unless you have forgotten to associate the BuddyPress pages correctly please review: https://codex.buddypress.org/getting-started/configure-components/September 15, 2014 at 9:37 pm #197025applegateian
ParticipantApologies, I’m not a developer but trying to find a solution that works.
I tried editing bp-profile-filters.php by adding
add_filter( ‘xprofile_get_field_data’,’wpautop’ );I also tried upgrading Buddypress Xprofile Custom Fields Type plugin, as it was out of date, but this hasn’t helped.
From my rudimentary understanding, What I think I need to do is edit echo $data; to somehow include wpautop but I am not finding a way to do that…apologies if it is simple.
Thanks,
Ian
-
AuthorSearch Results