Search Results for 'buddypress'
-
AuthorSearch Results
-
February 14, 2010 at 1:54 pm #63353
In reply to: Any Experience with JQuery Tools Library
Bowe
ParticipantAbsolutely! I’m using it for an accordion widget in my soon to be released theme. I’ve also written a tutorial for creating a TOOLs powered welcome slider:
http://www.bp-tricks.com/design/creating-a-jquery-welcome-slider-for-your-buddypress-homepage/
It works great, causes no conflicts and it’s very lightweight. Be sure to include the js at the top your header btw, because other JS scripts might cause conflicts if they are loaded first.
If you make anything cool with it let me know
February 14, 2010 at 1:27 pm #63351In reply to: buddypress = Content Aggregator
idotter
ParticipantInterrested people could vote here for some better BP support http://github.com/dcramer/wp-lifestream
February 14, 2010 at 1:10 pm #63345Brajesh Singh
ParticipantTh plugin mentioned above is for wpmu in subdirectory install.
for your proble, here is a little hacked code of bp_page_title , It will rewrite the title of single article only.
put this code in bp-custom.php
add_filter("bp_page_title", "bpdev_blog_title",10,2);
function bpdev_blog_title($complete_title,$title_old)
{//hack page title for single article
global $bp,$current_blog;
if ( bp_is_blog_page() ){
if ( is_single() ){
$title = __( $post->post_title, 'buddypress' );
if ( defined( 'BP_ENABLE_MULTIBLOG' ) ) {
$blog_title = get_blog_option( $current_blog->blog_id, 'blogname' );
} else {
$blog_title = get_blog_option( BP_ROOT_BLOG, 'blogname' );
}
return $blog_title . ' | ' . esc_attr( $title );
}
}
return $complete_title;
}Edit: there was a small mistake, Edited to correct it
February 14, 2010 at 12:13 pm #63343In reply to: BuddyPress Maps
grosbouff
Participant0.1-alpha version (for tests only !)
February 14, 2010 at 11:53 am #63342In reply to: BuddyPress Maps
grosbouff
Participantyes. there is a core component (buddypress maps) that is used to save/load markers on a map; and then the BuddyPress Maps profile plugin;
which loads the map/edit map where it does and prefills the marker information with the profile fields. But you still have to save the marker.
Try to register and edit the Location group on my demo website, you’ll see !
February 14, 2010 at 11:48 am #63341In reply to: Is growing memory a progress ?
Andy Peatling
KeymasterJust install opcode caching such as XCache or eAccelerator and your memory usage will plummet.
It’s all here: https://codex.buddypress.org/getting-started/improving-performance/
February 14, 2010 at 8:59 am #63336In reply to: BuddyPress Maps
designodyssey
ParticipantVery nice. How is the marker in the map determined? Do you have registration items for address and then geocode on the backend?
Good work
February 14, 2010 at 5:21 am #63331In reply to: Ghost Comment Spam in Sitewide Activity Feed
jimgroom
ParticipantA re-install of the BuddyPress plugin as well as a rehacking of the custom theme seems to be doing the trick, time to turn this ticket off for now.
February 14, 2010 at 2:48 am #63322In reply to: Hints to debug
Boone Gorges
KeymasterC’mon, nexia, everyone’s got to start somewhere.
nig3d, I gave a couple suggestions for how to learn more about the interiors of BP here: https://buddypress.org/forums/topic/set-activity-filter-to-specific-value#post-36194
As for debugging, you should get to know how to use tools like var_dump, which, when dropped into a piece of code, can give you a sense of where and why things are not going the way you expect.
February 14, 2010 at 2:34 am #63320In reply to: PHP Fatal error RC2 -> RC3
danbpfr
ParticipantDid you retrieve the old theme folders ?
bp-sn-parent and bp-default are no more in the theme folder, but in their own in buddypress
February 14, 2010 at 2:24 am #63317In reply to: PHP Fatal error RC2 -> RC3
danka
ParticipantMaybe is not the memory limit….
I used the plugin and I got it:
PHP Version : 5.2.6 / 32Bit OS
Memory limit : 128 MByte
Memory usage : 12.61 MByte
I also noticed that I was wrong about the PHP version

