Search Results for 'buddypress'
-
AuthorSearch Results
-
March 27, 2010 at 3:21 pm #70427
tinus2
Participantmakes absolute sense – thanks a lot!
March 27, 2010 at 2:42 pm #70423In reply to: Plugin Hall of Shame! :) Plugin Devs Please Read
rich! @ etiviti
Participantupdated BuddyPress Restrict Group Creation to use a loader file (0.1.5) and will look into the sitemap stuff in a few days (need to update it with other features)
March 27, 2010 at 2:41 pm #70421In reply to: BuddyPress and Mystique theme
itsalltech1
ParticipantI tried posting that into functions.php, but it did not work. Should I try it in another file?
March 27, 2010 at 2:30 pm #70418In reply to: Plugin Hall of Shame! :) Plugin Devs Please Read
Andy Peatling
KeymasterBurned! Yes I need to fix it – but this is for plugins that break BuddyPress upgrades
March 27, 2010 at 2:22 pm #70416In reply to: Simple BuddyPress Profile Privacy
mrjarbenne
Participant@m In reply to your statement above: “Plus I don’t see any reason not to give the user total control over their profile since it’s their info (thus no need for a setting to “Let user decide” )” I thought I might be able to provide a good reason…
As an elementary teacher using BP in the classroom, privacy is incredibly important, and a trigger that allows me to force the privacy of my users should not be discounted.
Teaching kids how to navigate and manage their digital footprint is easier if admins can ensure that mistakes the users make can be contained in the privacy of the “digital classroom”
Plugin looks interesting, but would love the added security of knowing that my kids’ profiles are private.
March 27, 2010 at 2:19 pm #70415In reply to: Plugin Hall of Shame! :) Plugin Devs Please Read
modemlooper
ModeratorBuddyPress External Group Blogs
DOES NOT WORK! It still pulls in the same blog posts over and over again.
March 27, 2010 at 2:01 pm #70412In reply to: Plugin Hall of Shame! :) Plugin Devs Please Read
danbpfr
ParticipantHem…
Is it possible to have BP updating without wipping out the previous version .mo file from bp-languages ?
Or at least a warning message telling “bp was succesfully updated, but thi erased your language file. You can upload a new language file at https://i18n.trac.buddypress.org/browser
It is a bit annoying for us foreigners, to suddenly have all in english after each BP update.
Ihttps://i18n.trac.buddypress.org/browser
I know, this should be on trac under Future enhancement, but not only 3rd party plugins authors need to be remembered to correct their work.
March 27, 2010 at 1:44 pm #70411In reply to: Is anyone using Buddypress-Ajax-Chat?
Andy Peatling
KeymasterPlease update this plugin to work when BP is disabled. See:
https://buddypress.org/forums/topic/plugin-hall-of-shame-plugin-devs-please-read
March 27, 2010 at 1:44 pm #70410In reply to: BuddyPress stops emails being sent
muratk
Membereverybody is using cPanel. that can’t be the reason.
March 27, 2010 at 1:25 pm #70408In reply to: Is anyone using Buddypress-Ajax-Chat?
Sam Steiner
ParticipantCool plugin. Some ideas:
– A setting to prevent the shoutbox opening in the admin backend would be great
– The “V^x” symbols in the top right of the shoutbox are not very sexy
– A setting to switch off the full page mode (hide “Chat” in the buddybar, hide “Go to full chat” in shoutbox)
March 27, 2010 at 1:15 pm #70407In reply to: BuddyPress stops emails being sent
brianterry10
MemberAfter looking into this in more detail I discovered the problem is caused by a potential hosting compatibility issue with BuddyPress.
As soon as I turned off the BuddyPress plugin WordPress was able to send out emails again.
I installed BuddyPress on a WordPress install on a different server with a different hosting company and it worked fine. BuddyPress didn’t stop emails being sent out from that hosting account.
The compatibility issue is with BlueHost.com where BuddyPress prevents emails being sent out. They use cPanel whereas the other hosting company where BuddyPress works doesn’t.
March 27, 2010 at 12:59 pm #70405In reply to: Plugin Hall of Shame! :) Plugin Devs Please Read
Andy Peatling
Keymaster@etiviti (rich!) – Modifying items before bp_init is fine in the main file, but you must be careful not to reference any functions in BuddyPress.
March 27, 2010 at 12:58 pm #70403In reply to: Theme Question… Proper Structure for a Theme?
Andrea Rennick
Participant“and I modify the buddypress files shown in theme editor to add things like an addition sidebar and such.”
This is why your changes get blown away.
If you need to modify the original files for a child theme, don’t.

