Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 16,476 through 16,500 (of 73,981 total)
  • Author
    Search Results
  • #246723
    r-a-y
    Keymaster

    It looks like you’re using the BuddyPress Activity Privacy plugin.

    BuddyPress 2.4.0 has some updated CSS and JS that conflicts with that plugin.

    Please see the following for a fix:
    https://buddypress.org/support/topic/buddypress-2-4-0-and-buddypress-activity-privacy/#post-246630

    #246709
    antonydennis
    Participant

    Hi folks…

    I have a site set up with lots of bbpress based forums, each of which belong to a Buddypress group. I want users to be able to share each forum topic on Facebook, so I need to add the og metatags to the head of the topic pages, showing topic title, content, etc.

    To do this, I need a function which can access the topic title and topic content. However, since the forums are part of groups, the topic pages appear only on group pages, where the title is the group title rather than the topic title. The content is absent from the page (the_content() returns nothing), unless I perform a loop… but that gives me two problems:
    1) get_the_content() returns me nothing, even though the_content() will output the entire page content
    2) Having done the loop before the page loads, the actual page then has no content!

    So how can I extract the topic title and topic content information in a function which I pass to add_action(‘wp_head, …) for a topic of a bbpress forum which is associated with a buddypress group?

    I am using WP 4.0.8, Buddypress 2.3.5 and bbpress 2.5.8 and you can see a link to a page I want to do this for at
    http://lacomunidadconsciente.es/groups/mente-y-cuerpo-mind-and-body/forum/topic/sound-bowl-meditation/

    Thanks!

    #246705
    scoobs2000
    Participant

    Hi
    in short everything you have asked can be done.

    But I’m a little bias as I honestly believe regarding technology there is nothing that can’t be achieved it just comes down to how much time and budget you have to invest… 🙂

    Below is a bit of a ramble…. But might provide insight. after you organize your coffee and come back.

    I have nearly completed a project that sounds similar in nature (few weeks from launch in final beta testing), however it was a highly customised solution (private membership site) .
    With nearly 70 plugins, 100’s hours coding integration code (lots of trial and error) between the plugins and also compatibility tests with multiples of plugins to ensure no issues, because of slow load times the project requires deploying from CDN,fast servers and customised caching solutions.
    most of work load appeasr to be bbpress – so an near out of the box solution, you prob don’t need to go that far.

    But not to scare you. Here are some pointers that might answer your questions, based on my understanding of the OP.

    In my case I spent many months researching solutions with many platforms (open source / paid / managed premium) – buddy press was selected simply because is built on WordPress that’s already has the core abilities you need, you just need to “hook in to’em” and take advantage of this concept – you can keep working on bettering and adding separate components / features as time goes by, great for client, works out a bit cheaper in the startup phase and great for developer – land ya self a permanent support / ongoing development contract……

    Is it possible to update profile content/meta? : In general yes, buddy press allows this out of the box

    Either the user or the admin can update, you can have admin only fields (the user doesn’t access them – but the admin can)
    if you use a membership plugin eg, s2member – you can extend this idea much further eg, only require email on signup, then all other fields are accessible from profile and can set fields on a per membership level,

    In your case, you might have different profile fields for students, teachers, Parents and only require a couple of basic fields to be completed on signup and all other fields can still be “required” when they reach their profile page.
    For profile field management I recommend the s2membership pro plugin (free version available) http://s2member.com/

    My project has a “todo list” for each and every member – however I’m still to this day unable to find a plugin that interacts with a completed wp/bbp/buddypress site. So I had to code one. The todo list was designed / engineered in a way that interacts with “wordpress” in general, by storing a completely unique data feed much like the activity feed with time stamps and can be programmed to be linked to any site link, media download, page view, forum post, reply any activity on the site can be logged and applied to the feed which the to-do-list interacts with and auto completing (crossing of the item) each item also has dependencies, so you rattle off a list of activities before the task is crossed off and each to-do-list also has dependencies so it is not seen by a user until certain tasks are completed, eg, purchase a course from the store, or complete a previous to-do-list.

    In short: Yes it can be done, however I’m not aware of any 3rd party plugin that does this successfully.

    In my case I have the to-do-list shown in the sidebar so as a member goes through the tasks the list is also available to them no matter what page they are on. But possible to publish it in the profile page if required.

    Regarding email notices, I recommend looking into the woo commerce sensei http://www.woothemes.com/products/sensei/ plugin for your courses that way you have management of email notices, in fact prob most of the things you require will be available via sensei – note this is a premium paid plugin with yearly ongoing licence costs.
    Without a free trial version to try before you buy.

    But maybe gravity forms developer licence might be fine in your case as it has, gateway plugins, qiz and survey plugins – it would be possible to build certain simple courses on the gravity framework including delivery of custom emails – if building a form based system than certainly worth a look into – but would require a developers licence to get all the plugins you would prob require.

    In fact what I do is use gravity forms email chimp plugin to send the members email address to an email list (automation campaign) in mail chimp (paid account) that auto sends a welcome emails that I have customize to suit the activity they have completed, this way I can send pretty html + marketing emails + scheduled follow up emails and take the work load off WordPress other than a quick API connect on demand.

    Regarding: is it possible to have multiple logins or users access the same account/profile?
    In simple: Yes, but it all comes to context of the profile, will each member be able to see other members profiles or will parents be able to edit a child profile etc.

    Although my project does not require the need for 2 or more members to edit a single profile, I do have multiple levels of context (horizontal and vertical memberships) all with their own set of rules who profiles they can see and what buddypress features are available to them – some members don’t have activity feeds or messages, But I needed to ensure that members that do have access to these features can’t access the features of cross membership and so on.

    This is 100% custom code (no plugin) but while coding this up I recall thinking I’m 100% confident it is possible to add another level of check “if current user can edit displayed user” and go from there, all you would need is a profile field / meta that links multiple accounts together –
    Eg, a parent account has a profiled field “child user name” – they just enter the child username / user ID – and now we would add the profile check if a parent is viewing the child’s profile.

    Regarding paying a deposit, and payment, this is my findings.

    There was no single one membership / payment plugin that integrated perfectly into what I wished to achieve – I have tested many. please note I’m suggesting there are no plugins that do this stuff just none that achieved the outcomes I needed for my project.

    – Tips: – start the project design based on the payment systems / gateway (the complete project and direction of development is 100% dependent on this) because the simple reason every feature you implement needs to check “is a paid member and what level (cap / role) ” – including free membership with paid features “is not a paid member” but has paid for… this includes recurring and non-recurring subscriptions with consideration of what you intend to do if a subscription expires.

    Eg, a recurring subscription will either just auto subscribe and pay for the next time frame (or fail)
    A non-reoccurring subscription will auto expire after a given time frame (or X cycles)

    The difference between to the two –
    Is generally on a recurring subscription when it expires it also linked to a member account to “do something” eg downgrade membership

    A non-recurring subscription is generally used for a onetime payment you have access forever feature- eg, a course and resources, you pay once on a deposit, subscription over several weeks when the subscription expires the member still has access to the course as long as they remain at minimum a free member on the site. (anyhow that’s how I have implemented things)

    These two concepts are completely different in the way they interact with the member as well at many levels although on the surface appear to be almost the same, add in a deposit feature you are also opening another level of context to play with, mostly limiting the available options regarding the payment gateway service you will need to use or more so which services have this feature on offer.

    As mentioned – my suggestion is start with the gateway solutions first and reverse the design back to the front end. – this is the big lesson I took away with this project (4 rewrites in total) as it was always a block relating to the gateway limitations (and laws relating to online subscriptions in my country).

    My project:
    Woo commerce (free) for shopping cart system including purchase of courses, subscription to site and deposit/ subscription to courses, plus all other products, deliverable products, workshops, webinars, one on one sessions, resource downloads from pdf to videos. Anything you can think off can be sold through woo

    Woo commerce quick cart – plugin (paid)– now I can add a buy now button on any page for any product including subscriptions – the membership info page has a standard 3 column price comparison chart with nothing more than a “sign up now” button – clicking the button auto adds the subscription to cart and opens the checkout popup with one click and without leaving the page (no need to send to store)

    Sensei (paid)– for courses and fits well into woo commerce system (but requires a couple more plugins and custom integration code if implementing paid / subscription based courses )

    Groups plugin (free) to easily manage roles and caps (as I have to teach client staff how to do this and manage the site) WordPress has this capability built in if your a coding ninja (I’m not)

    Groups Woo commerce (paid plugin) to link groups to a purchase – apply a role / cap or groups of, to a user based on the purchase.

    Then some custom code is required – to perform a check and if a user has a particular role or cap than apply the s2membership level – this check is done at the store level so if a member cancels or defaults on a payment – the membership level is auto adjusted depending on what role or cap is supplied to the user from the groups woo commerce automation. groups plugin manages non-recurring subscriptions so a expired subscription does not remove the users caps and roles (but a default on payment does)

    S2member pro – for membership level management including profile fields management and most importantly complete site access management – I can apply access to each and every competent of the site this includes , forums, topics, replies, posts, pages, media, courses, and content within pages eg, home page displays different content based on the membership level / logged in or general public. s2member pro is also used to override default bbpress / buddy visibility settings eg, hidden forums only available to certain member levels – but requires custom code to apply or traverse access levels on submitting topics / replies to ensure widgets and other snippets don’t display private areas to members that don’t have access. (it allows you to write custom queries with zero concern or consideration to access levels)

    For subscriptions (paid)– I use woo commerce Subscriptions plugin – this manages on its own site access based on paid recurring subscriptions (or in simple turns on or off user account based on payment) – pay x amount monthly to access certain site features, courses and resources, forums, pages, blog articles etc.

    However – woo commerce subscriptions does not manage deposit / time based subscriptions (non-recurring subscriptions) eg, pay a deposit for a course and gain instant access then pay off on a subscription for x amount of weeks / months –
    I was not able to find any plugin (free or paid) that does this, so I had to write a plugin currently under experimental concept stage.

    Other tips: often it’s better to find compatible, well supported and pay for premium plugins that have overlapping features and disengage these features you don’t want to achieve your goals and do as little integration code as possible, but anything you do needs to be well planned and though out as to not to touch core code in any platform, framework or plugin.
    At the end of the day you want the ability to upgrade all systems as time go by.

    Eg, s2member plugin has its build in membership system that is “required to be active” for the plugin to work. – all I did was setup a single paid (never to be used membership) on a paypal sandbox store this includes setting up all the s2membership registration pages etc – then put a simple redirect in the .htaccess on any of these pages. Now to purchase membership you must go to the store (woo commerce) and purchase a subscription via woo – s2member has now has nothing to do with membership registration / payment systems.

    And of course I have “force account creation” turned on at the store – you cannot make a purchase without signup at a minimum free site membership.
    by disengaging the buddy, bbp, Wp, and all other means of registering (by redirect) but only leaving the woo commerce customer account registration available – The pop up registration form I use for free members is just a woocommerce customer account registration form (with no products attached) with a fallback to the s2membership cut down reg form (in case ajax / jquery etc not working on client side)

    And now all purchases, subscriptions, shop account, courses etc are now available from the buddy press profile page also via a “woo to buddypress” plugin (or in my case built into the theme)

    May sound complicated but as mentioned I would really suggest starting with payment solutions and nut out this part of the project first as this will most likely force development direction,

    one of my project goals was a solution that can cater for anything…. so,

    Regarding variable deposit / costs amounts based on user input – if using similar approach as I did – you would just setup woo commerce discount codes per variable outcome / result and would just reveal the correct coupon code to the user on the checkout page. they just cut and paste this code into the discount field and click apply.

    or setup up multi products – one product per price base. – have the user input their details first and the result would be – apply a groups cap / role then only offer the courses products in the store with the associated price base based on user caps / role –

    woo discount coupons can be setup on multiple bases – eg, deposit amount / on going subscription amount or total amount or per product or per cart total etc.

    for me was plenty of research into this including concept builds of other community platforms and as above is only a bit of a sample of features used relating to the OP.
    I was under very strict key point goals and achievements requiring very specific outcomes many of these affected development direction how / why I implemented the above.

    There may be better simpler ways to suit your specific project, but thought it might be worth a mention for some direction. or at least insight into some of the plugins I use / ideas and concepts.

    my usual disclaimer – if there is something in there for you, that’s great! if not that’s fine too!

    enjoy!

    #246697
    mnctigah
    Participant

    Correction to one of the above cited thread links…
    https://buddypress.org/support/topic/bad-link-to-profile-edit/

    #246694
    mnctigah
    Participant

    Thanks for the response…

    The short answer is no.

    I am making use of NextGEN 2.0.79 on the production site (pre WP and BP upgrades). But on the development box, all plugins have been disabled for troubleshooting purposes. I was made aware of a couple of issues in your reference link at https://buddypress.org/support/topic/user-cant-edit-profile-page/ and also at https://buddypress.org/support/topic/user-cant-edit-profile-page/. So I’ve tried to remedy before actually posting.

    That plugin leaves a lot to be desired though. I’ve had problems with simply upgrading it on the production site. I have also visited their support forums with regards to BuddyPress compatability issues… But as stated above, not active.

    #246690
    r-a-y
    Keymaster

    I’ve filed a bug report with a fix here:
    https://buddypress.trac.wordpress.org/attachment/ticket/6730/6730.01.patch

    Until v2.4.1 is released, manually apply the changes to /bp-core/bp-core-caps.php.

    Thanks for uncovering the bug!

    #246687
    ckchaudhary
    Participant
    #246684
    ckchaudhary
    Participant

    Just a wild guess… I’ve had this issue once and the plugin ‘nextgen gallery’ turned out to be the cause. If you too have nextgen gallery active, try deactivating it. More info at https://buddypress.org/support/topic/user-cant-edit-profile-page/.

    #246672
    r-a-y
    Keymaster

    Thanks for the bug report, @wvmohzoibar.

    Before I file a ticket about this, can you tell us how you triggered this bug?

    We do some checks to ensure that the profile group ID is not blank before proceeding, so it would be nice to find out how you are encountering this error:
    https://buddypress.trac.wordpress.org/browser/tags/2.4.0/src/bp-xprofile/bp-xprofile-functions.php?marks=241-244,258#L224

    I was changing some settings in another plugin

    What plugin were you using that caused this bug?

    #246671
    @mercime
    Participant

    @functionmunchkin there is no shortcode for the registration form. Deactivate all plugins except BuddyPress and change to the Twenty Fifteen/Fourteen theme to check if you have theme/plugin conflict. As to membership option, visitors who register and activate their account become regular members of the site, so it would be more helpful if you are more specific about what kind of option you are looking for.

    #246670
    scoobs2000
    Participant

    quick mention – I have the same problem – upgraded to buddypress Version 2.4.0 about 15min ago and now visibility settings when set to Enforce field visibility by admin is ignored on the front end.

    before upgrade all base fields where set to “all members” and set to “Enforce field visibility” with no issues

    after upgrade – no changes and been made to above settings, and are still applied – but members can change.

    WordPress 4.3.1 running Kleo Child theme.

    Cheers,

    #246658
    louie171
    Participant

    thanks ray I’ve detailed a code example of how I did this on my blog

    #246648
    djsteveb
    Participant

    @ahmed-dogan – if you find this somewhere, I’d love to get some details on doing the same thing.

    If you find someone that can code it I may be willing to split to cost or something..

    Are you looking at hooking into the buddypress membership levels or using a separate membership thing like s2 member or something else?

    #246643
    Mathieu Viet
    Moderator

    FYI there’s a codex page you can read in case of problem. By default, the Cover Images feature is adding an inline style to bp-legacy-css, you can see it in the head tag of your pages:

    inline style

    I’ve just tested with a child theme, your problem should only happen if you are overriding buddypress.css within your child theme. In this case you’ll need some extra work as explained here:

    BuddyPress Cover Images

    #246639
    Henry Wright
    Moderator

    @functionmunchkin

    Thanks for the feedback. I’m assuming this is feedback regarding the BuddyPress forum, rather than the BuddyPress software. In your own forum, you can change the location of the new topic form by modifying your theme. See the Theme Compatibility article for more info. Any questions you may have feel free to ask on their support forum:

    https://bbpress.org/forums/

    #246638
    Venutius
    Moderator

    Thats weird,I tested this on a fresh test site with just BuddyPress loaded. I’ll test it again

    #246635
    Stacy (non coder)
    Participant

    No “membership” anywhere, not on my site admin, not in no settings (no “general”).

    Register and Activation Pages

    I’m using wp 4.3.1 and twenty fifteen theme.

    #246630
    r-a-y
    Keymaster

    @freakyy85 – I’ve contacted the author of BuddyPress Activity Privacy with a fix.

    In the meantime, to fix this manually, make the following change:
    https://github.com/messaoudi-mounir/buddypress-activity-privacy/pull/4/files

    #246629

    In reply to: profile not found

    r-a-y
    Keymaster

    @thood32 – I’ve merged the two forum threads you created that were identical to each other.

    Can you try deactivating all plugins on your WAMP install except for BuddyPress and see if the BuddyPress member pages work as expected?

    #246620
    Paul Wong-Gibbs
    Keymaster

    Hi @josephz94

    Users can upload profile pictures (in theory) however I was not able to upload a picture. I kept getting a http error.

    Do you do anything like upload the media library onto Amazon S3 or some other cloud service?

    -the Favorite button was unresponsive

    It sounds you’ve got several button problems. Do you know how to look at your web browser’s Javascript error console, and see if there is any output? (On page load, and also when you try to click the button)

    BuddyPress Activity Plus

    Have you tested disabling this plugin to see if it had any affect?

    Buddy press is activated on a per site basis in a multi-site, multi-network installation.

    Multi-network is a pretty advanced configuration, so to cover bases, it would be interesting to know what you’ve done to enable multi-network in both WordPress and BuddyPress, please?

    #246615
    polykrom
    Participant

    I don’t find any answer browsing the web…

    Possible to add custom comment type to buddypress ?

    thanks a lot

    François

    #246614

    In reply to: No Profile Tabs

    Mathieu Viet
    Moderator

    @utahman1971

    I’m really sorry to read this thread. I think we’ve done our best to prevent this kind of situation by including some easy ways to deactivate the cover images if the theme you are using haven’t upgraded to support it.

    On september 3Oth, more than a month ago, we’ve posted on our blog to explain to everyone how the Cover Images could impact themes, see https://bpdevel.wordpress.com/2015/09/30/buddypress-2-4-0-will-introduce-cover-images-for-members-groups/

    At the end of this post i’ve insisted on this point :

    If you are a theme designer or the author of a plugin managing Cover images, we recommend that you don’t forget to test that everything works fine for you during the 2.4.0 beta period.

    Then, a month ago, we’ve added a codex page to explain to everyone how to implement cover images for specific themes : https://codex.buddypress.org/themes/buddypress-cover-images/

    Then we published a beta and a release candidate to let people test it, to make sure everything was working fine.

    I understand your frustration, but be sure we’re always trying to do our best. BuddyPress is free, open source and is maintained by volunteers like @r-a-y and me. We’ve been testing as much themes as we could, unfortunately your particular theme wasn’t available for us. I’m convinced the TagDiv team will soon implement the cover images feature into their themes, and if they have any question, i’ll be happy to help them.

    Best wishes.

    #246612

    In reply to: profile not found

    thood32
    Participant

    hello,
    I am running newstest versions of wordpress and buddy press and tried 2015 and 2013 themes but cant get profile tabs to work. the site in running locally in WAMP. With new BP install permalink structure is set to post name. Buddypress was installed through wordpress plugins and not ftp. Pages in buddy press setting are associated with correct pages but buddy press does not populate on member, groups, activity pages. im sure its a simple fix but im a newbie

    #246611

    In reply to: No Profile Tabs

    Michael Bryner
    Participant

    So basically your not going to do a thing about it? Okay, I will just remove BuddyPress, and thanks for the support I wouldn’t expect. I doubt Tagdiv is going to do a thing about it. Since, I get told that I have to go to theme author to get the styling done for BuddyPress too. I might as well give up on the whole BuddyPress thing. As soon as I am done with this reply, I am removing BuddyPress.

    #246600
    r-a-y
    Keymaster

    I tested the Graphene theme that is listed on wordpress.org:

    Graphene

    And it works for me:
    Screenshot of Graphene on BuddyPress 2.4.0

    What is the exact problem?

Viewing 25 results - 16,476 through 16,500 (of 73,981 total)
Skip to toolbar