Search Results for 'buddypress'
-
AuthorSearch Results
-
July 16, 2010 at 10:20 pm #85939
In reply to: “Change avatar” page redirects to home page
r-a-y
Keymaster@kumo99 – This will remove the trailing slash from the change avatar link:
http://pastebin.com/EMMvm2QePlop this in your theme’s functions.php.
July 16, 2010 at 10:09 pm #85938In reply to: New Buddypress Groups design.. Group Hierarchy
Dave Douglas
ParticipantThis is something I have been struggling with for a couple of years now. I am just getting on the W/BP platform having ditched our old solution…
Your concept is perfect for what we are trying to do.
We are a philanthropic social network and we have four basic “types” of groups.
1.) Groups centered around Causes – Global Issues such as Clean Drinking Water, Child Trafficking, Climate Change, etc.
2.) Groups centered around Occupations – Firefighters, Medical Personnel, Airline Personnel, etc. They all come together to help a project or region by volunteering their services.
3.) Groups centered around a Project – Rebuilding a School in Nepal, Providing Shoes for Kids in Nicaragua, Creating a Sewing School in Indonesia, etc.
4.) Groups centered around a Geographic Location – San Francisco, Nepal, Buenos Aires, etc.Each “group type”, although similar in nature has different nuances on how they work and what needs they have. For example, the Project group type usually has some project management needs along with specific deadlines. We usually have trips that go to these projects and those trips typically cater to one of our Occupation Groups and falls under a global Cause that we support. Different Geographic Location groups might be interested in the trip too if it is coming to their area or if we have special airline discounts from a specific city like New York.
What I like about your approach is that you are thinking of letting users create their own groups under specific categories or “group types”.
We could benefit from drop-down lists that require the user to choose a “group type” when they create a group and then follow up with further selections (that we create, or fill-in-the-blank) based on their selection.
For example, if they choose:
Cause – What is the focus? Clean Water (from list), What country? Indonesia (from list)
Occupation – What is the Occupation? Firefighters* (from list), What country? United States (from list), What City/Town? Dallas(fill-in-blank if international) *this group could be a sub-group of our global Firefighter group
Project – What is the project? Drill Clean Water Well, What country? Indonesia (from list), What City/Town? Kalimantan (fill-in-blank), How many people does it impact? 250, What occupations can participate? Construction, Medical, General VolunteersMaybe you’re not going in this direction, but I wanted to share a real-world example of what we are doing. Maybe it will give you some ideas.
Thanks for your work!!!
July 16, 2010 at 10:06 pm #85937r-a-y
KeymasterCool, glad it was a simple fix!
July 16, 2010 at 10:02 pm #85935harounkola
ParticipantYay, yes that’s it.
I was missing the activity-loop.php file
Its working now.
Thanks!July 16, 2010 at 9:57 pm #85932In reply to: SignUp PHP inactive
momofrose
MemberOk, I got it mostly fixed. The only problem I’m still having is that http://domain.com/register still does not work. I’ve copied everything over from the plugin directory into my theme’s directory. Every other link (activity/groups/forums) works. But /register doesn’t, and it is still listed as inactive in the plugin editor for BuddyPress: Editing buddypress/bp-core/bp-core-signup.php (inactive). Please help. What’s the use of a community plugin if I’m the only member?
July 16, 2010 at 9:56 pm #85931In reply to: SignUp PHP inactive
r-a-y
KeymasterNot sure why you’re attempting to edit the bp-core-signup.php file. This is something you should not be doing!
First, did you enable registration on your BuddyPress site?
https://codex.buddypress.org/getting-started/faqs/specific-faqs/#registerWhere are you seeing this “inactive” string?
July 16, 2010 at 9:50 pm #85930In reply to: Some basic questions….
r-a-y
Keymaster1) Yes, this is possible via this plugin – http://www.justin-klein.com/projects/wp-fb-autoconnect
2) Yup, BP offers profiles with avatar uploading / cropping.
3) By P2P, I believe you mean the activity stream. You can disable that in the admin area.
4) It depends what you mean by “simple forum”. The forums in BuddyPress do not offer a universal backend to administrate topics. Also, an important distinction you need to know is BuddyPress uses a concept known as “groups”. You need to create a group before you can enable a forum. This is similar to way Facebook works with fan pages. If you need a traditional forum (with forum categories, admin interface), stick to your bbPress install.If you just want profiles, you can enable just the profiles component and turn off the rest.
The fundamental difference between BuddyPress and bbPress is this:
-bbPress is a forum
-BuddyPress is a social networking scriptI believe it’s possible to have extended profiles and avatars on your bbPress install as well. There should be a few plugins out there that does the job.
Re: future of bbPress – it’s pretty much confirmed that bbPress will become a WordPress plugin some time late this year (in fact, work has begun!). Standalone bbPress will cease to exist. However, there are plans to provide backwards compatibility to the new plugin via an import script.
July 16, 2010 at 9:46 pm #85929r-a-y
KeymasterYou must have changed the following in your theme:
/activity/index.php
/activity/activity-loop.php
/activity/entry.phpMake a backup of these files.
Next, copy the same files from the /plugins/buddypress/bp-default/ directory to your theme and see what happens.July 16, 2010 at 9:30 pm #85928sicksight
ParticipantMaybe someone has an idea?
July 16, 2010 at 9:06 pm #85924In reply to: bp_has_groups() Help
techguy
ParticipantThanks @boonebgorges
There’s no option that will get all the groups that ‘user_id’ => $user_id is not a member of right? I could certainly get all groups and check if the person is a member, but that’s not very efficient.
July 16, 2010 at 6:57 pm #85919In reply to: “Change avatar” page redirects to home page
Sami kamal
Participant@r-a-y no it is running on linux with litespeed server
July 16, 2010 at 6:53 pm #85917Jesse
ParticipantThanks a lot! I was surprised that there was that many errors but I guess i’ll just go with it!
July 16, 2010 at 5:31 pm #85915r-a-y
KeymasterYou can ignore notices for the most part; it’s something the BP core dev team needs to clean up, but won’t affect the functionality of BP.
I believe you have WP_DEBUG defined in wp-config.php, if you do, uncomment that line.
July 16, 2010 at 5:20 pm #85912In reply to: Buddypress followers plugin
r-a-y
KeymasterIt has to be this:
bp_follow_total_follow_counts( array( ‘user_id’ => $id ) );
Change $id to whatever.
July 16, 2010 at 5:18 pm #85911In reply to: Add Buddypress to WordPress Blog
r-a-y
KeymasterYou don’t need the BP Template Pack if you’re doing this.
What you’ll need to do is:
1) Deactivate the BP Template Pack plugin.
2) Activate the BuddyPress Default theme on your blog.
3) Setup WP 3.0 in network mode as a subdirectory install.
4) Create a new user blog and activate whatever theme you want on this new blog.July 16, 2010 at 5:15 pm #85910In reply to: Buddypress followers plugin
Hugo Ashmore
ParticipantCan you not use that function I posted up to help out? If not @nuprn1 will have an alternative and probably better approach.
July 16, 2010 at 5:02 pm #70921In reply to: group default avatar
r-a-y
KeymasterUpdated the code to work with group avatars on the forum directory page:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/group-default-avatar/?topic_page=1&num=15#post-45769July 16, 2010 at 4:28 pm #85907In reply to: New Buddypress Groups design.. Group Hierarchy
Charles Anthony Smith
ParticipantI am very interested in this plugin.
I would like to use it to create Groups in the Admin site and have the users automatically added to the group based upon a response to a question in their account creation screen. Then the users would be able to create sub groups and have control over those sub groups.
It would also be nice to be able limit access to categories based upon the Main group the subscriber is assigned to.
July 16, 2010 at 4:24 pm #85905In reply to: Buddypress followers plugin
Anton
ParticipantJuly 16, 2010 at 4:07 pm #85902In reply to: Useful plugins required
techguy
Participant@profitsbuzz
What do you want to do with the RSS feed? Pull in the latest posts to the person’s profile?July 16, 2010 at 3:53 pm #85900In reply to: Password controlled signup?
techguy
Participant@bostonnorm
I’m creating a website built on top of BuddyPress that could be used for a parents association and at the same time act as a fundraiser for the association as well. I’d love to chat to see what you think of what I’m creating.The secure invites could work also. You could also probably modify a security question plugin to work like this. Usually they ask questions like “What color is grass” or some easy math problem. You could just have the question be, “What’s the code-word?”
July 16, 2010 at 1:30 pm #85896In reply to: Buddypress followers plugin
Hugo Ashmore
Participant😆 I just tried

I did hesitate wondering if it was useful to have it in stats block in header as well as the nav items below. at the moment that little functions squirts followers/following directly beneath the stats output for me.
July 16, 2010 at 1:04 pm #85894In reply to: Buddypress followers plugin
rich! @ etiviti
Participantoh right member profile stats plugin
i could add following/er/friends to the mix (think i left it off since the info is duplicated on the nav items)July 16, 2010 at 12:58 pm #85893In reply to: Buddypress followers plugin
Hugo Ashmore
ParticipantI wanted something similar, this works for me (rich may have better take on it though also didn’t someone write a stats plugin
, seems these following items would sit nicely in that output?)Dropped into functions.php:
July 16, 2010 at 12:42 pm #85892In reply to: Profanity Filter
alanchrishughes
Participant@rich! @ etiviti @rossagrant yeah I saw that plugin, and I honestly wouldn’t mind paying, everybody deserves to be paid for their work, but you cant buy that script you have rent it, its like 10 cents a day or something strange like that.
-
AuthorSearch Results