Take a copy of that file, add it to the child theme folder, make your mods there.
March 27, 2010 at 12:56 pm #70401In reply to: Plugin Hall of Shame! :) Plugin Devs Please Read
Boone Gorges
KeymasterOK, you can take me off the Shame List. I’ve just put new versions of Group Forum Subscription and Enhanced BuddyPress Widgets into the repo that use the loader method. HIGH FIVE FOR MYSELF!!
March 27, 2010 at 12:48 pm #70399Andrea Rennick
ParticipantNo, the bp defaul theme uses a function to call the main BP site. You need to replace it with the standard wp function to get blog_url.
March 27, 2010 at 12:28 pm #70396In reply to: Plugin Hall of Shame! :) Plugin Devs Please Read
rich! @ etiviti
Participant# BuddyPress Restrict Group Creation
# BuddyPress Sitemap Generator
both use
add_action( 'bp_init',but i just noticed restrict group used wp_head so i’ll change that to bp_head
March 27, 2010 at 12:13 pm #70394In reply to: Are these Plugins Update-Friendly?
Sam Steiner
ParticipantAny readers here – better post in this new more general thread by Andy Peatling:
https://buddypress.org/forums/topic/plugin-hall-of-shame-plugin-devs-please-read
March 27, 2010 at 11:57 am #70390In reply to: Plugin Hall of Shame! :) Plugin Devs Please Read
Sam Steiner
ParticipantI guess there are no experienced BP plugin authors because BP hasn’t been around for a long time.
It’s important to get this topic out there and the frequently used plugins fixed quickly. Otherwise people will have strange feelings every time an update for BuddyPress comes out. That hurts BuddyPress.
(I don’t understand though: is there really no way to take care of “white screens” from the other side – from WordPress side? Like a try…catch fatal error thing which would deactivate the plugin causing the error?)
March 27, 2010 at 11:53 am #70392tinus2
Participanti have wpmu + bp + bpress on multiple domains with a single sign-on, however when using bp-default, the theme is always displaying the main url rather than the blogs url (mapped with donncha’s domain mapping plugin). shouldn’t site_url in header.php display the blog rather than the host? if not, what whould be the correct function to call it?
March 27, 2010 at 11:01 am #70385In reply to: Plugin Hall of Shame! :) Plugin Devs Please Read
Andy Peatling
KeymasterIt’s a lighthearted hall of shame, I’m calling them out because it’s important. The updates take 5 minutes, we can’t continue to have BuddyPress crash because of plugins every time it updates.
March 27, 2010 at 10:23 am #70380In reply to: Are these Plugins Update-Friendly?
Sam Steiner
Participant@ Andy – do you know if https://wordpress.org/extend/plugins/buddypress-group-activity-stream-subscription/ is good or bad?
March 27, 2010 at 10:10 am #70377In reply to: Plugin Release: BuddyPress Group Wikis
Roy Corey
MemberI have a problem when I use both Goup Wiki and Group Forum Extras plugins. When I try to create a wiki, I’ve got a blank page. The “blog” is correctly created in the database, but nothing in the bp_groups_groupmeta table.
WP MU 2.9.2
BP 1.2.3
Group Wiki 1.3
Group Forum Extras 0.1.8
(I don’t know if it’s better to post here or in the Group Forum Extras’ thread. Sorry if it’s in the wrong place)
March 27, 2010 at 7:19 am #70374In reply to: Are these Plugins Update-Friendly?
Sam Steiner
ParticipantList of Update Friendly Plugins (in most recent version):
– Tweetstream
– Facestream
– BP Group Management
– Enhanced BuddyPress Widgets
– Invite Anyone
– BP GroupBlog
Please make a note of any BuddyPress plugin you know is update-friendly (which means: doesn’t break when BuddPress is deactivated).
March 27, 2010 at 5:57 am #70371In reply to: Language change: "favorite" to "favourite"?
r-a-y
KeymasterRead and follow the instructions listed here:
https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
You have to create a .mo file.
March 27, 2010 at 3:29 am #70367In reply to: I gave buddypress a try
still giving
ParticipantI hope there can be, suggest and encourage, a rapid evolution from “plugins” to “modules”.
It is not possible to investing oneself in building a community dependent on third party plugins and it is unethical of anyone to do so.
I can understand individuals dislike of bloat, although often it is just posturizing these day. I agree that the likes of phpBB is too bloated, which is why I write modules that can be removed by switched off like a plugin … but so many key elements are dependent on third parties who cannot be expected to keep up with development cycles or lifetime commitment.
How and where is Automattic handling the adoption of such plugins into the core maintenance?
Thanks.
-
AuthorSearch Results