Search Results for 'buddypress'
-
AuthorSearch Results
-
February 9, 2010 at 4:00 pm #62860
In 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?
February 9, 2010 at 10:38 am #62834In reply to: BuddyPress Links 0.3-beta released for testing
gpo1
ParticipantAuto embedding does it mean if user uploads media to youtube ,it then embeds into BP link.
Like auto-stream without copy& paste ?
February 9, 2010 at 10:38 am #62833In reply to: BuddyPress Links 0.3-beta released for testing
Anton
ParticipantThe RSS feed doesn’t work. If you click the RSS feed link from the /links directory you are routed to the home page. When clicking on “comments” on the feed, you are taken to the comment list but site wide activity stream is also viewable underneath the comments.
February 9, 2010 at 8:59 am #62831In reply to: Help with BuddyPress Friends Loop
Sarah Gooding
MemberAh, perfect. Thank you!
February 9, 2010 at 8:49 am #62830In reply to: Help with BuddyPress Friends Loop
Andy Peatling
Keymaster<?php if ( bp_has_members( 'user_id=' . bp_loggedin_user_id() ) ) : ?>February 9, 2010 at 8:17 am #62829In reply to: Help with BuddyPress Friends Loop
Sarah Gooding
MemberYes hardcoding works, but I am making a “My Friends” widget and I want to show the logged in user’s friends.
February 9, 2010 at 8:06 am #62828In reply to: Help with BuddyPress Friends Loop
Andy Peatling
KeymasterTry hardcoding with a user_id to begin with to see if that works:
<?php if ( bp_has_members( 'user_id=1' ) ) : ?>February 9, 2010 at 7:51 am #62826In reply to: Help with BuddyPress Friends Loop
Sarah Gooding
Memberuser_id=’ . $user_id . ‘&type=alphabetical&per_page=0’ doesn’t seem to filter it to only friends of that user … looks like it’s posting random members. Not sure what I’m doing wrong since I get no errors.
Code:<?php if ( bp_has_members( ‘user_id=’ . $user_id . ‘&type=alphabetical&per_page=0’ . $instance[‘max_members’] ) ) : ?>February 9, 2010 at 7:28 am #62825In reply to: Re: New Buddypress Release
Paul Wong-Gibbs
KeymasterWhen? Soon.
February 9, 2010 at 6:07 am #62819In reply to: Generating a fatal error
frenzi
Participantam trying on new realease buddypress 1.2rc2
-
AuthorSearch Results