Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 13,676 through 13,700 (of 73,928 total)
  • Author
    Search Results
  • wadece1979
    Participant

    I am currently using the GameDay theme and after installing buddypress I now have two pending lists when I go to my users. this is causing issues with my registration process. I tried switching themese and still have pending link show up twice.

    I have attached a screenshot here.

    I also have deactived all other plugins except buddy press.

    Can anyone help point me in the right direction as to what would be the cause here ?

    It is not going to their spam either…. Just not emails going out. I notice the weird two Pending list when i go to the users page which I do believe is the reason.

    Now I am just unsure why it would be showing two.. If I deactive the bbpress plugin things go back to one pending list and all work’s ok.

    Once I reactive Buddypress. Things stop working

    Many thanks in advance

    #257274
    David Cavins
    Keymaster

    Visit a forum, like https://buddypress.org/support/forum/how-to/ and scroll to the bottom of the topic list. The new topic form should be down there.

    #257272

    In reply to: Activation email

    wadece1979
    Participant

    It is not going to their spam either…. Just not emails going out. I notice the weird two Pending list when i go to the users page which I do believe is the reason.

    Now I am just unsure why it would be showing two.. If I deactive the bbpress plugin things go back to one pending list and all work’s ok.

    Once I reactive Buddypress. Things stop working as JT first described

    #257271

    In reply to: Activation email

    wadece1979
    Participant

    I have the same issue … using the latest bbpress 2.6.2 along with latest wp install and using GameDayTheme.

    Having issues with pending users list……

    I am currently using the GameDay theme and after installing buddypress I now have two pending lists when I go to my users. this is causing issues with my registration process. I tried switching themese and still have pending link show up twice.

    I have attached a screenshot here.

    I also have deactived all other plugins except buddy press.

    Can anyone help point me in the right direction as to what would be the cause here ?

    Many thanks in advance

    #257267
    wadece1979
    Participant

    FYI i am using the lastest wp and 2.62 buddypress

    #257266
    wadece1979
    Participant

    Having issues with pending users list……

    I am currently using the GameDay theme and after installing buddypress I now have two pending lists when I go to my users. this is causing issues with my registration process. I tried switching themese and still have pending link show up twice.

    I have attached a screenshot here.

    I also have deactived all other plugins except buddy press.

    Can anyone help point me in the right direction as to what would be the cause here ?

    Many thanks in advance

    #257251
    wescravn
    Participant

    DO you know any import plugin for free that supports buddypress?

    #257250
    Paul Wong-Gibbs
    Keymaster

    Unless they have an add-on to support BuddyPress, you’re out of luck (unless you write one yourself).

    mouriana
    Participant

    Please excuse me if this is a stupid question, as I am fairly new to WordPress and brand new to BuddyPress, so I’m just trying to figure things out.

    I am using WP 4.5.3 and BuddyPress 2.6.1.1. I’m using social magazine theme 1.9.1 and a number of plugins that I could list if you think it would be helpful. My site is Storymakers Network

    I am basically wanting to give my users TinyMCE functionality when posting activity. I have scoured the plugins and forums and the only things I have found on the subject are BuddyPress Forum Editor (which hasn’t been updated in over a year and doesn’t work) and forum posts trying to turn rich text editing OFF in multi-line text fields in the profile. Everything seems to be old, as though this is a function now regularly available I have just missed it.

    If it involves inserting code, could you be very specific in how to apply it? I’m technically savvy but unfamiliar with the process.

    has7
    Participant

    so guys basically i am trying to do a drop down list on the sub nav on profile fields ‘activity’,’profile’ etc so what i wana really ask is can it be done with only css or i have to do some serious php or js on this any replies with examples will be highly appericiated.

    (i have searched other threads like this one threadbut doesent really answer my queries)

    #257245
    wescravn
    Participant

    I’m using WP ALL IMPORT PRO with BuddyPress. I’m able to see certain fields to import such as Name, and other standard fields. When I try to view custom fields, I get some custom fields, but none of the fields that I created, or that my theme SWEETDATE created. I can’t even see CITY, or COUNTRY. I see they are custom fields. Is there any way around this? I want to import the users city, and state.

    PleasurePrimer
    Participant

    Hello,

    I am building a directory based site using the GeoDirectory plugin and BuddyPress. I would like to have a link on each member’s profile to a Member’s Guide I am creating (which is simply a WordPress page) that spells out the services and features available to members as well as the content guidelines. Is this possible?

    Thank you.

    ico33
    Participant

    Sorry for my English, I try to explain. I have Buddypress and BBpress.

    If I create a topic with bbpress, it is then shown in buddypress activity. But, if the topic will be deleted, in my activity it will be shown again, and clicking on it, it will go to a page with 404 Error.

    Is there a way to make buddypress activity synchronize with bbpress?

    Thanks!

    #257233
    mtowell1
    Participant

    so when anyone goes to my site and clicks on the register link its creating like 5 published pages, and if they sign up like 5 more of a differnt page its buddypress doing this i’ve tried to uninstall and reinstall nothing is working anyone else seen this issue. any help would be wonderful

    http://www.salt-ministries.org

    #257225
    coffeywebdev
    Participant

    You could hook into the bp_activity_add action like this:

    function bp_plugin_hook_activity_add( $activity ) {
     
        // insert code to be executed when activity is created
        // read the link below for more code examples
     
    }
     
    add_action( 'bp_activity_add', 'bp_plugin_hook_activity_add', 10, 1 );

    You can access the activity variables like this:

    $activity[‘type’] or $activity[‘content’]

    you should be able to use any of the keys below:

    id
    action
    content
    component
    type
    primary_link
    user_id
    item_id
    secondary_item_id
    recorded_time
    hide_sitewide
    is_spam

    For more reading check out this link:

    Posting Activity from Plugins

    #257222
    mrjarbenne
    Participant

    As you have established that this is a WordPress issue, and not a BuddyPress one, you might be better to create a ticket over on wordpress.org, where there are more eyes looking at your ticket.

    #257215
    mrjarbenne
    Participant

    You could use something like this to add a badge to admin/verified users.

    https://wordpress.org/plugins/buddypress-verified/

    #257210
    mrjarbenne
    Participant

    Did you try this code snippet from the BP codex: https://codex.buddypress.org/getting-started/guides/change-members-profile-landing-tab/

    It does exactly what you are looking for.

    #257207
    eaolson4
    Participant

    I am using bbpress and buddypress on my site. I would like my members to be able to view their friends profiles however, when you click on a person on the member directory it goes straight to your profile and there is no way to view other users profiles. Is there a way to change this?

    Also, I would like to have some sort of news feed of forum topics and recent posts on my home page, is there a widget or plugin that can do this?

    Also, my page does not allow me to make groups- the group page does not open when I click “add new”

    Any help appreciated! Thank you!

    #257202
    r-a-y
    Keymaster

    The Notifications %s string looks like it is available:
    https://plugins.svn.wordpress.org/buddypress/tags/2.6.1.1/buddypress.pot

    If you’re using a custom translation from a previous version, you need to merge your language files together. Here’s a quick tutorial I found on Google:
    http://www.marketpressthemes.com/blog/how-to-merge-two-po-files-using-poedit/

    You might also benefit from a translation that is already available here:
    https://translate.wordpress.org/projects/wp-plugins/buddypress

    #257201
    Anonymous User 14235950
    Inactive

    Nope, it’s Microsoft Dynamics CRM. With REST, shouldn’t it be possible to just add our CRM URL to a plugin and have it query that to find our members, then it does everything else automatically? It would be nice if BuddyPress added this functionality since REST seems like it’s the de facto standard for apps to communicate data to each other now. Custom solutions for each CRM type seem kind of backwards when REST is already a possibility.

    #257200
    r-a-y
    Keymaster

    I see that BuddyPress has a REST API now that can access BuddyPress data from a URL.

    BuddyPress is in its early stages of developing the REST API. It’s not close for production usage yet. Follow development here:
    https://github.com/buddypress/BP-REST

    It would be great if I could just add a URL somewhere in the settings and have data get pulled in.

    You will need to do some custom development here.

    If your CRM is CiviCRM, there is a BuddyPress plugin that syncs with that. If your CRM is something else, you could take a look at the codebase and modify it to suit your needs:
    https://github.com/christianwach/civicrm-wp-member-sync

    #257199
    Anonymous User 14235950
    Inactive

    I see that BuddyPress has a REST API now that can access BuddyPress data from a URL. However, is there a way for me to do the opposite? I would like to use BuddyPress to create a member directory that pulls data from our CRM which uses REST. It would be great if I could just add a URL somewhere in the settings and have data get pulled in.

    #257196
    nbguy
    Participant

    Hello,

    Does anyone know of a way of displaying all the information from a users profile as a featured member? I’ve tried the Enhanced Featured Members Widget but it only shows the name and avatar. I’d like to display all the users’s info.

    WordPress 4.5.3 BuddyPress 2.6.1.1

    Thanks in advance.

    #257195
    peterspliid
    Participant

    Hi.

    I have the newest stable version of WordPress and Buddypress. My problem is that most tabs under the profile (notifications, messages, friends and groups) won’t translate from english to my language. I have successfully translated other strings that are used by Buddypress, and I know for sure that I have translated them in .po and .mo file (as it works with the other translations I have applied).

    For the notifications string, it seems like it is added in buddypress/bp-notifications/classes/class-bp-notifications-component.php line 136:

    _x( 'Notifications %s', 'Profile screen nav', 'buddypress' )

    However, when I look at the .po file, I cannot find the exact string “Notifications %s”, only “Notifictions”. Could that be the problem?

    Let me know if you need more information.

    Thank you

Viewing 25 results - 13,676 through 13,700 (of 73,928 total)
Skip to toolbar