Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 18,376 through 18,400 (of 69,109 total)
  • Author
    Search Results
  • #174351
    sethshoultes
    Participant

    The integration we had developed for us was a few years ago. There was a lot more to it than just “I’ll attend” and “Maybe” buttons. We had it developed to show the events a member was attending in the activity stream, as well as a few other features that integrated with BP. We have a developer on our team now that is fairly familiar with BP and will hopefully have more time to work on an integration sometime next year.

    Good luck with your current project. Hopefully we can have an integrated BP solution sooner, rather than later 🙂

    #174350
    modemlooper
    Moderator

    You would need the coding knowledge of php, html and css.

    #174348
    hughshields
    Participant

    Hi Martin,
    I am interested to know if this is a custom registration page that you built or is it an available plugin. Registration has been a big issue for me. I am using WPUF Pro with their Buddypress Integration Add On to create a custom registration page but am having issues with user meta compatibility at the moment and therefore am looking for a better solution.
    The issue for me with my solution is that the user fields map to Buddypress but do not save correctly due to user meta incompatibility. Still working on this and trying to solve.
    Please let me know if you have found a good solution. Registration form in buddypress is a big problem and needs a multi-tabbed solution in my opinion.

    #174347
    David_1
    Participant

    I just learned that Gravity Forms is not free, but a Premium plugin.

    This brings me back to my original question, is there a way that I can install BP, (BuddyPress) on a minimal scale taking advantage of the Membership functionality while having an individual page for each member so that each Member can upload their own content such as their images and text?

    I still need to find a way to create the Tabbed set up for the individual Member pages (which is what the client really is after) later.

    The immediate I need to ascertain is can I install BP on a minimal scale taking advantage of the Membership functionality only, while keeping my twentyeleven child theme in tact.

    Many thanks for your input, suggestions and / or links to tutorials BP Community.

    #174345
    aces
    Participant

    @tse11

    try replacing the ‘wp’ with ‘bp_actions’

    function bp_remove_feeds() {
    	remove_action( 'bp_actions', 'bp_activity_action_sitewide_feed', 3 );
    	remove_action( 'bp_actions', 'bp_activity_action_personal_feed', 3 );
    	remove_action( 'bp_actions', 'bp_activity_action_friends_feed', 3 );
    	remove_action( 'bp_actions', 'bp_activity_action_my_groups_feed', 3 );
    	remove_action( 'bp_actions', 'bp_activity_action_mentions_feed', 3 );
    	remove_action( 'bp_actions', 'bp_activity_action_favorites_feed', 3 );
    	remove_action( 'groups_action_group_feed', 'groups_action_group_feed', 3 );
    }
    add_action('bp_init', 'bp_remove_feeds');
    #174343
    David_1
    Participant

    Hello @modemlooper,

    Thank you for your advise. It is very much appreciated indeed.
    I will take a look at the Gravity Forms.

    I do not know if they, (Gravity Forms) have the tools / capability a tabbed style set up that we need. Perhaps that could be done with ‘User Meta’ or a Gravity Forms add-on plugin. (?)

    Any additional thoughts, or advice would be very appreciated!

    Thank you again @modemlooper

    #174342
    TheDutchGamers
    Participant

    Thx, but cannot get it fixed ;(
    I hope to find somebody that can help us (for a fee)…

    #174339
    Gyan Gaurav
    Participant

    @henrywright-1 sorry henry..replying late. I was stuck with some more bad issues. actually I did try to by activating the default theme. but same happened.. some pages show a page not found error at first and gone away when I refresh it again.

    Thanks for your help

    #174332
    modemlooper
    Moderator

    You could use BuddyPress but something like gravity forms might be better since you would not be using 90% of BuddyPress

    #174328

    In reply to: Multisite

    Ben Hansen
    Participant

    i dont personally know how to make the pages show up on sub sites but i do understand it’s possible with certain modifications. some (all?) of the buddypress widgets can be placed on on sub site sidebars out of the box.

    #174327

    In reply to: Multisite

    montaya
    Participant

    yes, only the primary domain is showing the buddypress pages. I need them to show on the subdomains and not the main domain. what widgets or what do I need to do to achieve this?

    #174326

    In reply to: Multisite

    Ben Hansen
    Participant

    yes that’s correct by default (without modifying things) all of the buddypress settings are applicable only on a network level. most of the front end buddypress features/content are meant to show only on your primary hub site of the network but the activity and other activity on the sub sites will be recorded and listed in the main activity feed for your main site. Some of the features can show up in sub sites as well (mostly in the form of widgets i believe).

    #174325

    In reply to: Multisite

    montaya
    Participant

    Or am I barking up the wrong tree, and is it possible that buddypress does not need to show on the individual domains and subdomains admin areas, as other plugins do?

    #174324
    mattg123
    Participant

    np @samdg but as mentioned higher in the thread, removing the username from the url might be a different story

    #174323

    In reply to: Multisite

    montaya
    Participant

    Been through all the settings in the network admin dashboard-and activated all that is showing. buddypress is network activated but not showing as a plugin to active on the domain and subdomain site dashboard admin areas.
    How do I get buddypress to show in these areas?

    #174322
    Henry
    Member

    As an example, if you wanted to align-right the “active time ago” text you could put this in your theme’s style.css

    .item-meta .activity {
        float: right;
    }

    As I said though, there are many ways to do it depending on your exact needs. text-align: right is an example. Make the parent element position: relative; and then use position: absolute; right: 0; top: 0; is another. The best approach will all come down to what you’re trying to achieve visually overall.

    #174318
    samdg
    Participant

    thanks.. i’ll see if that helps 🙂

    #174316

    In reply to: Multisite

    @mercime
    Participant

    @montaya WP/BP versions? Is WP installed in domain root i.e. example.com and you created a network from there with subdomain structure? Did you activate BuddyPress in Network Admin > Plugins? Did you go to Settings > BuddyPress and set up BP configurations?

    #174314

    In reply to: Multisite

    @mercime
    Participant
    #174313
    Henry
    Member

    You can align the page elements with CSS. Try taking a look at: http://w3schools.com/css/

    To position stuff, there are various approaches you can use. Look specifically at how floats work. Reading about positioning and aligning will be useful too.

    #174305
    samdg
    Participant

    Aha! That did it! Thanks Matt 😀

    #174283
    ignatiusjeroe
    Participant
    #174281
    mattg123
    Participant

    or go to member-header.php and remove it properly since hiding it with css means its visible inside the page source anyway, not very hidden

    #174279
    Zanora
    Participant

    Hi Travis and Hugo,

    I fixed the whole thing, my theme (steam) was not compatible with the buddypress.
    I made all the divs and stuff right on every template file.

    Then the problem was the sidebars were not appearing as I selected them on Appearance >> Widgets.
    Buddypress pages kept on displaying the default wordpress sidebar (archives, latest post, pages etc)

    I went to buddypress templates and they were calling get_sidebar but of no use. Ironically my template “Steam” had no sidebar.php which was called upon by get_sidebar function. So I made a new file named sidebar-buddypress.php.

    Searched my theme functions for the one function which called sidebar (this is the annoying). Found that out after some search, pasted it on the sidebar-buddypres.php with some perquisites.

    And things got working 😀

    Hope this helps you

    Cheers
    Asad

    #174278
    samdg
    Participant

    thanks for the help.. I’m not a developer but I’ll see if I can do this myself 🙂

Viewing 25 results - 18,376 through 18,400 (of 69,109 total)
Skip to toolbar