Search Results for 'buddypress'
-
AuthorSearch Results
-
February 11, 2010 at 6:02 pm #63111
In reply to: links in activity = follow
r-a-y
KeymasterThis is fixed in trunk:
February 11, 2010 at 4:50 pm #63109In reply to: BuddyPress Links 0.3-beta released for testing
MrMaz
Participant@David Angel
There are a couple of bugs with how links hooks into the activity stream, and the comment count, etc. I have them fixed in my local copy, and when BP 1.2-RC3 comes out I am going to release another beta.
If you still think something is funky after that, we can tackle it.
February 11, 2010 at 4:05 pm #63106abcde666
Participant– Does not support remote login. Mapped domains must be logged into separately.
Does this mean it is not possible to run 5 WPMU+BP installs and have ONE single login across all 5 domains ?
February 11, 2010 at 3:45 pm #63103In reply to: cannot active buddypress plugin
Windhamdavid
Participantnice work,
that’s an odd fix since bp is only dependent on php 4.3..?
February 11, 2010 at 3:42 pm #63102In reply to: BBPress Intergration Trouble
edgy360
ParticipantI am using PHP version 5.2.10.
I am going to re-upload the theme that I am using (the default included with BuddyPress).
Also I don’t see any error logs and there are no error messages on the forums page (/forums).
February 11, 2010 at 3:40 pm #63101In reply to: cannot active buddypress plugin
rsqst
ParticipantAh hah!! I figgered it out myself.
Had to update to PHP 5 by adding “AddType x-mapp-php5 .php” to the .htaccess file at the root of the install.
Voilå!
February 11, 2010 at 3:31 pm #63099In reply to: cannot active buddypress plugin
rsqst
ParticipantHi there,
I’m getting the same error when I try to activate buddypress.
Buddypress 1.2 RC2
Wordpress 2.9.1 (not MC)
mySQL 5.0
hosting is done by 1and1.com
I’d appreciate any help you can offer…
February 11, 2010 at 2:09 pm #63090In reply to: BuddyPress Links 0.3-beta released for testing
David Angel
ParticipantI’ve just used MrMaz’s beta.
I’m not sure exactly how the comments are supposed to work, but I think something isn’t right with them: http://appleusers.net/links
I would have thought clicking on the comments for a given link would show you a thread of those comments, but right now it just goes to the homepage with a box to comment on the link?
Thanks for the sweet work!
February 11, 2010 at 8:31 am #63083In reply to: GPL Question re upcoming plugin release
thebloghouse
ParticipantReally interesting thread guys.
We are a few weeks away from releasing our first and potentially very lucrative plugin (WP not BuddyPress) and thought about selling our plugin and making some cash per user download but the main inhbiting factor for us was that we would be limiting it’s reach by it not being available in the WordPress repository.
In an ideal world we would also like to do the ‘nicer’ thing and go down the GPL route for everything we do without thinking twice but at the end of the day after many months of development your first GPL plugin is the hardest one to get out the door as it is a complete mind shift from the old closed software model we have been used to!
February 11, 2010 at 7:14 am #63079In reply to: Hide default BP 1.2 Theme
Paul Wong-Gibbs
KeymasterIt’d help if we knew what version of BuddyPress you are using as 1.2 isn’t out yet, as this is fixed in trunk.
February 11, 2010 at 7:11 am #63078In reply to: Spammers in buddypress.org
Paul Wong-Gibbs
KeymasterAaaand we’re off topic. This thread is for reporting spammers on buddypress.org, not about how to implement anti-spamming measures on your own site. I am going to lock this thread.
If you are looking to report spamming issues on THIS SITE, please send a message to a forum moderator or find us in IRC chat.
If you are looking to discuss spam prevention on your own site, please make a new post or find an existing one.
February 11, 2010 at 5:52 am #63074In reply to: Create a Site Forum
r-a-y
KeymasterThis site uses an external bbPress install, and is not the conventional BuddyPress method for setting up forums.
An example of the conventional BP method can be found here: http://testbp.org/forums
If you like the way the bp.org forums look, you’ll have to integrate WordPress with bbPress.
One guide to integrate WP and bbPress can be found here:
http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/
Other WP/bbPress guides are available over on:
February 11, 2010 at 4:27 am #63072In reply to: Convert a WordPress Theme to a BuddyPress Theme
Reezo
ParticipantI think you can do it the same way as upgrading theme from 1.0 to 1.1..
https://codex.buddypress.org/how-to-guides/upgrading-a-buddypress-1-0-theme-for-buddypress-1-1/
February 11, 2010 at 2:32 am #63068In reply to: Spammers in buddypress.org
PH (porsche)
ParticipantGuys, But seriously,, even if the bot-spammer gets through — its still very taxing on my server!
Im thinking of installing “BAD Behavior” but im really trying to limit the stuff I have installed/
any suggestions?
February 11, 2010 at 2:08 am #63066In reply to: Convert a WordPress Theme to a BuddyPress Theme
Scotm
ParticipantSo anyone have a general guide to converting an existing WP theme to work with BP 1.2?
Thx
February 11, 2010 at 12:38 am #63060In reply to: Spammers in buddypress.org
pcwriter
ParticipantHere’s something else that might interest a few: I installed WPMU Super Captcha over the weekend (running WPMU2.9.1 & BP1.2rc). Since then, there have been no bot signups at all, and the plugin has blocked exactly 50 attempts. Plus, it logs each attempt that it blocks so I can keep track.
I’ve also added a comment on the registration form directed towards human signer-uppers with a support email address just in case. None of the 50 blocked attempts have used it, so…
Bots had managed to get around other plugins I’ve tried before, but not this one.
February 10, 2010 at 11:19 pm #63050In reply to: how can I request a new do_action hook
r-a-y
KeymasterThere is:
<?php do_action( 'bp_after_groups_loop' ) ?>But that isn’t directly after the bp_has_groups loop.
Add it in Trac as an enhancement:
https://trac.buddypress.org/newticket
Login with the same username/password as you use on bp.org.
February 10, 2010 at 10:57 pm #63042In reply to: Sort Groups Alphabetically by default (BP 1.2)
Dwenaus
Participantyou could also override this page in the buddypress folder using a child theme (I think):
/bp-themes/bp-default/groups/index.php
more info here:
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
but this is not very elegant, as future default theme changes for this file won’t come through
February 10, 2010 at 10:57 pm #63041In reply to: BuddyPress Links 0.3-beta released for testing
MrMaz
ParticipantThanks for the great feedback. I will be going over these tomorrow.
BTW, when RC3 comes out you will need an updated version on bp links that I haven’t committed yet.
February 10, 2010 at 10:46 pm #63038In reply to: Sort Groups Alphabetically by default (BP 1.2)
Dwenaus
ParticipantHere is a way to kind of do it
in the main plugins folder add this to a custom-code.php file
function custom_group_alpha_first() {
?><option SELECTED value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ) ?></option><?php
}It will work, but then you have duplicate Alphabetic selects. You can try to hide the other one with CSS or Javascript using the DOM. good luck.
February 10, 2010 at 10:27 pm #63035In reply to: Rearrange order of tabs "home" "activity" "members"
danbpfr
Participant1 – manually, you have to rearrange the list order in header.php
how to do that ?
if you use 1.2 inspire you with this:
https://buddypress.org/forums/topic/bp-12-how-to-add-a-custom-tab-on-the-home-activity-section
3 – yes, and on each individual blog page too or by typing “wp-admin” at the end of your url: hxxp://exemple.com/wp-admin
February 10, 2010 at 10:20 pm #63033In reply to: How to change the order of the tabs (Slugs)
danbpfr
ParticipantFebruary 10, 2010 at 9:58 pm #63030In reply to: Rearrange order of tabs "home" "activity" "members"
Peter Anselmo
Participant1. The main navigation is hard-coded into ‘header.php’. I don’t know of way to rearrange the order other than modifying that file itself.
2. There’s a great article about changing strings here:
https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
That being said, while your modifying the order in ‘header.php’ you can just change the strings there.
3. Not that I know of, although I haven’t thoroughly investigated.
February 10, 2010 at 8:48 pm #63025In reply to: BuddyPress Links 0.3-beta released for testing
nickmy
ParticipantDavid can you please share the files u use on your webseite please
February 10, 2010 at 8:41 pm #63023In reply to: Disabling Groups, using global bbPress forum anyway
r-a-y
KeymasterOmit steps 38-41 in the tutorial above.
Your issue is really a WPMU<->bbPress integration and has nothing to do with BuddyPress.
It is definitely doable to integrate.
Last time I did it, I used WPMU 2.8.6 (i believe) and latest bbPress (1.0.2).
Might I suggest heading over to the bbPress forums?
-
AuthorSearch Results