Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 29,726 through 29,750 (of 68,918 total)
  • Author
    Search Results
  • Roger Coathup
    Participant

    Have a look at the member-header.php file in bp-default theme. It documents how to add fields.

    Follow those instructions to add them in the member-header equivalent in your child or standalone theme… or add them in an action hooked on to bp_profile_header_meta

    #136479
    frostdawn
    Member

    Hi bollocks187-
    I was just a little confused how groups was intended for use within WordPress/BuddyPress. To give you some insight as far as where I’m coming from, I’m moving from a Groupsite environment. In that environment, you can have ‘x’ number of groups. The groups can by hidden just like in WP/BP, but can have their very own content exclusive to them, which is hidden from non-members of that group (as expected). Likewise, members of a given group can communicate freely between each other. I was looking for a feature set within WP/BP that mimicks that behavior. The other thing missing is a peer recognition feature- kind of like a way for one user to endorse another. (another Groupsite feature). Think of this as a kind of letter of recognition from one user to another, so anyone visiting the endorsed member’s profile would see a senior member/administrator endorses/vouches for/recommends that user. I’ve been working with a messload of different plugins with varying levels of success/failure (far more failures than successes) and was getting a little frustrated -iterative testing to ensure a new plugin doesn’t break existing working plugins and trying to determine the UI for a new plugin since it’s often a sorely overlooked feature for so many developers.

    I’m now looking into the possibility of using groups forums to address some of what I want to do, but am hoping that by doing so, it won’t confuse end users by having them try to contend with two separate types of forums – one open and public, and the other being ‘x’ number of private instances, one for each hidden group.

    #136476
    Haraldo88
    Member

    I agree. Not having a Search function to see previous Q&As doesn’t make much sense. How hard could it be, eh, Mods?

    #136466
    geordiep
    Member

    An explanation from a Group Mod would be nice.

    I don’t want to ask a newbie question without first doing a thorough search. I guess google search it is for now.

    #136461
    Tammie Lister
    Moderator

    In theory you can use any theme but you’d have to use the template pack https://wordpress.org/extend/plugins/bp-template-pack/ to add the files you need which is what that link valuser supplied does. To be honest, it’s going to take some work / adjusting it’s a case of not knowing how much until you do it really.

    If you are not comfortable with doing this then I’d personally recommend you also have a look at some BuddyPress themes. You can purchase themes for BuddyPress with all the support and bells and whistles of WordPress ones so perhaps that would be an option. There are also a number of very feature full and robust free themes for BuddyPress. https://buddypress.org/extend/themes/

    #136460
    valuser
    Participant

    see https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/

    There are great volunteers on this forum. When they have the time, I am sure they will assist you.

    #136459
    Robl987
    Member
    #136458
    kodestar
    Member

    sounds like a script isn’t being loaded, are you using the Buddypress template pack? If so go to appearance/BP compatability and make sure the JS isn’t disabled. Otherwise try disabling all your other plugins and seeing if it works then, if it does enable a plugin at a time until you find the one causing issues.

    #136457
    jaemaz
    Participant

    Any word on this?

    #136453
    bollocks187
    Member

    Just jumping in out of the blue.

    Why would you need “yet” another Plugin for Groups when you already have a groups feature in buddypress out of the box. Even if you can disable the “group forums” feature that kind defeats the purpose of having a group in the first place.

    Unless of course itthinx is not happy with the Buddpress Groups capabilities hence the “groups” plugin. Also why would the Buddypress team want to accommodate an interact with a feature they already have – especially a plug in that has a few thousand downloads. Just askin 1

    #136450
    lanyard13
    Member

    Well, at least now I don’t feel crazy!

    #136447
    frostdawn
    Member

    Thanks Paul-
    Okay, so that begs the question- what are groups used for within WordPress/BuddyPress? If you deactivate forums, there’s not much left. You can’t contact just the people in that group. And I’m still looking for a good plugin to handle making content pages exclusive to certain groups. I’ve tried ‘Groups’ by itthinx, but there is a big disconnect between the actual BuddyPress groups and the groups within the ‘Groups’ plugin. So if I have a pre-existing group, the ‘Groups’ plugin doesn’t recognize it. If I name an existing group within the ‘Groups’ plugin, there is no members associated with it (since it is treated as a new group, but that can only be accessed via the plugin) so security doesn’t really apply. Any light you can shed on this would be appreciated.

    Thanks :)

    nickharambee
    Participant

    Group Forums, using the latest version of BuddyPress.

    Thank you very much for your reply :)

    nickharambee
    Participant

    AN UPDATE:

    I followed the advice of hughes.chad in this support thread and I managed to successfully manually trigger a Daily Digest email, and confirmed that all emails had been removed from the Digest queue visible in ?sum=1.

    I tried again to send a digest without manually triggering it, and no digest was sent at the time it was supposed to be sent.

    I then added:

    `define( ‘ALTERNATE_WP_CRON’, true );`

    to wp-config.php, as suggested by Boone Gorges in the thread I have linked to, but again no automated Daily Digests were sent.

    So it seems that I have narrowed the issue down to the triggering of wp-cron.php.

    On the last attempt to check what was in ?sum=1 the URL changed to ?sum=1&doing_wp_cron=1340741443.4746210575103759765625, suggesting it was trying to activate the cron_job.

    What else can I try to get this working?

    Thanks,

    Nick

    Rocio Valdivia
    Participant

    Ok, I know that it’s not a good practice to change the core, but if someone needs it, here you have how editors can edit other user profiles:

    /wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-screens.php -> line 35

    if ( !bp_is_my_profile() && !is_super_admin())

    change it for this:

    if ( !bp_is_my_profile() && !is_super_admin() && !current_user_can(‘moderate_comments’))

    It works ;)

    #136427
    modemlooper
    Moderator

    It’s up to the other plugin creators to make their plugins work. Not my issue. The core team doesn’t make sure BuddyPress works with every plugin. If they did they would never sleep.

    #136426
    Paul Wong-Gibbs
    Keymaster

    Sounds like you’re might have found a bug. Please would you make a report on http://buddypress.trac.WordPress.org ? thanks

    Expana
    Participant

    @enderandrew Thanks a lot! It helps :)

    #136419
    sharmavishal
    Participant

    Just wanted to add that all other plugins are working fine with BP mobile…only the above 2 mentioned plugins are an issue….I would request that BP mobile allow added plugins to work… cause then there is no other way to get the plugins working for BP mobile

    #136418
    Roger Coathup
    Participant

    My understanding is that there is no working search function – not sure why the search box is there!

    Roger Coathup
    Participant

    Here are 3 sites built on BuddyPress that provide for business listings and reviews:

    http://plazaa.de
    http://bitsythis.com
    http://somibo.com

    They are all heavily customised builds, and use the BuddyPress member features to provide user accounts – where they create and manage their listings and reviews, and also send messages to other users.

    BuddyPress is helpful in that it provides a backbone of classes and API functions for the accounts and messaging. If you want your users to have profiles, and easily access their listings / reviews, then it may be the best choice. If you want minimal profiles and are happy to build your own custom functions to handle that part, then yes vanilla WP and a form solution (bespoke, gravity, or some other 3rd party) is fine.

    So only gravity forms and wordpress?

    #136413
    Paul Wong-Gibbs
    Keymaster

    That’s a bit off topic for this thread, but BuddyPress does not use custom post types.

    #136411
    sharmavishal
    Participant

    Thanks a lot for your reply. Will check as you advised. I really hope and wish that BP Mobile plugin works with other plugins. In fact in my opinion there should be a mobile first approach.

    Thanks once again for your time.

Viewing 25 results - 29,726 through 29,750 (of 68,918 total)
Skip to toolbar