There are any other possibility of thing to have problem with buddypress?
February 14, 2010 at 1:58 am #63314In reply to: WPMU very slow in local
Jean-Pierre Michaud
Participantlocally mean random… we have not a single bit of idea how your server is set, so the answer will be “we have no idea”…
give some details, please: https://buddypress.org/forums/topic/when-asking-for-support
February 14, 2010 at 1:51 am #63313symm2112
ParticipantHere’s a plugin that sounds like what you’re wanting.
February 14, 2010 at 1:33 am #63310In reply to: Is everthing encrypted?
PJ
ParticipantIf we wanted to learn about Buddypress security risks or concerns that site owners would have, where should we look?
What are some other security concerns or considerations should admins consider? Would love to hear the community’s feedback. Thank you.
February 14, 2010 at 1:20 am #63309PJ
ParticipantThank you for the suggestion.
New ticket: https://trac.buddypress.org/ticket/1943
February 14, 2010 at 1:01 am #63308In reply to: bpPicture and buddyPress 1.2RC3-problem
m@rk
ParticipantKeep us up to date please. I’m also looking for adaption of this plugin: https://buddypress.org/forums/topic/bp-12-bppicture-album-plugin
February 14, 2010 at 12:41 am #63305In reply to: bpPicture and buddyPress 1.2RC3-problem
krzysne
MemberSo I sent a question to the author of plugin.
February 14, 2010 at 12:35 am #63303In reply to: BP Member Filter
spaceoddity
ParticipantAh, OK. I’m using Buddypress 1.1.3 (the one on the download page)… Is that the same as 1.2?
February 14, 2010 at 12:16 am #63302In reply to: BuddyPress Maps
finni3
Participantwow, looks really nice! Great work.
February 14, 2010 at 12:11 am #63301In reply to: bpPicture and buddyPress 1.2RC3-problem
Paul Wong-Gibbs
KeymasterThis is not a BuddyPress core question. Talk to the author of that plugin for help.
February 14, 2010 at 12:06 am #63300stripedsquirrel
Participant>(oo bad construct there – computers aren’t people. yet.)
Hmm, careful or you will hurt Lenny’s feelings. (No, Andrea was joking, Lenny, really!).
ehmm, anyway, thanks for the tip about the hosts file; it seems useful for testing. But how would the wildcards and internal references to the site url (if any?) work? Could I set up any blogs?
Cheers, Harry
February 13, 2010 at 11:57 pm #63299In reply to: BuddyPress Maps
grosbouff
Participant“Map for groups” feature added…
http://dev.benoitgreant.be/wordpress-mu/groups/buddypress-map-for-groups-test/map/
February 13, 2010 at 11:31 pm #63297In reply to: How to display specific user's avatar?
m@rk
ParticipantThanks to Brajesh, this is solved here : https://buddypress.org/forums/topic/how-to-get-a-users-last-update
February 13, 2010 at 11:29 pm #63295abcde666
Participantplease post this as an enhancement-ticket in trac:
February 13, 2010 at 9:59 pm #63292In reply to: PHP Fatal error RC2 -> RC3
danka
ParticipantWell,
Forget about the last post, I just noticed that I forgot to put one extra “d” on the name of the folder…
But, I done 2 tests with the last buddypress I got on SVN [BP 1.2 RC3 b2715], the first was in WP 2.9.1, the second in WPmu 2.9.1.1, both tests on the same server… both tests gave the same error [500, internal server error].
About the memory limit, I still dont have idea about it, why the memory limit would be the problem? How much memory buddypress need to run?
-
AuthorSearch Results