Search Results for 'buddypress'
-
AuthorSearch Results
-
July 28, 2010 at 3:26 pm #87273
Tony Zeoli
Participant@techguy – I’ll visit the group and post my thoughts. Thanks.
By the way, I also learned that you have to put the php.ini file in the root directory, and any other directory that runs php scripts, like wp-admin and possibly plugins. Once I put the php.ini file in root, the site worked, but not the admin. I put an additional file in wp-admin and was up and running again. So, php.ini, while it works, it must be placed strategically in root and dependent folders for it to over ride the host settings.
July 28, 2010 at 3:25 pm #87265Paul Wong-Gibbs
KeymasterJuly 28, 2010 at 11:46 am #87257In reply to: Nofollow in group description
Alexander
ParticipantJuly 28, 2010 at 10:36 am #87255In reply to: Changing BuddyPress Base URL
Paul Wong-Gibbs
KeymasterIf you disable BuddyPress, do the links fix themselves? I.e on blog permalinks?
July 28, 2010 at 9:54 am #87251In reply to: IE destroys my custom home page
Hugo Ashmore
Participant@pcwriter you don’t provide anything for anyone to look at

However whenever anyone states that something works on one page but not another that generally means that there is somewhere what should be fairly obvious differences in markup or CSS between the two.
July 28, 2010 at 9:42 am #87248In reply to: New Sliding AJAX Login Panel Plugin for BuddyPress
satanas147
MemberHi,
I’ve noticed, while trying to remove various basic functions of buddypress, that disabling “Friends” module of Buddypress cause the plugin to crash with this error message:
Fatal error : Call to undefined function bp_get_friendship_requests() in /MY_INSTALLPATH/wp-content/plugins/buddypress-sliding-login-panel/update-content.php on line 110I’ve fixed it with adding bp_is_active( ‘friends’ ) to the condition on line 110
->
if ( bp_is_active( ‘friends’ ) && bp_has_members( ‘include=’ . bp_get_friendship_requests() . ‘&per_page=1’ ) ) :July 28, 2010 at 6:52 am #87243In reply to: Changing BuddyPress Base URL
Dudeski
ParticipantHi guys, I have a similar question, although with a different source. When I click any of the by buddypress automatically created buttons on my site, I get an url with “wordpress” in between. Example: http://www.beijingbikes.com/wordpress/members
I don’t know why this is happening, because in my settings, I set http://www.beijingbikes.com as the homepage (and not http://www.beijingbikes.com/wordpress). Therefore, when I click “home” it shows an error message. Also, my webstore doesn’t add the wordpress tag, so its definately bp related. Please help!
Thanks
RalfJuly 28, 2010 at 6:37 am #87242techguy
ParticipantI was surprised that shared hosts could do it too hnla. However, it’s a feature of cpanel and so that explains why it’s possible.
As a side note, I started this group for BuddyPress hosting: https://buddypress.org/community/groups/buddypress-hosting/home/ It still could use some love from more people sharing their experience with various hosts.
July 28, 2010 at 6:20 am #87240Hugo Ashmore
ParticipantHave to admit slightly surprised Shared Hosting accounts can do this, but there you go! I have tested running BP as low as 2MB, loading, unloading plugins, running the site performing various basic tasks and it didn’t crap out at all. Anything above 64MB is likely to be fine for most situations your new limit would give a decent safety margin I would have thought.
July 28, 2010 at 6:09 am #87239paulhastings0
ParticipantI’ve used !AND1 in the past for just regular WP installs (not WPMU or BP) and I wasn’t all that pleased with them. When I finally switched over to JustHost for my normal WP installs I was much more satisfied with their stability and faster pageloads in general. For my BP install I use RackSpaceCloud.
July 28, 2010 at 6:05 am #87238techguy
ParticipantTook me a while to remember the php.ini too.
The answer to how much memory is a hard one. Depends on so many factors including the server that your host is providing. No one can really answer it. That said, I think my test site is set at 128 MB and I haven’t run into any issues.
July 28, 2010 at 5:39 am #87236In reply to: Features that could help bloom BP
@mercime
Participant@brokenforum “Tell us what to support you with, is it design layout, programming on a specific feature? “
Here you go … thanks
https://buddypress.org/community/groups/buddypress-org-ninjas/forum/topic/welcome-to-buddypress-org-ninjas/
https://buddypress.org/community/groups/buddypress-org-ninjas/forum/topic/will-you-develop-one-of-these-buddypress-org-enhancements/
https://buddypress.org/community/groups/buddypress-org-ninjas/forum/topic/expanding-the-codex/July 28, 2010 at 5:21 am #87235In reply to: Exporting and Importing Buddypress Content
Tony Zeoli
ParticipantJust an update over here. Please see my post about PHP Memory Limit here: https://buddypress.org/community/groups/installing-buddypress/forum/topic/how-much-php-memory-should-be-allocated-to-buddypress/#post-65469
July 28, 2010 at 5:20 am #87234Tony Zeoli
ParticipantOkay, so I knew about the php.ini settings in my work with WordPress. Silly me…I thought using that trick wouldn’t change the setting on 1and1, since the tech support told me that they had it set to 30 MB. Well…guess what? It worked. I set it to 128 and voila…instant BuddyPress. @UmaBlu, @techguy – you were both correct to let me know to use the php.ini setting. Thanks for that. I put the ini file in the top level, so that it sets the memory limit for all sites in the shared folder. Working just fine now. Whew!
July 28, 2010 at 5:00 am #87233Tony Zeoli
ParticipantOkay, I will try to add the php.ini file. I spoke to tech support at 1and1. They said even if you try to upgrade your php memory limit, they have it hard set to 30 MB. I used the “define” function in the wp-config file to set the memory limit, but I will try the php.ini file and see if that works. I’ve used it before and it’s worked for other sites, so maybe that’s the issue. My goal with this post though, was to get a handle on exactly how much memory BuddyPress needs to run efficiently at the base install level, with no content or users, and then understand why or why not it would need more memory based on new data in the database and increased user base.
July 28, 2010 at 2:30 am #87229Lily
Participant@r-a-y: how do I get to the files shown on https://trac.buddypress.org/attachment/ticket/2540/disable_auto_join_constant.patch , e.g. bp-themes/bp-default/groups/single/forum/topic.php?
July 27, 2010 at 10:57 pm #87227In reply to: ”Send To” Drop-down Box Error in ”Compose Message”
Lea Mason
ParticipantI’ve tried switching back to the default theme and I still get the same problem. I don’t have any plugins activated (other than BuddyPress).
The send to field works if you just type the member’s name into the box, it’s just the drop down box that is displaying what looks like snippets of a file.
July 27, 2010 at 10:52 pm #87226gregfielding
ParticipantBrajesh has a solution: http://buddydev.com/buddypress/introducing-the-first-stable-version-of-global-forums-plugin/
July 27, 2010 at 10:15 pm #87223UmaBlu
ParticipantChange the value you need in your php.ini file (if you have acces to this file on your server)
on your server under memory_limit=
Below is my actual configuration for my buddypress site;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;max_execution_time = 60 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 256M ; Maximum amount of memory a script may consumeJuly 27, 2010 at 10:08 pm #87221In reply to: [resolved] locate_template and child theme chaos
pinstails
Member@r-a-y nope removing the leading lash results in the same single render issue. The STYLESHEETPATH seem to be the way to do it for now and this does seem to be a WordPress issue with locate_template() so I’ll take that up over in their neck of the woods. Thx for the help, I was banging my head for over an hour.
July 27, 2010 at 10:03 pm #87219r-a-y
KeymasterYou can try setting the memory limit via wp-config.php first:
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPIf that doesn’t work, then do what techguy says.
July 27, 2010 at 9:58 pm #87217techguy
ParticipantDid you try adding the memory limit in the php.ini? A lot of shared hosts will allow you to create your own php.ini and you can set it higher in there.
The only time I’ve hit that error personally is during updates/plugin downloads. However, if your site gets any reasonable traction, you’ll want a new host.
July 27, 2010 at 9:37 pm #87214r-a-y
KeymasterIt’s currently not possible to have a forum without requiring a user to join a group. However, with the following patch, you can:
https://trac.buddypress.org/attachment/ticket/2540/disable_auto_join_constant.patchRead the details here:
https://trac.buddypress.org/ticket/2540—
Re: second part of your question – read this:
https://codex.buddypress.org/how-to-guides/using-an-existing-bbpress-installation/Also, your external bbPress posts will not show up in the BuddyPress activity stream without a custom-coded bbPress plugin.
July 27, 2010 at 9:23 pm #87212In reply to: BuddyPress Themes vs. User Blog Default Themes
Paul Martin
ParticipantThanks, Paul. I gave that a shot. It doesn’t happen to do it for all previously created blogs, does it? Because when I followed the instructions to rename the default, and refresh the blog, that blog came up completely blank, and it didn’t go to what I have defined as the new default. I haven’t yet checked to see if newly created blogs will do the same thing or not, though.
July 27, 2010 at 9:01 pm #87210In reply to: BuddyPress Themes vs. User Blog Default Themes
Paul Wong-Gibbs
KeymasterTo change the default theme on child sites, look at http://wpmututorials.com/how-to/change-the-default-theme-for-sites-without-a-plugin/
-
AuthorSearch Results