Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 63,976 through 64,000 (of 69,042 total)
  • Author
    Search Results
  • #48601
    boonika
    Participant

    THANKS A LOT to Burt Adsit. It was a problem inside wp-config.php.

    before:

    define(‘ADMIN_COOKIE_PATH’, ‘/’);

    define(‘COOKIE_DOMAIN’, ”);

    define(‘COOKIEPATH’, ”);

    define(‘SITECOOKIEPATH’, ”);

    after (see slashes in last two lines):

    define(‘ADMIN_COOKIE_PATH’, ‘/’);

    define(‘COOKIE_DOMAIN’, ”);

    define(‘COOKIEPATH’, ‘/’);

    define(‘SITECOOKIEPATH’, ‘/’);

    Thanks Burt

    #48597
    Burt Adsit
    Participant

    One of the things I noticed about his site is that group forums aren’t turned on. That means that he’s running the default wp-config.php settings for cookies and not the altered settings that bbpress integration creates.

    Hmmm…

    Perhaps the bp setcookie() calls were written just assuming some wp-config.php defines for cookies that aren’t present on his site.

    #48596
    3125432
    Inactive

    Ilya is correct about not having the ability to delegate.admin powers to a moderator. This is a very crucial issue. In a large community, people come and go. Their interests and time change. So say someone creates a group. They by default become an administrator. That means they are the only one to have the following powers in a group:

    • Group Settings
      Group Avatar
      Manage Members (i.e. bump them to moderators)
      Delete Group

    So if we play out this scenario, and the administrator has fallen off the radar, the group settings from public to private to hidden cannot be changed except by the Buddypress site admin. The Buddypress site admin can elevate members to moderators but they CANNOT add an adminstrator, as far as I can determine. The Buddypress site admin can delete the group but the only way to “delegate” administrator powers would be to follow this scenario:
    Appoint a moderator willing to take over. Have them create a new group, and then do a mass invite to join that new group via a news post or a friends invite.

    Can a administrator be changed at the db level? Not sure.

    What about asking the group administrator to exercise their option to ‘leave a group?’ I have no idea what that would do to the db and the Buddypress system. I’m hoping Andy or Jeff might chime in here on this odd possible outcome.

    Cheers,
    Brian

    #48595
    Burt Adsit
    Participant

    I just went through all that with him Jeff. We did all the above and he still has the issue. This is the same thing that bp was doing with the multiple signup from the same computer consecutively problem. It doesn’t seem to be clearing the group id cookie.

    This works ok on my windows dev box. This is just not working on his site. I logged in and watched it happen. Second group creation just adopts the first group’s group id and goes on it’s merry way. The cookie wasn’t cleared as it should have been.

    The code says clear it at the beginning of a group creation process and clear it at the end. It’s not obviously. All the cookie paths and domains for the setcookie() calls are all the same.

    #48594
    r-a-y
    Keymaster

    I’m up and running on bbPress 1.0 as well!

    Integration appears to work!

    FYI, I was on bbPress 1.0 alpha 6 with BP 1.0.2.

    Here’s what I did:

    -Thanks to Burt and Sam (over at bbPress) for their instructions

    1) Backup database

    2) Backup bbPress forum plugins and themes

    3) Deactivate all bbPress plugins from the bbPress admin area.

    4) Comment out only the cookie-related lines in wp-config.php (Do not remove your defined KEYS or SALTS)

    5) Manually upgrade bbPress to 1.0 (basically download bbPress 1.0 and overwrite the old bbPress files).

    6) Download bbPress Integration plugin into your WPMU plugins folder (/wp-content/plugins)

    https://wordpress.org/extend/plugins/bbpress-integration/

    7) Log in to WPMU and activate the bbPress Integration plugin.

    8) In WPMU admin area, go to “Settings > bbPress Integration”.

    Enter in your bbPress URL (eg. http://example.com/forums/) and for WordPress type, select “WordPress MU”.

    Hit “Save Changes”.

    9) Copy the now-generated “Manual Cookie Settings” to line 2 of your wp-config.php file.

    Copy the bbPress define line into your bb-config.php file.

    10) Log into your bbPress admin area.

    At this point, a bbPress message should pop up asking you to upgrade the database. Do so.

    Hopefully, bbPress should have upgraded successfully at this point.

    11) Now login into the bbPress admin area, go to “Settings > WordPress Integration”.

    Everything should already be set (if you used TheEasyButton’s tutorial for 1.0 alpha 6 that was the case for me!).

    Hit “Save Changes”.

    12) Reactivate all bbPress plugins.

    13) Clear your browser cookies and attempt to login to WPMU and head to your bbPress forums URL. If you’re logged in to bbPress, mission accomplished!

    14) If you have BuddyPress group forums enabled, login to your BuddyPress Groups (eg. http://example.com/members/YOURUSERNAME/groups/).

    Go into each group’s admin settings area, and uncheck “Enable Discussion Forum” and “Save Changes”. Then re-check “Enable Discussion Forum” again and “Save Changes”.

    This is what worked for me… can’t say it will work in all cases though!

    Step #11 will probably differ for some depending on what they did before.

    Now I got to update my custom bbPress theme for all the new changes made since 1.0 alpha 6!

    #48593
    Jeff Sayre
    Participant

    Since BuddyPress requires WPMU, this is really a WPMU question. Search their forums.

    Here are a few threads to get you started, but do a more thorough search than just relying on the few posts I’ve linked below:

    https://mu.wordpress.org/forums/topic/10028

    https://mu.wordpress.org/forums/topic/13072

    #48592
    boonika
    Participant

    Thanks for Your post. This is what I did so far without any result:

    1. I deactivated (removed) all plugins from mu-plugins folder – same result

    2. I deactivated all plugins via Plugin Commander (‘plugins’ folder) and checked on users blogs if those plugins are deactivated – same result

    3. I changed from my custom member theme to bpmember theme – same result

    4. I downloaded buddypress.1.0.2.zip once again and replaced all BP files from buddypress folder with new ones via FTP – same result

    5. I replaced all themes from bp-themes folder with ones from buddypress.1.0.2.zip file I downloaded – same result

    6. I tried disabling/enabling BuddyPress Group Component – same result

    #48590
    Jeff Sayre
    Participant

    I read your posts in this thread: https://buddypress.org/forums/topic.php?id=2657

    What caught my eye was your statement:

    I have a lot of plugins for MU but I didn’t include any extra BP plugins.

    To trouble shoot, please read my post in that thread just above your first post.

    Deactivating plugins does not mean just “BuddyPress plugins”. Why? Because BP is itself a plugin. What others may call “BuddyPress plugins” are actually WPMU plugins that extend the BuddyPress plugin in some way.

    When we ask people what other plugins they have running and advise them to deactivate all plugins except BP, we mean all WPMU plugins except BP!

    Furthermore as I detail in my linked-to post, to effectively troubleshoot, you need to be running the default BP themes. Basically, you need to remove as many variables as possible.

    #48588
    Jeff Sayre
    Participant
    #48587
    Jeff Sayre
    Participant
    #48586
    Jeff Sayre
    Participant

    I tried very hard to get this to work, and I can not get that code to work, even in the default template or even by creating a blank .php with pasting in the code listed above to upload to the mu-plugins directory.

    First of all you should not be placing the code in mu_plugins. Either place it in your bp-custom.php file, create your own plugin that resides in /wp-content/plugins/, or put the code in your member theme’s functions.php file.

    But, in the BP Profiles section, the users can simply change their login username to anything they want. This will obviously lead to database errors and people changing their usernames to cause conflicts.

    Where do you see the option in BuddyPress to change your login username? The only option you have is to change your display name. This is an entirely different piece of datum.

    Yes, when a user registers for a new account, if they choose to enter the exact same datum in the username field as the “Full Name” field, then that is their choice. But, this data is stored and used in different ways. The datum from the “Full Name” field gets placed in two different tables: it populates the display_name field in the wp_users table and it is recorded in the wp_bp_xprofile_data table corresponding to the meta field entitled “Full Name” in the wp_bp_xprofile_fields table.

    When a user decides to edit their “Full Name” field via BuddyPress, the changes to that piece of datum have no affect on the login username field stored in the user_login field of the wp_user WordPress table.

    So, on the same registration page, you have two questions requesting for what their username is going to be. This is quite ridiculous, and so far their is no way to shut that part off. Does anyone have any ideas?

    This is not correct. These fields serve different purposes as detailed above. One field is the user_login, the other is the user’s display name.

    Burt Adsit
    Participant

    Actually jjj is looking at the css for me.

    #48581
    Jeff Sayre
    Participant

    The custom field values are found in wp_bp_xprofile_fields table whereas the actual datum for each field is found in wp_bp_xprofile_data table.

    As far as how to output the data, this should give you some ideas: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-profile-data-loop-bp_has_profile/

    3125432
    Inactive

    Any CSS champs out there who can help with bpc 1.0 look and feel? I emailed Burt and hit indicated that CSS was not his best hand.

    The issue: using the bphome theme, bpc 1.0, and nicola greco’s widget plugins. The home page of Buddypress has bullet points that are square and perfectly aligned below the point down arrow of a widget bar for say, a page that is added. (I use it for FAQ’s so I have 4 separate pages and therefore 4 bullet points.)

    With bpc 1.0, and really not sure if Nicola’s widget plugin has anything to do with this, I have added member and group categories as widgets to the left and center columns of the home page. The result is that both of the widgets list the categories as bullet items but the bullets are round and left aligned beyond the down arrow of the widget bar.

    Would love to “enhance” Burt’s bpc css to make the bullets square and align like the rest of the widget listings.

    Thanks for your thoughts.

    Brian

    3125432
    Inactive

    Got to the site admin profile page. Under ME, click on ‘Contents.’ To the right, you’ll see ‘MY CONTENTS’ and in that column, click on ‘Site Admin.’

    To the right, you’ll see a selection of items to categorize. Click on ‘Groups’ and start adding a group category and hit add.

    Kunal17
    Participant

    Im probably missing something obvious, but how does the site admin set the categories for groups after the plugin has been activated successfully?

    Slava Abakumov
    Moderator

    Burt – you can kill me. Now it’s ok. I copied – not the /bpcontents/bpcontents but its content. Double bpcontents is rather confusing…

    Your plugin is great!!! Well done!

    Burt Adsit
    Participant

    slaffik did you move the bpcontents theme templates to your active theme directory? Gotta move /bpcontents/bpcontents to /wp-content/bp-themes/<your theme>/bpcontents

    Slava Abakumov
    Moderator

    Getting Access denied page – not the plugin page

    #48572
    boonika
    Participant

    OK. Here’s what happened:

    I created a group called ‘Extraordinary Video Work’. I also invited friends… we had some Wire activities… and so on.

    Than I clicked My Account/Groups/Create a Group to create a new, ‘Fonts’ group. Did everything as I did for the first group. I clicked Groups from the main menu and realized that the previous group was transformed into this new group. List of members and Wire posts were the same but name of the group (‘Extraordinary Video Work’ was changed to ‘Fonts’) and description were changed. I tried several times. If You want I can create a profile for you so you ca try it yourself. Just give me your email. Mine is pinkforrest[at]gmail[dot]com.

    #48571
    Burt Adsit
    Participant

    What do you mean by ‘overwriting the one I created before’. Exactly what happens? I just tested creating 2 groups one right after the other. Everything works fine. The one issue I noticed is that the group avatar thumbnail doesn’t reflect the gravatar group avatar if I don’t upload an avatar image. I’m using the default themes and bp trunk though. bp 1.0.2 is pretty close to that.

    #48570
    peterverkooijen
    Participant

    Apparently lack of consistency/synchronization between members data in WPMU and members data in Buddypress x-profile causes other problems as well.

    Please look into this! I was going to rely on WPMU/Buddypress for member management in my project, but am not so sure anymore.

    #48568
    Dworldon
    Participant

    Hi all

    Developing a communty around bucks/bachelor/stag parties.

    I’m new to WPMU/Buddypress and am learning it all as I go – BIG thanks to everyone that’s helped me out with my problems!!

    http://bucksboardroom.com

    #48567

    In reply to: Error creating groups

    boonika
    Participant

    I started a new topic here.

    alunsina
    Participant

    in case he goes online, i would want it also to be able to bind if an existing account exists. :)

Viewing 25 results - 63,976 through 64,000 (of 69,042 total)
Skip to toolbar