Search Results for 'buddypress'
-
AuthorSearch Results
-
February 9, 2010 at 7:37 pm #62886
In reply to: Facebook-Like-Chat Plugin for Buddypress?
r-a-y
KeymasterThese are all that I’m aware of:
Cometchat is working on a BuddyPress integration with friends support. It’s a paid script.
Bowob Chat works, but does not have a friend feature, also you might get the plugin author’s ads on your site. Free (w/ ads).
https://wordpress.org/extend/plugins/bowob/
Footerchat is another possibility, again, it has no friends support and you will get some ads occasionally. Free (w/ ads).
Webbychat is another. Has a basic free option, which only supports up to 10 users. Variable paid options are available. You’ll have to manually configure the script to work with BP.
February 9, 2010 at 6:57 pm #62884In reply to: Facebook-Like-Chat Plugin for Buddypress?
silversurferes
Participantcan nobody help me???
February 9, 2010 at 6:26 pm #62881In reply to: cannot active buddypress plugin
Windhamdavid
Participanta 500 error is generic and it could mean that you have other issues with your host. Wanna share the url or host? try deactivating all other plugins first and try again. I take it that your site is returning after this error?
February 9, 2010 at 6:21 pm #62880In reply to: cannot active buddypress plugin
mdl86
Participantwordpress mu 2.9.1
buddypress 1.1.3
February 9, 2010 at 6:12 pm #62877In reply to: cannot active buddypress plugin
Windhamdavid
Participanthttps://buddypress.org/forums/topic/help-us-help-you
what flavor wordpress and what setup on your server?
February 9, 2010 at 5:48 pm #62871In reply to: tiny usability improvement on group admin page
Paul Wong-Gibbs
KeymasterYou’re best to file this as an enhancement ticket on trac.buddypress.org
February 9, 2010 at 5:41 pm #62869In reply to: Privacy comments and blogs
Boone Gorges
KeymasterJust wrote a plugin to solve the problem without core hacks: http://teleogistic.net/code/buddypress/bp-mpo-activity-filter/
February 9, 2010 at 5:14 pm #62866In reply to: First experiments and I already need help :(
nig3d
Participanthmmm isn’t this considered a problem? I run an indie game development site for 12 years now and it’s time to refresh it. But, since I’m planning to add some features that are not by default in buddypress, I can’t just switch to the default BP, it wouldn’t make any sense for most of the users. Still, I have to test the features to introduce…
…I will use a subdomain by sure now, maybe it will help a little.
At most eventually we will use a redirect
February 9, 2010 at 5:06 pm #62862Panos
ParticipantI had the same problem. Using modifications from trunk (https://trac.buddypress.org/changeset/2620) has solved it.
February 9, 2010 at 4:00 pm #62860In reply to: Site Wide Activity RSS Feed Page not found
m@rk
ParticipantHere’s a workaround:
https://buddypress.org/forums/topic/activity-feed-feed-not-working-after-upgrade-113#post-35907
Please mark this thread as resolved.
February 9, 2010 at 2:54 pm #62856In reply to: Characters in usernames cause strange issues
rich! @ etiviti
Participantsee my post
https://buddypress.org/forums/topic/all-links-are-working-minus-my-adminauthorall-of-my-pages
that was my fix to get around the inconsistent username stuff (default everything to nicename for the urls)
February 9, 2010 at 2:50 pm #62855In reply to: BuddyPress Links 0.3-beta released for testing
msrecko
ParticipantHi,
I’m using WPMU 2.9.1, BP 1.2rc2, BP links 0.3b, BP – Default theme (no child theme)
I’m admin/founder of http://blogge.rs “My links” at home page show me all links not only mine (same things are with buddypress profile ….).
Tnx,
Srecko
February 9, 2010 at 2:43 pm #62853In reply to: Characters in usernames cause strange issues
zooney
ParticipantTo anyone who happens upon this post in desperation…
After posting this issue in BuddyPress’s bug tracking system, I was informed that I needed to set:
define( ‘BP_ENABLE_USERNAME_COMPATIBILITY_MODE’, true );
…in wp-config.php
This seemed to resolve some of the issues, but not all of them. For some reason BuddyPress’s theme still seems to be forming the incorrect URIs in some areas.
So, that may help in your case. I’ve actually reopened the issue to see if there’s anything further that can be done…
February 9, 2010 at 2:41 pm #62852In reply to: Re: New Buddypress Release
nig3d
Participantyooohooo
February 9, 2010 at 1:49 pm #62848Andrea Rennick
ParticipantActually…. yeah, you can do this in MU. Theoretically. Buddypress doesn’t care what the domains are, and it’s not multi-site aware. (the old site term, not the new one)
So I’m pretty sure you can do this with the multisite plugin, bp & mu, without too much tinkering.
disclaimer: not wpmuguru, but I work in the same office
February 9, 2010 at 1:47 pm #62847In reply to: BuddyPress for dummies book
Andrea Rennick
ParticipantLisa has done her best to keep up with as many changes as the software. I think Andy did the technical editing as well.
So it may not be as out of date as you think.
February 9, 2010 at 1:45 pm #62846In reply to: BuddyPress for dummies book
fastfido
ParticipantThat’s cool someone took the time to write a book on Buddypress. Unfortunately there is the lag time with printing paper. I like the model used by the guys who did “Digging into WordPress”.
You can get a print copy but you also get a digital download with a lifetime (what ever that will mean) of updates. What ever the vehicle for the PDF book is that they used I don’t know but it is good and easy to use. I really like having it and look to it before Googling an answer (time suck).
February 9, 2010 at 1:37 pm #62845In reply to: First experiments and I already need help :(
Xevo
ParticipantPut your site in maintenance and do a clean install, then copy your data/theme?
If you try to copy a wpmu install with buddypress, you’ll run into a lot of problems, its ten times easier to just do a clean install.
February 9, 2010 at 1:30 pm #62844In reply to: Set activity filter to specific value
Boone Gorges
KeymasterYou’re right that the codex doesn’t always keep pace with the code. If you find something wrong in the codex, please take the initiative to fix it.
When troubleshooting, the most surefire way to figure out (for example) which arguments a given function takes is to look at the definition of that function, where the core coders do a great job of documenting what goes in and out of the main functions. I believe that bp_has_activities is defined in bp-activity/bp-activity-templatetags.php, but you can always find where a function is defined by shelling into your buddypress plugin directory (or keeping a local copy on your hard drive) and typing something like the following from the command line (unix/mac):
grep -nR 'bp_has_activites' ./By scanning that list you should be able to find where the function is defined.
Another really great tool is the php xref http://bp-dev.org/phpxref/nav.html?_functions/index.html, but you should keep in mind that the version of BP cross referenced will not necessarily match your own.
February 9, 2010 at 1:28 pm #62843In reply to: BuddyPress for dummies book
David Lewis
ParticipantSo true though. Not to diminish Lisa’s effort however. It’s a ton of work to write a book and it doesn’t pay well at all. It’s mostly a labour of love. But we’re the hardcore BP geeks here. I’m sure that the book will be quite useful to the average ‘joe’ and will sell well. And once the first version of a book is written… it’s not nearly as much work to update it for newer versions of the software.
February 9, 2010 at 1:26 pm #62842David Lewis
ParticipantThere is a config file setting that will allow you to run BP on all of your user blogs… so you could run BuddyPress on as many sub-domains as you wish. I have no idea how you might run one instance on multiple fully qualified domains however. That doesn’t sound possible to me. But I’m no networking guy.
define ( 'BP_ENABLE_MULTIBLOG', true );https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/
February 9, 2010 at 1:21 pm #62841In reply to: First experiments and I already need help :(
David Lewis
ParticipantIt’s tricky. I agree. I might register a subdomain for staging (say dev.mydomain.com) and get everything good to go there. I would not use a folder on production. BuddyPress isn’t happy living in a folder and I think it would be more of a pain to go live. If you use a subdomain, switch the domain over to http://www.mydomain.com when you’re ready to go live. But things will have to be changed in the DB (mostly in the wp_sitemeta table but also in a few other tables I think) and in the wp-config file.
But I’m no networking genius. So don’t listen to me!!! I’m mostly a designer / html guy. Maybe others have better ideas of how to manage development.
February 9, 2010 at 1:18 pm #62840In reply to: Privacy comments and blogs
Mark
ParticipantThis may help (thanks to Boone). It’s written for BP 1.1.3 which has the same problem with private posts/comments in the site wide activity stream. If you try this solution let us know if works on your BP 1.2 install.
February 9, 2010 at 1:04 pm #62839In reply to: Help with BuddyPress Friends Loop
Sarah Gooding
MemberOk so I wrote a cute little widget for this so it’s easy to use. It’s my first plugin, so please be nice
Let me know if there’s anything with how it’s written. I’m sending it through the “Submit a Plugin” section in the BP repository. Thanks for the help!
February 9, 2010 at 12:26 pm #62835In reply to: Set activity filter to specific value
_tomr
ParticipantI did it! Jesus Christ, took me more than 4 hours to find that one line. It’s in activity-loop.php. Now, that was the easy part.
<?php if ( bp_has_activities( 'action=activity_update' ) ) : ?>that’s how it’s supposed to look if you want to hard code the filter to one specific value. The hard part was finding out the proper argument for the bp_has_activities function. Well, now I got it. But seriously, why are you making it so hard for users to modify?
Anyway, thats how it looked before editing:
<?php if ( bp_has_activities( bp_dtheme_ajax_querystring( 'activity' ) ) ) : ?>I tried using the docs for buddypress, specifically this page:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
But is it outdated, or is it just the wrong page for what I was looking for?
-
AuthorSearch Results