Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 10,551 through 10,575 (of 69,016 total)
  • Author
    Search Results
  • #251921
    Jasper
    Participant

    @djpaul Thanks for taking time to think about this. Unfortunately I don’t know much about PHP, or believe me I would be on the case… But if it’s any help I have seen 2 plugins on these forums over the last few years that between them partially do this. I am quite green with this but maybe they could be a good reference? BuddyPress members import is great but only half a plugin. I did ask the developer to add export functionality but he went quiet. It seems to do everything if only we had the export file. The other export plugins we have found don’t deal with groups that have been joined, friendships, activity or paths to profile photos. Groups and friendships would be a good starting place and save a whole heap of time on a fresh install.

    #251917
    valuser
    Participant

    Many Thanks @shanebp. Works. Ticket

    #251911

    In reply to: Change Name for user

    shanebp
    Moderator
    #251909
    shanebp
    Moderator

    You can put it in your theme/functions.php or in bp-custom.php.

    #251908
    johnnetr
    Participant

    Awesome! Sorry, I am new to wordpress and php development. Zero knowledge.

    The code that you posted, should I copy and paste in an existing php file? or should I create a new php file and put it in the buddypress folder?

    Thanks!

    #251905
    shanebp
    Moderator

    I’ve deleted that gist and added a new one:
    https://gist.github.com/shanebp/72a0c6fe7ffb6f9c1424a30bdb455d4f

    It should only check for duplicate names if on the first tab – ‘Details’.

    You can always create a ticket asking for a change to core files.

    #251895
    Jasper
    Participant

    @henrywright Thanks for your reply. I looked at Trac but can only find where to file a bug report, not a feature request.

    I don’t want to sound ungrateful and realise the BuddyPress team are volunteers doing a great job. But import / export seems fundamental to me and I don’t understand why it is not built in. I’ve seen this sentiment reflected in other people also over the last few years. It would save a lot of people many problems if their websites crashed for sure.

    I see there is a BuddyPress Members import by youngtechleads. com and I have used it myself.
    I see there are also a few plugins that export some of the data needed. What I can’t find is a complete solution and copying sql database tables over just hasn’t worked for me.

    I think this is really needed and will make BuddyPress a more complete product. I really do think this is a missing part.

    #251892
    Henry Wright
    Moderator

    An export import facility would be great to have. Keep in mind this won’t guarantee it will get done, but I suggest you open a feature request on Trac (as always try searching existing tickets first to make sure one doesn’t already exist).

    #251876
    Paul Wong-Gibbs
    Keymaster

    We’ve fixed this for BuddyPress 2.5.2, which will be out this week (probably Tuesday or Wednesday). See https://buddypress.org/support/topic/read-this-first-buddypress-2-5-master-list/#post-250544

    #251875
    Paul Wong-Gibbs
    Keymaster

    BuddyPress does not use WordPress Roles — it maybe be possible to integrate these into parts of BuddyPress but it’ll be extremely time-consuming as you’ll have to write a lot of code.

    #251863
    @mcuk
    Participant

    Hi @raboinab,

    I can advise on the second part of your question. To change the labels or any other text you’ll need to use software like Poedit. See here

    #251847
    Paul Wong-Gibbs
    Keymaster

    We’ve fixed this for BuddyPress 2.5.2, which will be out this week (probably Tuesday or Wednesday). See https://buddypress.org/support/topic/read-this-first-buddypress-2-5-master-list/#post-250544

    #251837
    kory27
    Participant

    Hi,

    It was actually my permalinks settings.

    I changed that and it works, kind of. I’m quickly learning that nothing with Buddypress is as it seems and the support forum you need to budget days to get an answer to things that seem like obvious functionality. i.e. how to limit roles displayed on Member Directory pages and how to set the default role upon setup.

    If anyone has the same issue or wants to help, you can find related posts here:

    How to change role displayed on Member page Buddypress 2.5

    How to change default member role in Buddypress 2.5

    I’m quickly losing faith in the Buddypress community. It completely seems overwhelmed and not interested in what users want, but moreover, what they want to do. I’ve seen this sentiment echoed by others as well. Don’t get me wrong, I appreciate the project, but at the point I’ve never gotten a reply to an issue in less than 3 days. Just seems the opposite of community when no one gets back to you on direct questions with specific functionality.

    I will post in the other areas when I get solutions.

    Thanks.

    #251827
    shanebp
    Moderator

    In fact, I want to post some articles to talk about some contests / tests.
    Only identified buddypress members will be able to see this articles (I make a restriction on them)

    In fact, I don’t car using groups… I just need to register people who wants to participate (and then be able to do an export with export user data plugin that I m using actually)

    Don’t use groups.
    Use user_meta: https://codex.wordpress.org/Function_Reference/add_user_meta
    And the field should be picked up by your export plugin.

    #251826
    mattheoh
    Participant

    it’s always the same for each link ? YES

    OK , I didn’t know ! thanks

    Groupes is french. If you use your mentionned code, you have to enter the slug used on your site, in your language. If it’s english, try ‘groups‘ instead.

    Of course, I would have correct it myself.
    with your code I managed to insert the slug article

    $href = get_home_url().'/groupes/'.get_the_slug($id).'/join?_wpnonce=6b826ee77d';
    But I will be stuck with the nonce cause it’s proper for each group :-/

    Also this will never work like you expect.
    bp_loggedin_user_domain() output gives your-site.com/members/username/groups/

    OK thanks for the precision

    And i suppose there is no utility to invite from within a post, a user to join a group of which he’s already member of ?!!!
    Can you better explain the relation between post, author and join group ?
    Do you mean, an author can invite readers to join (selectively) a group he’s member of ?

    You’re right, I m going to clarify my needs by the begining ! 😉
    In fact, I want to post some articles to talk about some contests / tests.
    Only identified buddypress members will be able to see this articles (I make a restriction on them)
    At the end of the articles, I wanted to add a button , that give them the possibility to participate to the test.
    In fact, I don’t car using groups… I just need to register people who wants to participate (and then be able to do an export with export user data plugin that I m using actually)
    I thought using groups to qualify this people, cause I thought it was the easier way… (When I write an article about a new test, I create a new group… So people when they click on participate button, update automatically their profile by joining the group related to the article – that’s why I wanted to put the same slug for group and article)
    My final aim is just to export these infos… (complete profile informations and groups particpations)
    So you’re right if someone is already member of a group (so has already clicked on this button), he shouldn’t be able to see the button (or ideally, a different message “you have always sent your participation”)

    I hope it’s a little more comprehensible !
    If you think group is not the good solution, I m listening 😉
    My final purpose is just that user can be tagged as participant and that I can export this information)

    Thanks a lot to have read this cause it was a bit long 😉

    #251816
    shanebp
    Moderator

    Use this file or you won’t see changes:
    buddypress\bp-templates\bp-legacy\buddypress\members\single\profile\edit.php

    #251815
    carson7634
    Participant
    #251813
    carson7634
    Participant

    Version 4.4.2 of WP

    http://www.dynamicdigitalpursuits.com/SportsRecruiters

    Theme:
    Sydney

    Plugins:
    BuddyPress
    BuddyPress Profile Tabs (Deactivated)
    Page Builder
    s2Member
    Sydney Toolbox
    Theme My Login

    #251804
    imborx
    Participant

    Solved, if anyone is interested:

    I used the plugin “PHP Code For Posts” to create a shortcode with my php code and then I used the plugin “Shortcodes in Menus” to show it in my menu (Buddypress menu in this case).

    angrywarrior
    Participant

    Thanks for the reply Danp!

    Well the WordPress installation is running as a wordPress multi-site and the I have setup BuddyPress as of the manual you mentioned above.

    /* BuddyPress */
    define ( 'BP_ENABLE_MULTIBLOG', true );
    define ( 'BP_ROOT_BLOG', 5 );
    define ( 'BP_IGNORE_DEPRECATED', true );

    But I’m not sure what is wrong..

    #251798

    In reply to: New activity tab

    danbp
    Participant

    Hi,

    first of, read the doc about activities customization.

    If i understand you correctly, you want to allow your users to comment about other users on a extra tab. BP allows activities commenting by default on all activity feeds.

    Also “allow other users to comment on a specific user” can be done by simply using @mention.

    Why and where an extra tab ? On Activity, group or profile activity tab ? How do you imagine such a tab showing up ?

    Please, explain exactly what you want to do. 🙂

    #251787
    kamalski
    Participant

    Paul – I’m having the same problem. I managed to install your PHP email debuger. I triggered a private DM in Buddypress and received “Email delivered – True”. However, there was no Buddypress notification email received on my inbox.

    Anything else?

    danbp
    Participant
    #251777
    @mcuk
    Participant

    Hi @neijisly, I tried your updated code but had no success with it. Thank you for trying though!

    Hi @shanebp, your code works great. Thank you! I don’t have any other plugins apart from BuddyBoss Global Search and BuddyBoss Edit Activity. So unless your code affects the functioning of another part of BuddyPress, then there shouldn’t be any conflicts.

    While looking at messaging I have just noticed that Private Messages don’t send when you select a recipient via the autocomplete dropdown (get a failed message saying username is incorrect). However if you manually type out the same username, the message sends fine. I haven’t yet searched the forum on this matter though so there may already be a solution out there. I’ll have a look.

    #251754
    Paul Wong-Gibbs
    Keymaster

    @davidkey772 Download this plugin from the following link, and add it and activate it on your site: https://www.dropbox.com/s/yz1155axhbyntw7/bp-email-debug-2.php?dl=0

    Then do something that should trigger a BuddyPress email. For example, if you are using the Activity component, have one user write a message on the activity stream, then have a second user reply to that activity message.

    Since you’ve said normal WordPress emails are being sent out OK, this plugin will email some debug information to the site owner’s email address. Once you have received at least one debug email, you can turn off the plugin!

    Please let me know what the debug email says.

Viewing 25 results - 10,551 through 10,575 (of 69,016 total)
Skip to toolbar