-
shanebp replied to the topic Base profile group fields hidden on registration form in the forum How-to & Troubleshooting 11 years, 7 months ago
Do you see “This field can be seen by: etc. ” under each Base field on the register page?
And a ‘change’ link?Per the image above ?
-
shanebp replied to the topic Base profile group fields hidden on registration form in the forum How-to & Troubleshooting 11 years, 7 months ago
I believe you’ve found a bug.
The Base group allows an admin to set default visibility levels.
I was going to suggest you set each field to “logged-in users” and allow users to change their visibility.But those settings are not honored on the register form.
You can submit a bug here.
https://buddypress.trac.wordpress.org/
Log in with the…[Read more] -
shanebp replied to the topic Problem after update -> Members Widget in the forum How-to & Troubleshooting 11 years, 7 months ago
edit: I see you’ve posted a trac ticket – thanks.
-
shanebp replied to the topic Looking to hire a BuddyPress Customization in the forum Installing BuddyPress 11 years, 7 months ago
How do we contact you?
-
shanebp replied to the topic Private Message Button in Member List Loop in the forum Installing BuddyPress 11 years, 7 months ago
-
shanebp replied to the topic Private Message Button in Member List Loop in the forum Installing BuddyPress 11 years, 7 months ago
Try this in your functions.php or bp-custom.php file
-
shanebp replied to the topic [Resolved] Debug Error "bp_setup_current_user was called incorrectly" in the forum How-to & Troubleshooting 11 years, 7 months ago
Courtesy of boone:
Use
var_dump(debug_backtrace());
to see how things were loaded.
Then comb thru the dump to see which plugin is generating the notice. -
shanebp replied to the topic [Resolved] Debug Error "bp_setup_current_user was called incorrectly" in the forum How-to & Troubleshooting 11 years, 7 months ago
It is confusing.
Something, probably a plugin, is most likely do a $current_user check
for example:is_user_logged_in()
in a file loaded via a loader.php with something like:
add_action( 'bp_loaded', 'some_function_that_loads_a_file' );
The codex recommends using bp_loaded, but in 1.7 the notice was added.
I’ve been using this…[Read more] -
shanebp replied to the topic No button for private messages in the forum How-to & Troubleshooting 11 years, 7 months ago
Please provide a username and password so we can login without having to create an account.
Do you have Private Messaging selected on the Components page under Settings -> BuddyPress ?
-
shanebp replied to the topic Enterprise Nation in the forum Showcase 11 years, 7 months ago
@rogercoathup
I’m not sure if 1.7 reduces the number of queries fired per page, but it does have a new BP_User_Query class that scales much better – a real ‘boone’ to installs with large memberships.And that class has some very handy action and filter hooks – without which it would be considerably more difficult to write the premium block…[Read more]
-
shanebp replied to the topic How to add a rotation button for changing avatar in the forum How-to & Troubleshooting 11 years, 7 months ago
Please use the job board for this site:
-
shanebp replied to the topic Disbable all comments in activity stream in the forum How-to & Troubleshooting 11 years, 7 months ago
Wouldn’t it be easier to just remove the comment form from
theme/activity/entry.php ? -
shanebp replied to the topic Translation Problem file in the forum How-to & Troubleshooting 11 years, 7 months ago
chouf1 has already explained this to you.
”
Po file is for translating. It’s a working file.Mo file is for translation throught php gettext. Only the mo is mandatory, not the po or the pot
Once you finish the translation of a po file, you need to compile it to mo format with poEdit. (or equivalent tool)
”Editing the po does nothing until y…[Read more]
-
shanebp replied to the topic Translation Problem file in the forum How-to & Troubleshooting 11 years, 7 months ago
May not be pertinent, but what does your wp-config file say re this setting:
define('WPLANG', '');
-
shanebp replied to the topic bp_core_new_nav_item in plugin class in the forum How-to & Troubleshooting 11 years, 7 months ago
Update:
Using this gets rid of the Warning:
'screen_function' => array( $this, 'mytab_screen' )
Nothing fancy, just sloppiness.
Please close thread.
-
shanebp started the topic bp_core_new_nav_item in plugin class in the forum How-to & Troubleshooting 11 years, 7 months ago
In a plugin class, I’m successfully creating a new tab on a Member page using:
bp_core_new_nav_item( array(
'name' => __( 'MyTab', 'bp' ),
'slug' => 'mytab',
'position' => 200,
'screen_function' => 'mytab_screen',
'default_subnav_slug' => 'mytab'
) );The problem appears when you click the tab, then this warning…[Read more]
-
shanebp replied to the topic BP Profile Message UX – plugin in the forum Creating & Extending 11 years, 8 months ago
Now in the WP repo:
https://wordpress.org/extend/plugins/bp-profile-message-ux/ -
shanebp replied to the topic Get group by creator_id? in the forum Creating & Extending 11 years, 8 months ago
-
shanebp started the topic BP Profile Message UX – plugin in the forum Creating & Extending 11 years, 8 months ago
Plugin URI: https://github.com/shanebp/BP-Profile-Message-UX
Tested up to: WP 3.5, BP 1.6.x and 1.7beta2
This plugin replaces the functionality for the Public Message and Private Message buttons on profile […]
-
shanebp replied to the topic Get group by creator_id? in the forum Creating & Extending 11 years, 8 months ago
You can contact me thru the info on my profile here.
- Load More
@shanebp
Active 5 hours, 18 minutes ago