Search Results for 'wordpress'
-
AuthorSearch Results
-
December 12, 2012 at 3:46 pm #147189
In reply to: Error after buddypress update
Deceth
ParticipantI received the same error message on my Battle City BuddyPress site.
When I updated to WordPress 3.5, it took a long time and I think some files may have transferred incorrectly… (Actually, something definitely went wrong or timed-out because I didn’t get a copy of the new Twenty Twelve theme at first)
Assuming you’ve already upgraded to WordPress 3.5 and BuddyPress 3.6.2, here’s what I did.
Disabled BuddyPress plugin.
From plugin page, clicked to re-install WordPress 3.5
Re-enabled BuddyPress.Everything then worked. If you’re still having trouble, you could also try re-installing BuddyPress, but I didn’t have to since my issue was with the WordPress upgrade.
December 12, 2012 at 1:18 pm #147185rossagrant
ParticipantLooks like this patch in WP ISN’T hitting BP.
See this link for all details:
December 12, 2012 at 8:15 am #147163In reply to: Changing Activity to usernames
December 12, 2012 at 8:15 am #147162In reply to: Changing Activity to usernames
December 12, 2012 at 8:08 am #147161modemlooper
ModeratorDecember 12, 2012 at 8:07 am #147160In reply to: wp-db prepare warning
modemlooper
Moderatorhttps://make.wordpress.org/core/2012/12/12/php-warning-missing-argument-2-for-wpdb-prepare/
It’s ok but plugins need update to fix
December 12, 2012 at 6:10 am #147154@mercime
Participant@rossagrant theme authors should add $content_width – it’s a constant used to set the maximum width of embedded content like videos. It’s a standard part of just about any well-coded theme like those in WP theme repo per requirement https://codex.wordpress.org/Theme_Review#Required_Hooks_and_Navigation
Add the following at the top of your theme’s functions.php file
/**
* Sets up the content width value based on the theme's design and stylesheet.
*/
if ( ! isset( $content_width ) )
$content_width = 600;Measurement is in pixels. Change 600 as needed.
December 12, 2012 at 3:34 am #147149In reply to: [Resolved] Site broken after WP 3.5 update
Blogurp
ParticipantI’m guessing your site is a regular single WordPress install with BuddyPress plugin? You can’t get to your dashboard via modpo.org? I just went to modpo.org/wp-admin and it showed for a second then it went away. If you are using one of those hosting companies with one press WordPress install, they might not let access to modpo.org/wp-admin. I just went to modpo.org/wp-login and it came up as a 404 error page not found, but, it shows the login for your site. See if you can login there. If you can login there, then you should be able to get to your dashboard, if you have login set to take you to your dashboard. If you can, then you can deactivate BuddyPress there, and then upgrade or just upgrade. Plugins do not have to be activated to upgrade, just installed. If none of that works, then I would say you would have to get rid of the BuddyPress plugin via FTP to access your site, then reinstall the new version, or, you can do it through your hosting company where you can access your files in your root directory.
It looks like 1.6.1 is only available here, but, 1.6.2 will be available in your dashboard as an upgrade, but if you can’t get to that, I’m not sure where you can get 1.6.2 yet.
December 12, 2012 at 2:46 am #147146In reply to: [Resolved] Site broken after WP 3.5 update
Blogurp
ParticipantI had those same three errors on my test site, nky.mobi. Like Ben said, I had to upgrade to BuddyPress 1.6.2, after getting WordPress 3.5. I then had to get rid of name availability checker plugin from BuddyDev through my FTP client because the site would not work with it. Then, I had to manually network activate BuddyPress through network admin because for some reason it was not network activated. After that, everything came back fine. Could only access dashboard there too cause BuddyPress was not activated.
December 11, 2012 at 9:59 pm #147134In reply to: Need Local Avatar not Just Gravatar
danbpfr
ParticipantDecember 11, 2012 at 8:37 pm #147120In reply to: Buddypress 1.7
modemlooper
Moderatorbottom of page is zip link
December 11, 2012 at 7:39 pm #147109Ben Hansen
Participanti think that already exists the wordpress admin bar which is also the buddypress admin bar should show up for any registered user given the proper settings.
December 11, 2012 at 6:49 pm #147096In reply to: Bizarre avatar Issue After BP 1.6.2 Update
John James Jacoby
KeymasterFixed with WordPress 3.5. Closing this.
December 11, 2012 at 4:42 pm #147083In reply to: Bizarre avatar Issue After BP 1.6.2 Update
rossagrant
ParticipantThink you are right:
https://codex.wordpress.org/Function_Reference/wp_get_image_editor
December 11, 2012 at 4:40 pm #147082In reply to: Bizarre avatar Issue After BP 1.6.2 Update
CovertOpsKawliga
ParticipantI think wp_get_image_editor() might be a WordPress 3.5 feature…
As in: WP3.5 is about to be available for download and I think that will fix our problems.
December 11, 2012 at 4:33 pm #147079In reply to: Bizarre avatar Issue After BP 1.6.2 Update
rossagrant
ParticipantTRAC ticket submitted here
December 11, 2012 at 11:02 am #147053Zachary DuBois
Participant@themightymo,
Before I install any of these are they verified for a BuddyPress Multi site install? I’m liking the look of those plugins.@dcavins,
That first plugin hasn’t been updated in a very long time. Not sure if I should trust it. Also, its kind of annoying to manually approve users. I need something more automated.If WordPress had reCaptcha integrated that would be sweet.
December 11, 2012 at 12:55 am #147030In reply to: Send user notification when activity is deleted
David Hunt
ParticipantAh, it’s already been logged and fixed for 1.6.2. I do wish 1.6.2 had been released already! Would have saved me a few frustrating hours.
December 10, 2012 at 10:27 pm #147011In reply to: Broken theme. Missing parent theme
Paul Wong-Gibbs
KeymasterThe WordPress error message says you need to get its parent theme; this is probably Tersus itself, and I found it on Github: https://github.com/splorp/tersus/
Install and activate that plugin, and the error will clear for the child theme.
Please also don’t ping most of the core BuddyPress developers on Twitter in future; these forums are the best place for support.
December 10, 2012 at 10:25 pm #147009In reply to: Broken theme. Missing parent theme
geoutah
ParticipantFirst question: is this a Buddypress theme or just a WordPress theme?
If this is not a Buddypress compatible theme, this would result in the theme not working.
Try installing the theme first, without Buddypress. If it works, then you know it is not Buddypress compatible.
I would carefully review the theme documentation and follow the installation and activation instructions. Most of the problems I’ve had start there.December 10, 2012 at 9:23 pm #147006In reply to: Send user notification when activity is deleted
shanebp
ModeratorYeah, those fields will be empty unless the values are passed by whatever is calling the function that has the do_action ‘bp_before_activity_delete’
Iffy, but try adding this to the top of your function:
global $activities_template;and then revert to:
$message .= bp_get_activity_content_body();There is definitely some BP way to get the activity content… sometimes it takes some real searching.
And since the activity id is being passed, there is always the custom query approach.
If you don’t know how to do that, take a look at $wpdb and get_var
https://codex.wordpress.org/Class_Reference/wpdb#SELECT_a_VariableThe query will something like this:
$content_id = $args[‘id’];
$content = $wpdb->get_var( “SELECT content FROM wp_bp_activity WHERE id = $content_id” );December 10, 2012 at 3:43 pm #146969David Cavins
KeymasterYou can use BuddyPress Humanity to stop bots:
https://wordpress.org/extend/plugins/buddypress-humanity/or the honey pot method: https://github.com/pixeljar/BuddyPress-Honeypot
If necessary, you can manually approve users:
https://wordpress.org/extend/plugins/bp-registration-options/December 10, 2012 at 6:08 am #146936In reply to: Separate Login /Registration
@mercime
Participant@bhupendra13 You can use https://wordpress.org/extend/plugins/buddypress-profile-menu/ to add dynamic links to individual logged-in member’s profile pages
or
You can filter the custom menu to insert link/s reserved for logged-in users only. Somethingl like
add_filter( 'wp_nav_menu_items', 'my_nav_menu_profile_link' );
function my_nav_menu_profile_link($menu) {
if (!is_user_logged_in())
return $menu;
else
$profilelink = '' . __('Visit your Awesome Profile') . '';
$menu = $menu . $profilelink;
return $menu;
}December 10, 2012 at 3:34 am #146929In reply to: Private Groups Page Access
@mercime
ParticipantDo post at plugin’s suppport forum https://wordpress.org/support/plugin/buddypress-groups-extras
@mercime
Participant@mythusmage You can use any 3 column WordPress theme and then install the BP Template Pack plugin and go through the Appearance > BP compatibility process.
-
AuthorSearch Results