Search Results for 'buddypress'
-
AuthorSearch Results
-
June 3, 2011 at 1:53 pm #113769
aces
ParticipantYeah, I’ve had problems – see details of memory usage here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/rss-error-in-dashboard#post-88690
If you are on 1and1, then their newer packages may have more memory available….June 3, 2011 at 1:50 pm #113768In reply to: No effective plugins for moderation!
@mikey3d
Participant@psivait What @andrea_r is talking about robots.txt and rel=“nofollow” to noindex the link?
robots.txt
`User-agent: *
Disallow: /register/`rel=“nofollow”
In your child theme: sidebar.php
`<?php printf( __( ' You can also create an account.’, ‘buddypress’ ), site_url( BP_REGISTER_SLUG . ‘/’ ) ) ?>`June 3, 2011 at 1:27 pm #113767Matt
MemberI’ve just done a new clean install of everything (WP, DB, Buddypress) and the same thing has happened again.
I thought it might be because I’d not changed my permalink setting to anything other than the default, but clearly not. I guess it’s this memory issue which is strange because it’s never been a problem with other plugins/scripts that I’ve used before. Is there any reason why Buddypress is so ‘greedy’ with memory?
June 3, 2011 at 1:13 pm #113766naved
Memberall i want is if my user entered a wrong password they should not redirected to wordpress log-in page @mercime
June 3, 2011 at 12:35 pm #113762In reply to: BuddyPress Template Pack 1.1 upgrade
Boone Gorges
KeymasterThe Template Pack does, essentially, three things:
1) Moves BP-specific templates into your child theme
2) Enqueues bp-default’s JS
3) Enqueues a stripped-down version of bp-default’s CSS, to handle structural stuffAs @r-a-y says, you probably don’t want to replace your customized templates. Instead, you’ll have to merge in any custom functionality that you think you’re missing from later versions of bp-default.
June 3, 2011 at 12:35 pm #113761Matt
MemberHere’s one of the error messages (I’ve removed IP addresses and paths):
[Fri Jun 03 12:41:34 2011] [error] [client …] FastCGI: server “/var/www/fcgi/php-cgi” stderr: PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /[…]/wp-admin/includes/upgrade.php on line 1474
It looks like Buddypress is trying to use more than 32MB, which is the amount allocated to my server. I’m not sure if I can change this as it’s a shared host? Is there any way around this?
June 3, 2011 at 12:12 pm #113760In reply to: Bug + hack to correct it
Paul Wong-Gibbs
Keymasterhttps://buddypress.trac.wordpress.org/ is the place for bug reports; we might miss them here.
I went over user name issues like this, and I believe it should be fixed in our upcoming 1.3 release. Would you report this as a bug please and then we can test it in the dev version, to confirm if it’s still an issue or if it’s fixed? Thanks.
June 3, 2011 at 12:09 pm #113759Paul Wong-Gibbs
KeymasterLook in your web server’s error log; what messages do you get?
June 3, 2011 at 9:32 am #113755In reply to: No effective plugins for moderation!
psivait
ParticipantThanks a lot for all of you for taking your precious time here! I sincerely appreciate your suggestions.
@Andrea_r could you please help me on your point? How to put a noindex on my buddypress registration link? By doing so, will it affect SEO of my website?
@Pisanojm I’m also looking for an access-role other Administrators who can moderate the website by marking as spam, deleting irrelevant users etc. If any wordpress consultant guides us, would be grateful..!!June 3, 2011 at 8:45 am #113753In reply to: Register Page Goes Nowhere
BuiltbyKids
MemberThanks for the suggestions. I’m still at a loss.
The only plugins I have activated are:
login logo
BuddyPress
BuddyPress Template PackI also have htaccess set to 744.
But still their is no redirect when registering.
http://builtbykids.com/beta/registerAny other ideas?
Thanks
June 3, 2011 at 8:34 am #113751In reply to: Call to arms – Own your task
Paul Wong-Gibbs
KeymasterI’d love someone to help with a quick review and fixes for accessibility issues for BP-Default 1.3. There is unlikely to be time to do a 100% full sweep, but every little improvement helps. I’ve made some initial tickets:
https://buddypress.trac.wordpress.org/ticket/3263
https://buddypress.trac.wordpress.org/ticket/3264If anyone uses an assistive device for interacting with websites, or has specific knowledge testing in these areas, any general feedback would be appreciated; you can check out http://testbp.org/
June 3, 2011 at 8:31 am #113750Paul Wong-Gibbs
KeymasterPrimarily because it makes the URL match that of the component that generated the activity. If you think search engines have issues with 302 redirects, I would be very surprised, but if you can provide some evidence and make a ticket on https://buddypress.trac.wordpress.org/, we can see if there’s anything that we can do.
June 3, 2011 at 6:02 am #113746In reply to: “Create group” returns me to home
athimm
Member@mercime: I tried AllowOverride All and there was no difference. WP/BP is installed under root, there is no subdirectory. BTW the URL in question is http://planetdsa.gr
@doug.daulton: Your case is a bit different, I’m not even getting to the group create form, I immediately get to the home page even though the address bar says http://planetdsa.gr/groups/create/step/group-details/June 3, 2011 at 5:46 am #113745Doug
Participant@hnla – Why would we start up a new thread when the community history of this issue lives on this thread? It seems less efficient to be rebooting an unresolved issue on multiple threads.
As for my wp-content, it is owned by www-data (the apache user) and set to 777. I still experience this issue.
DD
June 3, 2011 at 4:16 am #113742stwc
Participant`Warning: Cannot modify header information – headers already sent by (output started at /path/wordpress/wp-content/plugins/buddypress/bp-themes/bp-default/registration/activate.php:3) in /path/wordpress/wp-includes/pluggable.php on line 897`
As @r-a-y suggests, in my experience at least, that kind of error is almost always malformed PHP files — trailing spaces, unclosed brackets, stuff like that. If you’ve pasted functions into your functions.php or bp-custom.php, look there first, then any other template files you’ve edited.
June 3, 2011 at 2:03 am #113741In reply to: No effective plugins for moderation!
stwc
ParticipantI use bp-moderation for that, Pisanojm. It’s abandoned, I think, and has UI problems in the backend, but users can flag content and it shows up in the backend for me. It’s clunky and I wish it was still being actively developed, but it works fine once you’ve edited the admin screen hooks per this to make sure the UI shows up in the dashboard.
June 3, 2011 at 1:41 am #113740In reply to: Buddypress Network Installation Not Working
@mercime
ParticipantAh yes, this line in wp-config.php file to allow BP to function on all subsites
`define ( ‘BP_ENABLE_MULTIBLOG’, true );`June 3, 2011 at 1:12 am #113737In reply to: BuddyPress Template Pack 1.1 upgrade
stwc
ParticipantThanks r-a-y. I’m still kinda vague on how the template pack stuff stitches things together.
June 2, 2011 at 11:36 pm #113736In reply to: Gettinng id of the activity status
dedurus
Member@r-a-y thanks for reply (i’m little late with mine).
The problem is that I cannot determine the activity ID.
In entry.php, i tried with bp_activity_id() function to wrap it in a query, but all I get is ID of the activity printed in the browser.
How can I determine the activity ID in entry.php ?For example this code works (yet with native WP functions), but for static activity ID:
$Fql = $wpdb->get_results($wpdb->prepare("SELECT * FROM {$bp->activity->table_name} WHERE id = %d", 35));Thanks
June 2, 2011 at 10:05 pm #113734In reply to: Buddypress Network Installation Not Working
Andrea Rennick
ParticipantI think if @nunujo wants the *same* BP to show across all subsites, he’d be better off using the define bp multiblog.
https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
June 2, 2011 at 9:48 pm #113728In reply to: Mashable running BP?
Paul Wong-Gibbs
KeymasterClosing this topic because it is a fact Mashable are not running BuddyPress. End of story.
June 2, 2011 at 9:46 pm #113727In reply to: Activity Page is messy and disjointed.
pcwriter
ParticipantYou’re welcome… and have fun
June 2, 2011 at 9:43 pm #113726@mercime
ParticipantYou mean you want to delete the login link in BP Admin Bar?
June 2, 2011 at 9:27 pm #113725r-a-y
KeymasterDon’t use @r-a-y codes
@mikey3d – Is that a general recommendation?

I did say it was test code. Looks like you have whitespace issues in your /registration/activate.php. Delete any trailing whitespace from the beginning of that file.
eg.
` -spaces – <?php` – Delete that trailing space!Your htaccess rewrite rules look like it will interfere with querystring variables.
eg. example.com/my-page/?variable=my-testJune 2, 2011 at 9:24 pm #113723In reply to: BuddyPress Template Pack 1.1 upgrade
r-a-y
Keymasterstevieg – It’s probably because the following theme hooks are missing in Template Pack:
https://buddypress.trac.wordpress.org/browser/tags/1.2.8/bp-themes/bp-default/functions.php#L339stwc – If you’ve customized your BP theme files to oblivion in your WP theme, then don’t upgrade / reset the template files!
-
AuthorSearch Results