Search Results for 'buddypress'
-
AuthorSearch Results
-
May 17, 2010 at 6:54 pm #78568
abcde666
Participantthis Plugin looks like a great improvement to the current page-navigation.
I do have around 2000 Groups and the navigation through the pages is quite difficult with the paging as we have at BP-Standard……Not sure this plugin works with BP, but I would suggest @andy to improve on this.
May 17, 2010 at 6:53 pm #78567In reply to: Bug on Buddypress.org
bradpalmore
ParticipantExperiencing the same bug from here.
May 17, 2010 at 6:42 pm #78566In reply to: Bug on Buddypress.org
paulhastings0
ParticipantWell now they’re all showing the “Support: How-To and Troubleshooting (Support Group)” content. The WP-FB-AutoConnect plugin is the most recently updated plugin and it’s not experiencing this problem but the other 3 still are.
May 17, 2010 at 6:30 pm #78565In reply to: BuddyPress as a school network
Frank & Stein
ParticipantThank you for all the help.
@marcime – the plugin you talk about is for WPMU, but i’m using WP. Doesn’t work…Any suggestion regarding question 3?
May 17, 2010 at 5:56 pm #78560zlamczyk
ParticipantMy theme does not have a groups directory – so no home.php there. There is a home.php here:
root/wp-content/plugins/buddypress/bp-themes/bp-default/single/
Is it possible that my theme simply inherits this file?May 17, 2010 at 5:45 pm #78556In reply to: Unable to exclude page from navigation
r-a-y
KeymasterIf you’re using a child theme, simply edit header.php and modify the wp_list_pages() line with:
wp_list_pages( 'exclude=14' );May 17, 2010 at 5:40 pm #78552r-a-y
KeymasterYou could try disabling a few BP components from the WP admin area. Login to the WP dashboard and navigate to “BuddyPress > Component setup”. Disable features that you will not need.
The alternative is you could perhaps use a different WP social networking plugin like Mingle… that might use less memory.
Probably not what you wanted to hear!May 17, 2010 at 5:28 pm #78548In reply to: adding widgets to a custom page
shaisimchi
Participant@hnla your code is truncated too…
May 17, 2010 at 5:27 pm #78547In reply to: adding widgets to a custom page
shaisimchi
Participantshaisimchi @gmail.com
May 17, 2010 at 5:18 pm #78541In reply to: Activation Email not working
techguy
ParticipantMay 17, 2010 at 5:06 pm #78539In reply to: adding widgets to a custom page
graphility
ParticipantHello again,
First off, I’m a total noob to buddypress development, but better at regular wordpress development. So, here’s how I proceded:
1- in functions.php, I added two widgets, like this:
register_sidebars( 1,
array(
‘name’ => ‘showcaseImage’,
‘before_widget’ => ‘‘,
‘after_widget’ => ‘‘,
‘before_title’ => ‘‘,
‘after_title’ => ‘‘
)
);register_sidebars( 1,
array(
‘name’ => ‘showcaseCaption’,
‘before_widget’ => ‘‘,
‘after_widget’ => ‘‘,
‘before_title’ => ‘‘,
‘after_title’ => ‘‘
)
);2- I copy/pasted page.php and modified like this (removed loop and sidebar call):
<?php
/* Template Name: Showcase */
get_header();
?>3- in _inc/css/default.css, I added this custom code:
#showcaseImage{text-align:center; width:720px; height:300px; overflow:hidden; margin:0 5px 0 0; border:1px solid #fff; float:left;}
#showcaseCaption{width:200px; height:300px; overflow:hidden; border:1px solid #fff; padding:0 18px 0 13px; float:left;}4- in settings, I replaced the homepage by this static one.
That’s the whole hack, I guess. By removing the default css id’s and classes from page.php, and replacing them with my own, I place the widgets wherever I wish. Maybe there’s a better way? Not knowing enough about buddypress, your technique seems complex to me

Next step (for you and me): add some sweet jQuery and make this a slideshow

