Search Results for 'buddypress'
-
AuthorSearch Results
-
May 8, 2009 at 4:57 am #44764
In reply to: Editing Extended Profiles in Admin Panel
John James Jacoby
KeymasterRight now only individuals can edit their own profiles. Admin’s cannot edit others’ information through BuddyPress.
May 8, 2009 at 4:41 am #44763In reply to: 404 /blog /members etc… RC2 WPMU 2.7.1
wildchild
Participant@Jeff Sayre: Whenever I start migrating normal production data from the existing RC1 blog to v1.0…
I am unable to migrate existing data towards the v1.0 standard and I’m seemingly not the only one with those problems. I’m very sure it is database related ; errors or I don’t know why … It’s currently blocking my further buddypress development since it just doesn’t work…
As soon as I import the database the members, groups and other slugs towards Buddypress social functions stop working. Please read the previous messages I’ve written for a detailed outline about which I did with the database…
May 8, 2009 at 3:55 am #44757In reply to: Making profiles public?
John James Jacoby
KeymasterKitwit, I think you’re a little confused… It’s working exactly like it should.
The directory pages are the pages that show the A-Z options on the top. The profiles are just profiles. They reside in members/username, but viewing a profile isn’t the same as viewing a directory of many users.
When you turn on Extended Profiles, it will totally ignore any of the admin area WordPress profile fields, and wait for you to create your own profile groups and fields. Extended Profile information can then be edited through BuddyPress on the front end of your profile area, exactly like you can do here.
When you turn off Extended Profiles, BuddyPress will fall back on the WordPressMU user information found in the admin area (if you have the BuddyPress setting turned on for it to do so.)
May 8, 2009 at 3:48 am #44756In reply to: Forum Integration: HELPING HINTS
John James Jacoby
KeymasterDantes, if you view the forum via the groups page, then yes it will show up integrated into the BuddyPress group area. Otherwise, bbPress is its own application with its own plugins and theme files. You would need to create a theme to mimic the style of the rest of your website.
May 8, 2009 at 3:26 am #44748In reply to: Making profiles public?
KitWit
ParticipantActually, I haven’t figured it out. If I want to add fields to the profile so that the person’s information (Address, City, State, ZIP, etc) isn’t displayed as a jumble of sentences, then how can I add those fields if I disable the extended profile option? Why would BuddyPress actually carry a feature that is attractive and then for any usable information to display, one would have to deactivate it? Am I missing something here?
So tell me … how do I add custom fields to the profile AND have them display on each member’s visible public profile?
May 8, 2009 at 3:06 am #44747In reply to: Making profiles public?
KitWit
ParticipantOops! I just figured it out. Thanks! (Although it’s kind of counter-intuitive, isn’t it? Shouldn’t the full profile show in BuddyPress rather than the other way around?)
May 8, 2009 at 1:27 am #44741In reply to: Facebook Connect user profile could NOT be deleted.
Ralev
ParticipantSOLVED:
actually this helped :
https://buddypress.org/forums/topic.php?id=2602&replies=2#post-14193
so..
there are 2 ways to delete users in the WP-AMIN :
one is for the hole BP and one is for the particular blog…
you should go in wp-admin > admin > users
not like me – wp-admin > users > authors & users
May 8, 2009 at 12:23 am #44737In reply to: BuddyPress Showoff: Post your links
Tutsie
ParticipantIm still working on it but I thought it looked ready to share with everyone
Im having some problems with internet explorer not displaying some of my new menu navigation items links…
Thanks for all of your help BuddyPress!!!!!
May 8, 2009 at 12:14 am #44736In reply to: How to enable Edit profile and Change Avatar???
takuya
Participantbp-xprofile is the one. But I’ve never seen such a case that it doesn’t show up on the options page. Maybe you need to reinstall buddypress.
May 8, 2009 at 12:10 am #44735In reply to: Making profiles public?
takuya
ParticipantSince you are using the wpmu’s default profile system not the buddypress one, you need to disable extended profiles from buddypress component setup options.
May 7, 2009 at 10:45 pm #44729In reply to: No Group Forums
John James Jacoby
KeymasterThe Forums link appears regardless of the forum physically existing or not. Once the BuddyPress forums plugin is turned on, it turns on all of the links also.
Regarding the steps you’ve taken, they’re all correct, so don’t second guess yourself there.
My guess is this is a PHP Memory error. Your host probably has you defaulted to 8MB, and you’re going to need much more than that allocated to run WPMU and XMLRPC.
In your .htaccess files (both WPMU and bbPress) put
php_value memory_limit 32MYou can also alternatively make a php.ini file, put that in your root directory, and inside it put
memory_limit = 32MIf it still doesn’t work, report back.
May 7, 2009 at 9:08 pm #44726In reply to: BP in Education…
jugoretz
ParticipantWe’re using WPMU and BuddyPress (just starting with BuddyPress, haven’t really publicized it yet while we work out the kinks) for eportfolios at Macaulay Honors College of the City University of New York.
http://macaulay.cuny.edu/eportfolios
and
http://macaulay.cuny.edu/eportfolios/social .
Very exciting possibilities…
May 7, 2009 at 6:26 pm #44722In reply to: bbPress BuddyPess One Database?
Ben L.
ParticipantYou can have WPMU, bbPress, BuddyPress, and for that matter, phpBB all in the same database.
May 7, 2009 at 5:50 pm #44721In reply to: Questions about groups.
enlightenmental1
Participantfeature requests thread => https://buddypress.org/forums/forum.php?id=5
post requests there
May 7, 2009 at 5:45 pm #44720In reply to: Design Goals for BuddyPress
David Lewis
ParticipantYes… I’ve posted this elsewhere (so please excuse me if I sound like a broken record) but it would be great if groups could share different kinds of content… photos (coming this fall?) videos, files and wiki’s (aka group-editable page/post).
Maybe once we are able to share blog posts in groups (as Andy mentions above)… wiki functionality could be wedged into groups simply by installing WordPress Wiki. Create a blog post, make it wiki-enabled and then share it with the group? Just a thought. Not sure if that would work or not.
May 7, 2009 at 4:24 pm #44715In reply to: Questions about groups.
enlightenmental1
Participant1.) adding someone as a moderator is the same as admin pretty much
3.) BP is not currently setup to do this, one way to accomplish this though, instead of doing <?PHP if is admin?> to create groups, do <?PHP if user is level X ?> then you can manually select users and make them authors or contributors… then they would have the power to create groups. this would also give them power to create blog posts on the main blog, so you may not want them to have that power.
hopefully in the future, BP will have more control over giving users authority levels and what not…
4.) bp is not setup to do this either yet. you would need to modify the core to allow that content to be displayed to non-members
everything you want IS possible, but would require some modifications to the core of buddypress. and this is not suggested
May 7, 2009 at 3:02 pm #44712Jeff Sayre
ParticipantIlya-
I understand!

