Search Results for 'buddypress'
-
AuthorSearch Results
-
July 5, 2016 at 5:17 pm #255984
In reply to: installation error BuddyPress
danbp
ParticipantOla !
in this case, create them manually.
And read from here the complete install guide– ensure for min. requirements to run BP on your server
– check htaccess
– don’t forget to setup permalinksJuly 5, 2016 at 4:59 pm #255983In reply to: Buddypress Cover Image Not Working
Fahmi Barnes
Participantbuddypress but have that problem. after 3 days, i try peepso but same cases. now i’m back totally to buddypress and i want to fix this.
July 5, 2016 at 3:47 pm #255980In reply to: Can’t Activate WP User Sync
danbp
ParticipantYou’re right, i never read what i send to users asking for help.
Haven’t you seen “Support” on the plugin page ? Can’t you click ? You definitely not read !
Let’s try this:
https://wordpress.org/support/plugin/bp-xprofile-wp-user-syncbefore closing this unrelated to BuddyPress topic.
July 5, 2016 at 3:37 pm #255977In reply to: Height what’s new form
danbp
Participanthopefully you’re comfortable with JS ? If not, don’t try to change the default textarea.
Explanation. Search Google for textarea autosize if you need something else.You’ll certainly need to use a child-theme, but nothing more to say for how you can use that with BuddyPress.
July 5, 2016 at 3:25 pm #255974In reply to: change url path menu
danbp
ParticipantAt the moment, when I click on “Groups” he redirect to /members/(name)/groups
That is the path used for “Groups” button on a profile.
If you use the WP Menu builder, you can add “Groups” to your theme menu. In this case, it will lead to the Groups directory (which is what you want to do).
To see BuddyPress options for menus, you have to activate “buddypress” in the screen options first.
What else ?
July 5, 2016 at 3:07 pm #255971In reply to: Group forum creation – location & order
danbp
ParticipantCheck your Forum settings. For each group forum you can change the order manually.
For more in-deep settings, you’ve better chance to get an answer on bbPress support.
July 5, 2016 at 2:59 pm #255970In reply to: Approve users by custom email
danbp
ParticipantHave you already read this ?
July 5, 2016 at 2:10 pm #255967In reply to: Approve users by custom email
pulidomate
ParticipantAnyone knows how can i do this with the new BuddyPress email API?
July 5, 2016 at 2:07 pm #255966In reply to: [Resolved] Removing nav & subnav item in groups
gerwinb
Participantyes, i do… I’ll try again with an empty buddypress website to see if that is working.
July 5, 2016 at 1:42 pm #255965In reply to: Buddypress Cover Image Not Working
sharmavishal
ParticipantUse buddypress or peepso
July 5, 2016 at 12:40 pm #255962shanebp
ModeratorYou could try this approach:
https://webdevstudios.com/2015/10/06/buddypress-adding-custom-notifications/July 5, 2016 at 11:54 am #255953In reply to: change url path menu
sharmavishal
Participantyou would be clicking group in your buddypress profile right? if yes thats the way it would work..main groups directory you can create the navigation in your menu
July 5, 2016 at 9:23 am #255946doubleF
ParticipantOk I had a look on the other extensions, I understand what you mean about the callback functions.
Is there any other way around ? Because I don’t need a “new extension”, we just need something pretty simple :
Post created > New Activity > New notification on Buddypress
Do I need to create a new Bp component for that ?
The activity item is created, just no notification triggered…
Thanks for your precious help
July 5, 2016 at 8:02 am #255942In reply to: Profile Fields
danbp
ParticipantIt’s not a duplicate, but how it works.
On the left, you have the WP field for “username”, on the right BP’s mandatory field “name”. Both are used for registering a new user. WP’s username field accept only lower case alphanumerics without space. Mostly used to enter a pseudonym. BP’s field accept uppercase and space or even carets, wich allows to enter first and last name for example.Note that you’re not obligated to enter a first and last name. If you rename Name to City or Gender, a user must enter a city name or his gender. Eg. username: johnrobertsonquid | city: Los Angeles or username: johnrobertsonquid | gender: male
But whatever the field may contain, it cannot be removed.
About xprofile fields:
July 5, 2016 at 8:02 am #255941Slava Abakumov
ModeratorYes, I’m sure. Technically it can be done, but some coding will be involved, and that is not a 5 min task. As a starting point you can check this codex page.
July 5, 2016 at 7:49 am #255939In reply to: Customize buddypress register.php file
danbp
ParticipantHi,
this page is made of list elements and divs. To wrap them into columns, you have to adjust the CSS.
This can be done by child-theme, where you have to copy
bp-templates/bp-legacy/buddypress/members/register.php
to /your-child-theme/bp-legacy/buddypress/members/register.phpAnd CSS goes into /your-child/style.css
How to wrap
<div> and <li>is out of the scope of this forum.July 4, 2016 at 10:55 pm #255934r-a-y
Keymaster@strothi – I’ve split your post into a new topic.
Regarding your error, I’m guessing it is a problem with the BuddyBoss Reorder Tabs plugin.
Can you confirm? If not, can you list all your BuddyPress plugins?
July 4, 2016 at 9:26 pm #255930In reply to: [Resolved] link to member profile
danbp
ParticipantSorry for you!… When it is so easy to avoid such situation by reading BP’s Codex…
July 4, 2016 at 7:46 pm #255928Slava Abakumov
ModeratorYou can use BuddyPress Member Types Generator plugin to create members types.
Or use BuddyPress Member Types plugin, they have a bit different functionality. The 2nd one seems to have more features.
Different “Types of feeds” is not easily achievable, only with custom coding.
Custom login and registration pages – lots of solutions for custom login. Custom registration page is limited to BuddyPress, there is no plugin, that can do anything with it. You will need to dive into templating and custom styles.
July 4, 2016 at 7:38 pm #255927In reply to: how to change cover photo using link url?
Slava Abakumov
ModeratorUnfortunately, it’s currently impossible to do that via an option or a plugin.
So far, image *must* be uploaded for BuddyPress to place it in a proper place and display.But if you are tech-savvy, you could try to filter
bp_attachments_get_attachment()function, that is used to get the URL to a cover image. And build a custom form, where users insert URL, and you save them into usermeta table and then retrieve and display.July 4, 2016 at 7:28 pm #255926Slava Abakumov
ModeratorThe reason that it doesn’t work – it requires to be placed on a user BuddyPress profile page.
It usesbp_displayed_user_domain()function to generate the link, as there is no user on your custom page (it’s not BuddyPress or even WordPress) –bp_get_members_component_linkfunction produces nothing.There is no easy fix. You will need to create that link manually by retrieving somehow user domain (link to profile) of a desired user.
July 4, 2016 at 7:22 pm #255925In reply to: Private Messaging AJAX
Slava Abakumov
ModeratorSo far BuddyPress doesn’t support this out of the box and I don’t know such plugins.
But this is a good feature request, and I’m pretty sure that this will implemented eventually. Because we already have similar thing on Activity directory page.Here is the ticket that I created with this request.
PS Update to the latest BuddyPress 2.6.1.1 🙂
July 4, 2016 at 7:13 pm #255924Slava Abakumov
ModeratorI personally use Hueman theme on my site, and it has an ability to redefine or clean the footer credits: http://take.ms/8y2CP
And it looks good with BuddyPress, and has interesting settings for WordPress itself.July 4, 2016 at 4:09 pm #255817In reply to: Approve users by custom email
pulidomate
ParticipantFinally i have done this:
function activation_email( $subject, $message, $user_id, $user_email, $key ) { $teacher = bp_get_profile_field_data('field=Teacher&user_id='.$user_id); $activate_url = esc_url( $activate_url ); $message = sprintf( __( "Thanks for registering! To complete the activation of this account please click the following link:\n\n%1\$s\n\n", 'buddypress' ), $activate_url ); $user_email = $teacher; wp_mail( $user_email, $subject, $message ); } add_action( 'bp_core_sent_user_validation_email', 'activation_email', 10, 5 );July 4, 2016 at 3:44 pm #255788doubleF
ParticipantHello,
Yes, several times and I’ve also looked the function within the Buddypress’s plugin and it seems to work out as a notification ID is returned.
That’s why I’m out of clue on that one…
-
AuthorSearch Results