Additional next step for me: document this in a tutorial, I’m pretty sure it will come up handy for many.
~ hiddenson
May 17, 2010 at 4:57 pm #78536In reply to: adding widgets to a custom page
shaisimchi
ParticipantSure – Is this the default home page of buddypress or is it a totally custom page?
if so – how do you ‘tell’ the widget where to be placed or create the place holder for it within the page?Thanks,
Shai
May 17, 2010 at 4:43 pm #78533In reply to: Activation Email not working
Psyber
ParticipantI have had this issue as well and I am running WP MU 2.9.2 w/ BP 1.2.3. This also occurred in previous releases of BuddyPress.
May 17, 2010 at 4:39 pm #78532In reply to: Activation Email not working
Billy
ParticipantHi, I’ve just created my first installation of buddypress and I’m having the same issue. Activation email hasn’t been received for 3 accounts I’ve set up with 3 different email addresses.
any ideas? thanks!
Billy
May 17, 2010 at 4:26 pm #78527Psyber
Participant@pandragon, did you have success with fixing the crop avatar issue?
May 17, 2010 at 4:18 pm #78525In reply to: Demo Data Plugin with BuddyPress 1.2
Tom Longmate
Participant@chembro303 – I have the same issue, did you manage to find the form screen anywhere in regular WordPress?
May 17, 2010 at 3:40 pm #78519Ozcar
ParticipantI’m sure there are, i was in a hurry and i really didn’t want this tread to be a discussion about how much memory is “alot” or not.
Anyway, i checked dedicated server thing and that would mean that my server hosting costs will increase at least x12!
that’s not optimal for me eighter. But i’ll look further for other solutions, thanks!May 17, 2010 at 3:33 pm #78518In reply to: Exclude Category from Activity Stream
Boone Gorges
Keymaster@stef78 If the activity items already exist, you can try something like the following: http://pastebin.com/baERuzVQ
Obviously there are some holes to be filled in, but the comments should lead you in the right direction.
This is not, by the way, a very efficient way to handle it, as switch_to_blog() is a bit of a resource hog. It’d be better to keep those activity items from being written in the first place. Look in bp-blogs.php to see how the bp_blogs_record_post() function works. I suggest that you hook to save_post (like bp_blogs_record_post() is) witha lower priority, do your category check, and then unhook bp_blogs_record_post from save_post if the post is in the returned category.
May 17, 2010 at 3:28 pm #78517In reply to: BuddyPress plugin says inactive but works. Normal?
Cusimano.Com Corporation
ParticipantThanks paulhastings0. I followed your instruction and tried “activate site wide” and it also said, “Plugin could not be activated because it triggered a fatal error.” Odd that “BuddyPress” does appear in the left sidebar of the Dashboard underneath “Site Admin” yet WPMU is showing the plugin as inactive. I’m thinking that the person who installed WPMU+BuddyPress did not install it in the standard way (i.e.: copied files/database from their template directory). I did a fresh install of WPMU+BuddyPress by myself on my test domain and it worked fine. So now that I see how it’s supposed to work, I’m going to flush everything and do a fresh install by myself. Thanks again.
May 17, 2010 at 3:18 pm #78512In reply to: Exclude Category from Activity Stream
Stef
ParticipantIs there some kind of hack like this for excluding blog categories?
http://blog.etiviti.com/2010/02/buddypress-hack-disable-activity-stream-comments-favorites-on-certain-types/May 17, 2010 at 2:40 pm #78508Hugo Ashmore
ParticipantThere are better ways of expressing the sentiments in your last post
read it back to yourself. 
BP and WPMU are not apps I would consider running on what I presume is shared hosting, in fact if I had a shared hosting account trotting along nicely and I found out that the host was allowing people to run sites built on BP I would be off like a shot rather than hang around waiting for the inevitable server loads to become intolerable. I agree 64MB is a lot of script memory for php to need but the fact that WP might run in 32MB is neither here nor there BP is a much more intensive app, more than simply a plugin extension or WP. HAving said all that I maintain my own linux VDS for testing various work and sites on and that has the script memory limit set to 32MB and is happily running a full installation of WPMU + BP and a few plugins, it isn’t a active site though and it’s a dedicated server not shared hosting with many accounts consuming resources which I would guess is why you are immediately running into issues.
BP is best run on a dedicated server or virtual dedicated, that sadly is about all that can be said n the matter, perhaps not ideal from your point of view, but why not change to a VDS? they can be found for a good monthly price.
May 17, 2010 at 2:21 pm #78505In reply to: Admin Bar missing!!!
nessradio
ParticipantI’ve seen this post (http://www.digitalthom.com/2010/04/29/buddypress-and-the-missing-admin-bar-solved/) talking about the problem but I don’t really understand where to place the code snippet:
?php function custom_footer() { ?>
div id=”custom_footer” class=”accentBorders”>Copyright © 2010 All Rights Reserved.
?php wp_footer(); } ?>Help!
May 17, 2010 at 2:07 pm #78503Ozcar
ParticipantHow will these answers help me? Ok. You got an opinion on how much memory is too much or not, but it’s not the issue here.
I use WP with lots of plugins and a PhpBB forum and a couple flashbanners and stuff on that site, everything runs pretty smoothly and my site is quite fast…
Yeah, ofcourse I’d prefer more memory, it wouldn’t hurt! But the problem is not that I have the memory but I think it’s too much so I don’t want to install buddypress, it’s my server host who won’t increase it. That’s the limit, no matter how much I complain.
I’m not saying that pressbuddy is no good eighter, once I discovered it I realized that I HAVE TO HAVE IT on my site, this is exactly what I’ve been looking for! But as it is I can’t istall it and it hurts.
So I checked around a little and noticed that not too many hosts offer 64mb eighter… and all I’m saying is if wordpress runs smoothly on 32mb, possibly buddypress too…And I’m not looking for tips on “where to find a better server host who offer 64mb memory”, i’m looking for a way around this problem without having to move to another server host, thank you.
May 17, 2010 at 1:59 pm #78502In reply to: BP-FBConnect not working with buddypress 1.2.3
José M. Villar
ParticipantWP-FB-Autoconnect has been updated BTW
May 17, 2010 at 1:39 pm #78499In reply to: New to buddypress
Aditya Singh
Participantanyone??? guys..help me out here…
-
AuthorSearch Results