Search Results for 'buddypress'
-
AuthorSearch Results
-
July 5, 2009 at 9:04 pm #48601
In reply to: BuddyPress – 'Create Group' PROBLEM
boonika
ParticipantTHANKS 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
July 5, 2009 at 8:15 pm #48597In reply to: BuddyPress – 'Create Group' PROBLEM
Burt Adsit
ParticipantOne 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.
July 5, 2009 at 8:10 pm #48596In reply to: Questions about groups.
3125432
InactiveIlya 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,
BrianJuly 5, 2009 at 8:09 pm #48595In reply to: BuddyPress – 'Create Group' PROBLEM
Burt Adsit
ParticipantI 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.
July 5, 2009 at 8:02 pm #48594In reply to: bbpress 1.0 integrates well now
r-a-y
KeymasterI’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.
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!
July 5, 2009 at 7:22 pm #48593In reply to: BuddyPress and Shared Hosting
Jeff Sayre
ParticipantSince 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:
July 5, 2009 at 7:22 pm #48592In reply to: BuddyPress – 'Create Group' PROBLEM
boonika
ParticipantThanks 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
July 5, 2009 at 7:06 pm #48590In reply to: BuddyPress – 'Create Group' PROBLEM
Jeff Sayre
ParticipantI 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.
July 5, 2009 at 6:57 pm #48588In reply to: wrong time in site activity
Jeff Sayre
ParticipantRead these two threads:
July 5, 2009 at 6:48 pm #48587In reply to: pull profile data into a blog
Jeff Sayre
ParticipantJuly 5, 2009 at 6:33 pm #48586In reply to: Disable name change in Profile?
Jeff Sayre
ParticipantI 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.
July 5, 2009 at 6:09 pm #48584Burt Adsit
ParticipantActually jjj is looking at the css for me.
July 5, 2009 at 5:55 pm #48581In reply to: How do I find custom profile field database entries?
Jeff Sayre
ParticipantThe 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/
July 5, 2009 at 5:23 pm #485803125432
InactiveAny 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
July 5, 2009 at 5:13 pm #485793125432
InactiveGot 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.
July 5, 2009 at 4:50 pm #48578Kunal17
ParticipantIm probably missing something obvious, but how does the site admin set the categories for groups after the plugin has been activated successfully?
July 5, 2009 at 4:46 pm #48577Slava Abakumov
ModeratorBurt – 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!
July 5, 2009 at 4:26 pm #48576Burt Adsit
Participantslaffik did you move the bpcontents theme templates to your active theme directory? Gotta move /bpcontents/bpcontents to /wp-content/bp-themes/<your theme>/bpcontents
July 5, 2009 at 4:16 pm #48574Slava Abakumov
ModeratorGetting Access denied page – not the plugin page
July 5, 2009 at 3:48 pm #48572In reply to: BuddyPress – 'Create Group' PROBLEM
boonika
ParticipantOK. 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.
July 5, 2009 at 2:52 pm #48571In reply to: BuddyPress – 'Create Group' PROBLEM
Burt Adsit
ParticipantWhat 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.
July 5, 2009 at 2:49 pm #48570In reply to: How to use full name, first name + last name
peterverkooijen
ParticipantApparently 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.
July 5, 2009 at 12:26 pm #48568In reply to: BuddyPress Showoff: Post your links
Dworldon
ParticipantHi 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!!
July 5, 2009 at 12:19 pm #48567In reply to: Error creating groups
July 5, 2009 at 10:22 am #48565alunsina
Participantin case he goes online, i would want it also to be able to bind if an existing account exists.
- Group Settings
-
AuthorSearch Results