-
modemlooper replied to the topic how to add new members to groups automatically? in the forum How-to & Troubleshooting 9 years, 9 months ago
did this plugin not work? https://wordpress.org/plugins/buddypress-groupomatic/
-
modemlooper replied to the topic Make wp Admin bar visible in the forum Creating & Extending 9 years, 9 months ago
Your theme doesn’t have a menu?
-
modemlooper replied to the topic Whats with the big red backgrounds behind buddypress.org post links?distracting! in the forum Requests & Feedback 9 years, 9 months ago
List each forum on the support page with a few (5?) recent topics
[ How-to & Troubleshooting ]
topic here
topic here
topic here
topic here
topic here[Creating & Extending]
topic here
topic here
topic here
topic here
topic here -
modemlooper replied to the topic lots of username craziness in the forum How-to & Troubleshooting 9 years, 9 months ago
WP won’t allow any character. WP uses sanitize_user function to strip out.
https://codex.wordpress.org/Function_Reference/sanitize_userFirst thing I would do is deactivate all plugins and test WP registration alone to see if its WP issue. If it is then search and post in the wp.org forums.
-
modemlooper replied to the topic Cannot Crop Avatars in the forum How-to & Troubleshooting 9 years, 9 months ago
not sure how they do the set up but sometimes if its an auto install of WP file permissions are off and the crop can break
-
modemlooper replied to the topic Cannot Crop Avatars in the forum How-to & Troubleshooting 9 years, 9 months ago
Did you use a one click installer from your host to install WordPress?
-
modemlooper replied to the topic Dependant field in registration in the forum Creating & Extending 9 years, 9 months ago
Nothing in BP core, you can try this plugin http://buddydev.com/plugins/conditional-profile-fields-for-buddypress/
-
modemlooper replied to the topic How to add different scope to site wide activity vs profile/activity in the forum How-to & Troubleshooting 9 years, 9 months ago
Put a php variable instead of a string and then create a function that tests if you are on a profile or main activity and then return the appropriate response
Threaded is on by default
-
modemlooper replied to the topic How to add different scope to site wide activity vs profile/activity in the forum How-to & Troubleshooting 9 years, 9 months ago
Put a php variable instead of a string and then create a function that tests if you are on a profile or main activity and then return the appropriate response
-
modemlooper replied to the topic How to add different scope to site wide activity vs profile/activity in the forum How-to & Troubleshooting 9 years, 9 months ago
Put a php variable instead of a string and then create a function that tests if you are on a profile or main activity and the return the appropriate response
-
modemlooper replied to the topic [Resolved] How can I redirect to Forum Group instead of Home Group? in the forum How-to & Troubleshooting 9 years, 9 months ago
This might help http://pastebin.com/j3n17CVe
-
modemlooper replied to the topic Blog & Forum Comments in the forum Requests & Feedback 9 years, 9 months ago
-
modemlooper replied to the topic lots of username craziness in the forum How-to & Troubleshooting 9 years, 10 months ago
are you on multisite?
-
modemlooper replied to the topic Hide Profile Field Group from Specific Member Type in the forum Creating & Extending 9 years, 10 months ago
are you on multisite?
-
modemlooper replied to the topic Hide Profile Field Group from Specific Member Type in the forum Creating & Extending 9 years, 10 months ago
find the template file edit.php in members/single/profile
locate
if ( bp_has_profile( 'profile_group_id=' . bp_get_current_profile_group_id() ) ) :
change to
if ( bp_has_profile( 'profile_group_id=' . bp_get_current_profile_group_id() . bp_custom_filter_xprofile_fields() ) ) :
then add your function for field IDs
function…
[Read more] -
modemlooper replied to the topic Hide Profile Field Group from Specific Member Type in the forum Creating & Extending 9 years, 10 months ago
find the template file edit.php in members/single/profile
locate
if ( bp_has_profile( 'profile_group_id=' . bp_get_current_profile_group_id() ) ) :
change to
if ( bp_has_profile( 'profile_group_id=' . bp_get_current_profile_group_id() . bp_custom_filter_xprofile_fields() ) ) :
then add your function for field IDs
function…
[Read more] -
modemlooper replied to the topic Hide Profile Field Group from Specific Member Type in the forum Creating & Extending 9 years, 10 months ago
find the template file edit.php in members/single/profile
locate
if ( bp_has_profile( 'profile_group_id=' . bp_get_current_profile_group_id() ) ) :
change to
if ( bp_has_profile( ‘profile_group_id=’ . bp_get_current_profile_group_id() . bp_custom_filter_xprofile_fields() ) ) :then add your function for field IDs
function…
[Read more] -
modemlooper replied to the topic Sub Navigation renaming in the forum How-to & Troubleshooting 9 years, 10 months ago
tab names not right or priority off
add_action(‘bp_setup_nav’, ‘jm_move_group_activity_tab’, 999);
-
modemlooper replied to the topic Sub Navigation renaming in the forum How-to & Troubleshooting 9 years, 10 months ago
try bp_setup_nav instead of bp_init
- Load More
@modemlooper
Active 9 months, 3 weeks ago