It is actually an issue with the way WordPress, or more precisely, Automattic has created the registration script. The script allows for spaces but then it can cause login problems.
Unfortunately, that issue needs to be addressed at a different level than BuddyPress. Since all of the moderators donate our time on these boards (i.e. we do not work for Automattic), we have no control over this issue.
As I said, I had the exact same issue and the only solution I had was to create a new username.
May 7, 2009 at 2:05 pm #44709ilya-skorik
Participant> This is not a BuddyPress issue.
Usual excuse of all programmers. It not the software problem, is a problem of the software user

Do not take offence, it is humour. But the realistic humour.
May 7, 2009 at 1:55 pm #44707In reply to: Job board script/plugin
enlightenmental1
ParticipantI would consider using AWPCP “another wordpress classifieds plugin”
google it, it could easily be used for your purpose
and It works well on wpmu with buddypress
May 7, 2009 at 1:54 pm #44706Jeff Sayre
ParticipantIlya-
Read this thread for the answer: https://buddypress.org/forums/topic.php?id=2510
May 7, 2009 at 1:48 pm #44704In reply to: Page not found
Jeff Sayre
ParticipantKunal17-
I am running BuddyPress 1.0, WP 2.7.
Are you running WP 2.7, as in single-user WordPress?
If so, that is your issue. BuddyPress only runs on WPMU (multi-user version). Also, you need to be running WPMU 2.7.1 and not 2.7.
May 7, 2009 at 1:45 pm #44703Sven Lehnert
ParticipantI have just updated the seo for buddypress plugin to version 0.02 for integration with the bp-events plugin. So its possible to enter title, description and keywords for the following pages.
my events in profile
events home
events wire
events forum
events members
May 7, 2009 at 1:13 pm #44698In reply to: Buddypress theme for bbPress ?
ilya-skorik
ParticipantI am understand all this. But the answer will be short – is not present? It is a pity that I cannot make a forum similar to a forum of this site.
I now try to understand, can I do migration from phpbb3 community on buddypress engine. While the answer one – I can not.
But the project very interesting. It is more than possibilities on moderation and to improve integration with popular forums…
May 7, 2009 at 1:09 pm #44697In reply to: BuddyPress Skeleton Component v1.2 RC-2
belogical
Participantyeah, I am on v1.2 of the component, i was just showing you what I thought was left out when we went to v1.2 from v1.1.
andy, you dirty dog. so it looks like the icon for a new component is no longer supported by the skeleton component v1.2?
hmmm, so how in the devil do I get this to work properly? it looks really odd on my site when all of the main components have an icon on the member theme, and mine doesn\’t.
I made all the changes you suggested, here is the copy of my code. Let me know if I made any mistakes.
http://pastebin.com/m57a2fc51 (v1.2 of my component file, bp-mystuff-cssjs.php)
http://pastebin.com/m69816adc (in my v1.2 file, bp-mystuff.php)
my plugin is now loaded into wp-content/plugins/bp-mystuff
i’m still not able to get an icon to show up.
May 7, 2009 at 1:07 pm #44696In reply to: Page not found
Will White
ParticipantYou might try skimming through https://buddypress.org/forums/topic.php?id=2511
I’ve been battling the same problem – except mine extends to several of the pages like “The Wire” “Activity” and a few other places.
-
AuthorSearch Results