-
freddy mcbob started the topic Men/Woman Option Redirect? in the forum How-to & Troubleshooting 11 years, 2 months ago
So I have this website, and I want to create a separate website for men and woman, but I want both sides to register from the main website: i.e. domain.com/register. The way I want to do this is by having the option to choose if you are Male or Female. So once they select whatever gender they are and they click on Complete Signup, I want whoever…[Read more]
-
freddy mcbob started the topic Frisco for Buddypress ajax not working in the forum How-to & Troubleshooting 11 years, 7 months ago
hi, im using the theme frisco for buddypress and literally NO ajax works. when you click the comment button the page just refreshes or when you click the reply button it does nothing, and when you’re trying to filter the activity feed it wont do anything! Please help i need advice asap
-
freddy mcbob started the topic Frisco for Buddypress ajax not working in the forum Installing BuddyPress 11 years, 7 months ago
hi, im using the theme frisco for buddypress and literally NO ajax works. when you click the comment button the page just refreshes or when you click the reply button it does nothing, and when you’re trying to filter the activity feed it wont do anything! Please help i need advice asap
-
freddy mcbob replied to the topic iPhone app for BuddyPress in the forum Creating & Extending 11 years, 7 months ago
@johnjamesjacoby
How is this project going? Did you already create something like this? I would really appreciate both an iPhone and an android app. If not both than 1 please. -
freddy mcbob replied to the topic Logout button redirect to home page in the forum How-to & Troubleshooting 11 years, 9 months ago
@modemlooper that didnt work… It said I had an error.
-
freddy mcbob replied to the topic Logout button redirect to home page in the forum How-to & Troubleshooting 11 years, 9 months ago
@modemlooper for this code:
add_filter('logout_url', 'my_filtered_logout');
where do I put the URL where I want members to get redirected to?
my_filtered_logout($logout_url, $redirect) { return "URL-after-logout"; } -
freddy mcbob replied to the topic redirect – if not logged in – for some sections in the forum How-to & Troubleshooting 11 years, 9 months ago
this is what i have for my bp-custom.php file:
`<?phpfunction restrict_access(){
global $bp, $bp_unfiltered_uri;if (!is_user_logged_in() &&
(
BP_MEMBERS_SLUG == $bp_unfiltered_uri[0] […] -
freddy mcbob replied to the topic redirect – if not logged in – for some sections in the forum How-to & Troubleshooting 11 years, 9 months ago
it doesnt work for me… this is what it says on my website: Parse error: syntax error, unexpected ‘<' in /wp-content/plugins/bp-custom.php on line 2
-
freddy mcbob replied to the topic redirect – if not logged in – for some sections in the forum How-to & Troubleshooting 11 years, 9 months ago
Forget it. I found it! 😀
-
freddy mcbob replied to the topic redirect – if not logged in – for some sections in the forum How-to & Troubleshooting 11 years, 9 months ago
i cant seem to find my bp-custom.php file… Any ideas?
-
freddy mcbob edited the forum topic Put ’Edit My Profile’ Link in sidebar in the group How-To and Troubleshooting 12 years ago
This is the code I have:
`
?php do_action( ‘bp_before_sidebar’ ); ??php do_action( ‘bp_inside_before_sidebar’ ); ?
?php if ( is_user_logged_in() ) : ?
?php do_action( […]
@yeshourun
Active 4 years, 6 months ago