Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 24,726 through 24,750 (of 69,106 total)
  • Author
    Search Results
  • #149117
    lunchgirl
    Participant

    Earlier I put the site on staging platform and deactivated all the plugins and tried registering and it worked. Then, when I activated BuddyPress, registration stopped working. It has nothing to do with WPMU or social login at all. Aside from that, BuddyPress worked until the update. And apparently even though I uninstalled 1.62 something was left that is still causing an issue.

    I’ll be on after Shabbat. Thanks for your help.

    Nofyah

    #149116
    danbpfr
    Participant

    🙂 supposition is not reality.

    #149115
    lunchgirl
    Participant

    I’m on WP Engine. They’re supposed to be WP experts.

    #149113
    danbpfr
    Participant

    Hi @lunchgirl,

    it seems you are on a hosted WP service. Did you install your site with any integrated WP installer ?

    If yes, i would recommend you to not use this service and install your WP via FTP. SO you’re sure to have a complete and latest WP. You currently on 3.4.2…

    Your BP regisrer page leads to a free cooking book. That’s well, but /register/ is a path, not a book ! 😉
    Also, have you set a page from within BP settings ?

    Read the codex to learn how to install correctly WP+BP before using a special template as “marketplace”. Don’t know if this one is ready to use with BP anyway.

    #149109
    iyke20024
    Participant

    Nice tutorial!. Nice tips to use. Spamming is bad for business and buddypress is not doing anything to stop it. I own a buddypress site and followed this tips here

    This work like a charm. No spam registration

    #149106

    In reply to: Inconsistencies

    Paul Wong-Gibbs
    Keymaster

    Members only appear in BuddyPress content when they’ve logged in to the site (at least once!).

    #149099
    jidanni
    Participant

    OK made https://buddypress.trac.wordpress.org/ticket/4738
    but you had better add some test cases to the report,
    as I don’t even know the Buddypress version they run on that 18+ site.

    I suppose there is no way for a person browsing the site
    to detect the version either…
    which is a bug in it self, unless “on purpose for security.”

    #149097
    seppy
    Participant

    Hi @sbla

    On the groups pages (where the styling isn’t correct) it seems to still have in the ‘home’ class in your body tags (which has the transparent background)
    `body class=”single-item groups group-home home custom-background”
    `

    So it’s calling this CSS which you don’t want!
    `
    .home #wrapper {
    background-color: transparent;
    border: none;
    margin: 20px auto 20px auto;
    padding: 0;
    }
    `

    Where as the page that it is correctly styling hasn’t got “home” in the body classes.

    `body class=”directory activity custom-background”`

    How are you currently adding the ‘home’ class to body?

    `function add_home_class($classes) {
    if (is_front_page()) {
    $classes[] = “home”
    }
    return $classes;
    }
    add_filter(‘body_class’, ‘add_home_class’);`

    #149094
    seppy
    Participant

    @mercime

    Sorry, have one more question! Stuck on a similar issue again, the groups_remove_member worked a treat :), but I also need to hook a function for when a person clicks “leave group” on their own accord.

    `add_action( ‘groups_leave_group‘, ‘function_here’ );`

    I tried ‘groups_leave_group’ but this doesn’t seem to work (unless I’m doing something stupid).

    Also I was wondering if you could clear up what the “screen” means in the actions like groups_screen_group_forum
    groups_screen_group_members
    groups_screen_group_invite
    groups_screen_group_leave

    Really appreciate your help so far!

    #149093
    @mercime
    Participant

    @masonjames Thanks for sharing. Curious. What version of BP and WP are you using?
    Using BP Default theme in one multisite and a child theme of BP default in another, I go to Blogs Directory page example.com/blogs/ and click on the “Create a Site” button which goes to example.com/blogs/create/ since my default slug for the Blogs page is blogs. From wp-admin, creating a new site goes to example.com/wp-admin/network/site-new.php

    #149089

    Can you create a ticket over at http://buddypress.trac.wordpress.org? I can confirm this isn’t working as intended in some cases.

    #149085

    Yeah; pretty sad loss. Maybe @modemlooper himself can chime in?

    #149081
    masonjames
    Participant

    Note: I ran into this today and the link in the dashboard to create a new site from ‘My Sites’ is incorrect (that’s old news).

    Your “create site” link will be whatever slug you have for “site activity” in BuddyPress settings + the word “create”

    So if you used the default page it’ll look like this:
    http://domain.com/site-activity/create

    Hope this helps others who come along. Thanks!

    #149080

    In reply to: Inconsistencies

    Gabriel Liwerant
    Participant

    @Hugo

    I have already been overloading the default template, which I thought was the basis of creating a child theme. Of course, overloaded files with edited markup will be problematic to update if the default theme is updated, so this probably means that the overloaded theme will lag behind in updates forever, which nullifies one of the primary benefits to using an existing theme.

    I understand about keeping compatibility for existing themes. Might be nice to have new themes added then, the way wordpress has twentyten, twentyeleven, twentytwelve… Old themes remain to provide compatibility, but new ones allow new installs to take advantage of fixes and recent developments. But now I’m getting greedy I suspect!

    While I’ve got you, I noticed on the site I’ve been working on, which is very new, there are signups present in the database and marked active with an activation date, but do not show up with the members widget. It shows the member when I sign up myself and activated the account. I’m using WPMU and Buddypress.

    My question is, what is different in the model between my own activated account and the activated accounts I’m not seeing? I suspect some of these accounts may be spam, but if they are marked as active in database table wp-signups, why would they not be present as a member? Are there two separate places to register, and if so, what are they? If there is a separate database field that marks members for buddypress, where is it? I am only aware of the registration section for buddypress. Site is http://itsyourphilly.com.

    Thank you for your continued support.

    #149079
    seppy
    Participant

    Hi @mercime ,

    What I am doing is when a User gets accepted into a group I’m automatically assigning them a set of permissions as well through an attached function.
    add_action( 'groups_membership_accepted', 'my_function' );

    But when someone is being removed from a group (through Group > Admin > Members) I can’t seem to find the action for that.
    add_action( 'groups_membership_removed?', 'my_other_function' );

    ace200
    Participant

    @karmatosed, Thanks for getting back to me but where exactly do I go to edit or make these changes?

    Here’s a screenshot of what the header image looks like on an iPhone https://docs.google.com/file/d/0BziMA9DwZ-T-MVNVOENoRF90SDA/edit

    Thanks in advance.

    #149073
    Eric Langley
    Participant

    Thanks @chouf1 I downloaded and will test. The web page it is up to date for WP 3.3 and BP 1.5

    #149071
    valuser
    Participant

    WP 3.5 BP 1.6.2 Testing this plugin on local installs. first a single site with bp default theme. Flags show up correctly everywhere, backend settings show up —– but clicking on flags does nothing on my set-up.

    Hopefully the developer will come back to this or a bp angel will adopt it. Surely a vital component of any social network/forum ???

    #149067
    Buppha
    Participant

    Thanks for your help @mercime! I will try to create the sidebars from your instructions now. I will report it back how’s going with it.

    #149065

    In reply to: Duplicate Roles

    jppoveda
    Participant

    John James Jacoby,

    Thanks for the quick reply and for the explanation.

    I’m new to this, so I’m a bit confused. Should I remove all the bbpress roles:

    • Keymaster
    • Spectator
    • Blocked
    • Keymaster
    • Moderator
    • Member
    • Inactive
    • Blocked

    and then let buddypress / bbpress recreate them?

    Do I just drop that function call (remove_role), with the appropriate roles, into a WP php file and load it up once?

    Thanks again for the help and the awesome plugin!

    – jp

    #149063

    In reply to: Duplicate Roles

    Hi JP,

    You’re right, that it’s all a bit confusing right now. It sounds like some part of the update script didn’t run, as it would normally remove the duplicate roles.

    Having multiple roles is a bbPress specific feature, that BuddyPress will likely adopt to some small extent in 2013. The basic goal is to *not* have 1 dropdown with a bunch of roles in it, restricting users to having 1 set of capabilities. Since no site is the same, and no user will always have all/some/none caps, being able to have multiple roles is pretty critical.

    In BuddyPress, it’s less-so, because we assume all users can do all things in BuddyPress, and have purpose built restrictions in place for super administrators.

    You should be able to safely remove the duplicate and bbPress roles with some calls to remove_role(). bbPress 2.x adds its roles dynamically at run-time, and only on the site it’s activated on. Visiting the Users list in wp-admin for that site should show you the columns you describe.

    #149060
    danbpfr
    Participant
    #149056
    Tammie Lister
    Moderator

    If you want linking into BuddyPress you have several options ranging from the PollDaddy (not so much integration out of the box) through to BuddyPress links and other plugins. It all depends on ‘what’ you want the voting / polling to be linked to and how you want it to work really.

    #149055
    danbpfr
    Participant

    hi @brianws,

    not a official plugin but BuddyPress Polls exist here:

    New Plugin – BuddyPress Polls

    #149054
    danbpfr
    Participant

    Hi @hindicell

    first of all create a child theme for Frisco.

    And use conditionnal tags to show/hide template parts intended for logged in or out users.

    Something like

    <code> if ( is_user_logged_in()  ) :

    the stuff to show to logged in users

    endif;</code>

    and/or

    <code> if ( ! is_user_logged_in()  ) :

    the stuff to show to logged  out users

    endif;</code>

    But before going on a overcomplicated work, you would prefer a private BP site ? If so read here:

    https://buddypress.org/support/topic/how-do-i-make-buddypress-1-6-a-private-community/

     

     

     

Viewing 25 results - 24,726 through 24,750 (of 69,106 total)
Skip to toolbar