Search Results for 'buddypress'
-
AuthorSearch Results
-
June 28, 2015 at 4:20 am #241198
In reply to: show entire activity stream – global activity stream
Quinn Goldwin
ParticipantThanks dan, I have the all activity on the specific page, but I wanted it in my profile. i ended up seeing this link on buddydev and it’s exactly what I need it to do http://buddydev.com/buddypress/show-buddypress-communitysitewide-activity-on-user-profile/ , I just wish I knew how to default it to that link when clicking on the activity link.
When i hit the activity link, it goes to my personal activity instead of the “all activity” tab. Could you direct me in how I could change the default sub menu tab in activity.
Thanks for your help! Have a wonderful independence day!
June 28, 2015 at 12:48 am #241194In reply to: Register Form not showing
Soul_King
ParticipantIm having the same problem!! created the register page and assigned it in the buddypress settings.
everytime i try go to the register page, nothing happens! The same thing happens to every page on the site once it been assigned to the register page withing in buddypress settings????June 27, 2015 at 10:59 pm #241192In reply to: BubbyPress + BBPress, ERROR
webappdesigner
Participantanswered my own question….
For anyone that has the same problem, bbpress -> includes -> extend -> buddypress -> groups.php
on line 151 change
public function display() {
to
public function display($group_id = NULL) {June 27, 2015 at 9:18 pm #241190In reply to: BubbyPress + BBPress, ERROR
webappdesigner
ParticipantSorry, i did not realise that this was a BBPress issue rather than a BuddyPress one….
where would i find “class BBP_Forums_Group_Extension”
danbp
ParticipantCiao @merlin_andrea,
file name must be
buddypress-it_IT.mo.June 27, 2015 at 11:01 am #241173In reply to: How can I change the Cropping size in profile page?
Alexlim91
ParticipantBy the way, i want to know if other user got to register an buddypress account then it show”forbidden. Please enable Javascript”. What is the problem?
Thank You
June 27, 2015 at 8:10 am #241168In reply to: How can I change the Cropping size in profile page?
danbp
ParticipantSearching for code needs a correct search tool. Use Notepad++ and you’ll find 48 occurence to
avatar-crop-pane!
The first of them is in buddypress/bp-core/bp-core-cssjs.php
Another one is in buddypress\bp-core\css\avatar.cssBut you haven’t to hack core files. All you have to do is to create a child theme from where you can adjust CSS to your need.
Codex is your friend ! If you accept to read…
June 27, 2015 at 2:02 am #241164In reply to: How can I change the Cropping size in profile page?
Alexlim91
ParticipantHi Guys,
Why i cannot find this line : “#avatar-crop-pane { border-radius: 50%; }” in buddypress core folder?
Thank You
June 26, 2015 at 11:12 pm #241162In reply to: How to Center Avatar and Tabs on Profile Page
sharongraylac
ParticipantThat’s really odd… I haven’t even copied any Buddypress php files into my child theme yet. Must be something I did in the CSS?
Thanks for the heads up! No more admin 🙂
June 26, 2015 at 8:39 pm #241161In reply to: How to Center Avatar and Tabs on Profile Page
shanebp
Moderator>I still can’t seem to figure out where that @username went.
Look in this file, hopefully in [your-theme]\buddypress\members\single\member-header.php
Look near the top for
bp_displayed_user_mentionname();btw – you should not use ‘admin’ as a username.
https://codex.wordpress.org/Hardening_WordPress#Security_through_obscurityhttp://www.wpbeginner.com/wp-tutorials/how-to-change-your-wordpress-username/
June 26, 2015 at 7:32 pm #241155In reply to: How to Center Avatar and Tabs on Profile Page
danbp
ParticipantOK, let’s try differently.
#buddypress #item-header { border: solid 1px red!important; background-color: yellow!important; } #buddypress #item-header-avatar { border: solid 2px black!important; height: 150px!important; width: 150px!important; margin: auto!important; } #buddypress #item-header-content { border: solid 1px blue!important; background-color: green!important; }On the right of the avatar, there are by default some additionnal information: @username and latest activity date/time.
This is in the div item-header-content and span tags. You probably changed that with a display:none, but it’s still in source code…The div
item-header-avatarmust fit to your avatar width and height. Here 150px, but depends of your own settings.All is colored so you can “see” what’s going on.
June 26, 2015 at 5:34 pm #241151In reply to: Woocommerce profile and Buddypress profile merge
danbp
Participanthi @thepofo,
that’s a question for woocommerce support !
And have you seen this ?
http://themekraft.com/store/woocommerce-buddypress-integration-wordpress-plugin/June 26, 2015 at 4:02 pm #241147In reply to: Show Members on Group page on selecting group name
shanebp
ModeratorThis is possible but requires custom code.
Writing and implementing that code will probably require you to hire a developer.
You can post a job here.June 26, 2015 at 12:25 pm #241136In reply to: How can I change the Cropping size in profile page?
danbp
ParticipantPlease, read henry’s answer and follow the given doc.
define’s goes to bp-custom.php This file doesn’t exist by default, you have to add it manually via FTP to wp-contet/plugins/
June 26, 2015 at 12:22 pm #241135In reply to: BuddyPress REST API
danbp
ParticipantLatest news about this was dec. 2014
Summary of Dev Chats held November 26 & December 3, 2014or add an enhancement request on Trac. (login is same as here)
or ask dev on Slack
June 26, 2015 at 9:56 am #241126In reply to: How can I change the Cropping size in profile page?
Henry Wright
ModeratorCheck out the Customizing BuddyPress Avatars article. You’ll see that avatar sizes can be set using constants:
define( 'BP_AVATAR_FULL_WIDTH', 250 ); define( 'BP_AVATAR_FULL_HEIGHT', 250 );June 26, 2015 at 9:52 am #241125In reply to: Action Hook for bp-registration
Henry Wright
ModeratorYou’ll need to be more specific. If you mean which hook fires when the registration page loads, then the answer is there are many. See here and look for the one you need.
June 26, 2015 at 9:48 am #241124In reply to: Adding more fields to the create group
Henry Wright
ModeratorCheck out the BuddyPress Template Hierarchy article if you’re not already using templates. You can add the new fields to buddypress/groups/create.php
June 26, 2015 at 7:51 am #241121In reply to: Custom Post Type Support for Activity
Mathieu Viet
ModeratorHi @milenushka,
I see you are also filtering
bp_blogs_record_comment_post_typesto track comments about the “projects” post type. I’ve changed my mind 🙂 I think we should wait to have this ticket fixed first.Since 2.3 your code should work fine.
June 25, 2015 at 11:22 pm #241118In reply to: Activation link doesn’t work
danbp
Participanthi @nnc24,
you have to read and to debug. As first test, activate 2015 theme and deactivate any plugin but BP. Put debug mode on true in wp-config during your test.
Some related topics:
https://buddypress.org/support/topic/user-activation-issue/
https://buddypress.org/support/topic/new-user-registration-problem-invalid-activation-key/June 25, 2015 at 10:21 pm #241115In reply to: Activation link doesn’t work
nnc24
Participant1. WordPress version: 4.2.2
6. Buddypress version: 2.3.2.1June 25, 2015 at 9:02 pm #241111In reply to: show entire activity stream – global activity stream
danbp
ParticipantOn Activity Page, all activities are up by default. Same for activity RSS feed.
Deactivate your plugin to see the difference.
June 25, 2015 at 8:05 pm #241109rameden
ParticipantHey @danbp,
I was actually way off base I figured it out!
child/buddypress/members/single/etc
Thanks again for you help. Feel free to close this out!
June 25, 2015 at 7:52 pm #241105rameden
ParticipantHey @danbp,
The css structure works perfectly! Thanks! On the templates would I need to set it up as follows:
child/buddypress/bp-templates/bp-legacy/buddypress/members/single..etc then edit the file I want
or
child/buddypress/bp-legacy/buddypress/members/single..etc then edit the file I want
or am I completely off base?
Thanks again!
June 25, 2015 at 6:09 pm #241098danbp
ParticipantHi @rameden,
in hope you are already familiar with Genesis framework. If not, i don’t recommend it, because starting with a framework (even if very good) is not easy, and adding another point where you also begin is not the best way… to learn. 😉
The answer to your question is :
child/css/buddypress.css/, but you can also use child/style.cssIf you want to modify BP templates, then you copy the needed file from legacy/buddypress/ to child/buddypress/…./
/bp-templates/bp-legacy/ belongs to BP.
-
AuthorSearch Results