Search Results for 'buddypress'
-
AuthorSearch Results
-
July 20, 2011 at 7:55 pm #116614
In reply to: Profile rating system
modemlooper
ModeratorThere isn’t a profile rate plugin but this one could possibly be adapted
https://wordpress.org/extend/plugins/buddypress-rate-forum-posts/screenshots/
July 20, 2011 at 7:53 pm #116613modemlooper
Moderatorin admin under BuddyPress components link you can disable groups component.
July 20, 2011 at 5:17 pm #116609candy2012
MemberThis buddypress installation here has some buggs bugging around for quite some time – impossible to edit post (try it!), search does not work etc.
Anyways, wanted to add a link to a plugin which might at least solve some of the issues (make sure you read the FAQs):
https://buddypress.org/community/groups/buddypress-no-mentions
July 20, 2011 at 4:30 pm #116606In reply to: Safe to edit BuddyPress Plugin?
Jam
MemberAwesome, thank you! I will look into this.
I may come back for a few questions
July 20, 2011 at 4:29 pm #116605In reply to: Parse Error and Warning
webeditor
MemberHey Everyone,
I wanted to give everyone an update as to the troubles I was experiencing and how they were resolved.
First–the email problem seems to have been fixed with the SMTP plugin. Thanks again mercime!
The Parse error and warning message we were receiving have been rectified by a server-side fix. We run a VPS with Lunarpages and come to find out a component called suPHP was not installed (suPHP is apparently what shared servers run, and seems to be pretty important in ensuring the basic functionality in WordPress and Buddypress actually works by allowing web users to write to the directories without changing the directory permissions to the dreaded, unsecure 777). By installing and setting up suPHP in addition to running PHP 5.2.11, the parse errors, warnings, and image uploading permission problems have been fixed, as well our WordPress-writable file/directory permissions are functioning perfectly at 755 and more sensitive file permissions are at 644.
So overall, most of the fix was rooted in our VPS not running suPHP and needing to get it installed and configured correctly.
I hope this helps someone else out there experiencing the same problems as we were!
July 20, 2011 at 2:28 pm #116600In reply to: WordPress Nightly Breaks Buddypress
Boone Gorges
Keymaster@roman – As long as you are running BP 1.2.9, you shouldn’t experience the WPDB error described above.
July 20, 2011 at 1:51 pm #116598In reply to: Safe to edit BuddyPress Plugin?
Andrea Rennick
ParticipantThere’s built in hooks to change slugs and other things.
July 20, 2011 at 1:44 pm #116597In reply to: WordPress Nightly Breaks Buddypress
roman
Participanthi, did the same stupid thing by mistake. updated to wp 3.2.1.
which is the best known way to just get back to the latest known as working version of wp?
thanks!July 20, 2011 at 1:44 pm #116596In reply to: Moving a buddypress site
Andrea Rennick
ParticipantWould be the same as moving a WordPress site. because that’s what you have.
Your new host will probably even move it for you. Good ones do.July 20, 2011 at 5:47 am #116582In reply to: Can’t create groups
DJsix
ParticipantYes, I’ve enabled groups, and everything else works fine.
The theme is the latest version, and I’m using Buddypress Template Pack with the theme.
I’ve tried the default, and I have the same problem.
Where are my PHP logs located, so I can check them?
Thanks.
July 20, 2011 at 3:21 am #116573In reply to: Limiting comments to activities
r-a-y
KeymasterThose conditionals do not apply to activity comments.
The easiest way is to use CSS to hide the comment link.
The alternative is to copy the entry template into your child theme and edit:
/bp-default/activity/entry.phpAs for nested comments, currently you’ll have to apply a filter to “bp_activity_recurse_comments” (located in bp-activity/bp-activity-templatetags.php):
https://buddypress.trac.wordpress.org/browser/tags/1.2.9/bp-activity/bp-activity-templatetags.php#L678Don’t know anything about filters?
http://themeshaper.com/2009/05/03/filters-wordpress-child-themes/ (tutorial applies to themes, but also works for plugns; there are a bunch of tutorials on the web as well!)—
This will get slightly easier to modify in BuddyPress v1.3 as activity comments now have a dedicated template file.
July 20, 2011 at 3:09 am #116572In reply to: Show single group activity and post-form
r-a-y
KeymasterTry modifying the BP Activity Stream widget to do what you need:
http://buddydev.com/buddypress/buddypress-sitewide-activity-widget-for-buddypress-1-2-and-above/It’s applicable for all activity, but it’s probably possible to hack it to work for your one group.
July 20, 2011 at 2:54 am #116569In reply to: Safe to edit BuddyPress Plugin?
r-a-y
KeymasterHook into the filters or actions whenever possible. (Basically anywhere in the codebase with an ‘apply_filters’ or ‘do_action’ call.) Otherwise, you’ll run into major upgrade problems and headaches depending on the level and complexity of your hacks!
Need a primer on filters and actions?
http://themeshaper.com/2009/05/03/filters-wordpress-child-themes/That tutorial is for themes, but applies to plugins as well.
Hope that helps!
July 19, 2011 at 11:20 pm #116563@mercime
ParticipantSite update still ongoing. @tnd, just include word buddypress.org with search terms when you Google.
July 19, 2011 at 10:45 pm #116561In reply to: Password Reset/Change Problem
Tammie Lister
ModeratorMy first thought would be what theme are you using? If not the default BuddyPress one try that if you are able and see if you get the same result.
It would probably help to get a little more information too please. What version of WordPress and BuddyPress are you using? If possible a link to you site too could help.
July 19, 2011 at 10:18 pm #116560Tammie Lister
ModeratorI haven’t tested it and suggest you use with caution however: http://www.code-zen.net/2010/my-groups-widget-for-buddypress/
This also is an older bit of code so may not even work on latest BuddyPress. If you back up properly before you use it may be worth a shot though and even may be able to lead you into a way to adapt to your needs if it doesn’t work fully.
July 19, 2011 at 10:03 pm #116558In reply to: Can’t create groups
Tammie Lister
ModeratorJust so we can do a sanity check have you under settings enabled Groups for BuddyPress? I assume the answer to this would be yes as you can get to that page.
I also assume you have the permlinks set up and everything else works correctly?
I also assume you updated the theme to the latest version available or if your own theme made sure it’s updated with any recent changes?
It sounds a little drastic but as a sanity check what happens using the default theme for BuddyPress? My thoughts are this is could be a theme issue. Also if you have access to your PHP logs are there any errors in it when you create a page and it fails?
July 19, 2011 at 9:55 pm #116557In reply to: Setting Privacy Settings
Tammie Lister
ModeratorYou could take a slightly different approach and hide the content but keep the tab: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/hiding-activity-content-for-non-logged-users/
There is also this (I’ve not used it though): https://buddypress.org/community/groups/private-buddypress/activity/
As for the second bit.. which plugin are you using?
July 19, 2011 at 9:50 pm #116556In reply to: Public/Private/Hidden Groups
Tammie Lister
ModeratorI think this post is something similar to what you are asking: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/make-groups-visibile-but-invite-only/
July 19, 2011 at 9:46 pm #116554Tammie Lister
ModeratorThis post probably expands a bit more what you can do:
See this bit specifically which I ‘think’ will fit for you:
July 19, 2011 at 7:25 pm #116549In reply to: Major Errors and I have no idea why!? Please Help
Tahir Taous
Memberif you have a back up/copy of bp-custopm.php and function.php just upload them and replace files that you have modified. i was also getting this error after modifying profile.php and bp-custom.php.
i had downloaded the back up copies of profile.php and bp-custom.php before making any changes to these files.
when i got this error i just uploaded back up files and replace files that i had modified, and everything was fine. I was able to log in successfully to my dashboard.July 19, 2011 at 6:33 pm #116544In reply to: Safe to edit BuddyPress Plugin?
Jam
MemberI am changing many things. For the theme, I created a child. But I will be editing slugs, some functions, etc to change my site’s layout and look.
July 19, 2011 at 12:22 pm #116517Andrea Rennick
Participant“and doesn’t send registration emails when users try to sign up”
Not send emails isn’t a function o the registration page. Your members probably are not recievng emails, which is a different issue.
July 19, 2011 at 12:21 pm #116516In reply to: How to show “who’s online” on other domains in WPMU
Andrea Rennick
ParticipantUse the built-in widget that comes with buddypress?
July 19, 2011 at 12:20 pm #116515In reply to: Safe to edit BuddyPress Plugin?
Andrea Rennick
ParticipantDon’t edit the plugin. The changes WILL be overwritten. There’s tons of hooks everywhere and a different process for doing things, depending on what you wanted to change.
What are you tying to do?
-
AuthorSearch Results