Tom(dB)
I'm employed and do some freelance work. I like to ride bikes.
-
Tom(dB) started the forum topic Custom data at signup/ registration in the group Creating & Extending:
I’m trying to add a simple radio button to the signup form, and I’ve got as far as adding that to the signup form. On
bp_core_activate_accountthe data goes into the meta of thewp_signupstable. Then on activation that data is transferred into thewp_usermetatable – except the value ofnotification_newsletter. In the [...] -
Tom(dB) posted on the forum topic How to modify this code? for php writers in the group Creating & Extending:
What’s the error? Most likely the apostrophe is causing the error, try escaping it with a slash
bp_member_profile_data( 'field=Travelling’ s datas' )the forward slash isn’t showing up in the code, but place it just before the apostrophe.
-
Tom(dB) posted on the forum topic How to add custom $usermeta to registration in the group Creating & Extending:
Been messing around with adding custom usermeta data at signup and have come up with the following:
function bp_custom_user_signup() { ?> <?php } add_action('bp_before_registration_submit_buttons', 'bp_custom_user_signup'); // Add field_name from sign-up to usermeta on registration function bp_user_activate_field( $signup ) { update_usermeta(…[Read more] -
Tom(dB) joined the group Spam Eater
-
Tom(dB) posted on the forum topic Admin Bar Login Redirects To Main Site & Not Current Blog in the group How-To and Troubleshooting:
I’ve just experienced this and have come up with a fix:
function custom_bp_adminbar_login_menu() { global $bp; if ( is_user_logged_in() ) return false; $redirecturl = $bp->root_domain . '/wp-login.php?redirect_to=' . urlencode( $bp->root_domain ) . esc_url( $_SERVER ); echo ' ' . __( 'Log In', 'buddypress' ) . ' '; // Show "Sign Up" link if user…[Read more] -
Tom(dB) posted on the forum topic bp_page_title() doesn’t return correct title in the group How-To and Troubleshooting:
@Alexander, I spoke to @DJPaul at WordCamp UK who said he’d look into it, and also that I should file a bug report. Which I hadn’t got round to, so thanks for filing it.
-
Tom(dB) joined the group BuddyPress Skeleton Component
-
Tom(dB) posted on the forum topic bp_page_title() doesn’t return correct title in the group How-To and Troubleshooting:
Anyone, Bueller?
-
Tom(dB) joined the group How-To and Troubleshooting
-
Tom(dB) started the forum topic bp_page_title() doesn’t return correct title in the group How-To and Troubleshooting:
I’ve noticed that on a multisite installation on every blog, except the primary blog, the title of the page is not set properly, it just uses “Sitename | Home” even when not on the front page. I’ve been testing with bp_is_blog_page(), is_single(), is_category(), etc. and they all know where they are when used within the [...]
-
OK thanks. I can get around it by having one theme and altering things based on $blog_id;
-
Tom(dB) joined the group Creating & Extending
-
I’ve created a child theme based on ‘bp-default’ for my main site/blog. I have another blog that needs to be a child of my child theme – the layout being slightly different, and most importantly ‘set_post_thumbnail_size( 170, 235, true ); ‘ in the functions.php – along with any other differences I might think up in [...]
-
Tom(dB) joined the group Requests & Feedback
-
@foxly, even though your solutions require code modification you do say “i’ll develop my own solution” – will these be plugins you release, or perhaps become part of the bp-moderation plugin that is being developed by @francescolaffi? I really appreciated your detailed posts on the tools spammers employ. It has given me a much better understanding of [...]
-
Tom(dB) joined the group BP Group Management
-
Tom(dB) joined the group BuddyPress Group Email Subscription
-
Tom(dB) joined the group BuddyBar in bbPress
-
Tom(dB) posted on the forum topic BP 1.2.4 and WP 3.0 – Blank wp-admin with multisite enabled. in the group Installing BuddyPress:
Upgraded the memory_limit to 96M, then down to 64M. Both work.
Perhaps the http://buddypress.org/about/requirements/ page needs this mentioning?
-
Tom(dB) started the forum topic BP 1.2.4 and WP 3.0 – Blank wp-admin with multisite enabled. in the group Installing BuddyPress:
I’ve been experimenting today with WP 3.0 RC3 and BP 1.2.4 I can get BP to word fine on a single site install, but as soon as I enable Multisite the /wp-admin fails, in that I get a blank screen. The site frontend works fine. I then experimented with creating a 2nd blog, disabling multisite, [...]
- Load More