-
freddy mcbob started the topic Frisco for Buddypress ajax not working in the forum How-to & Troubleshooting 4 weeks, 1 day 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 1 month 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 1 month, 1 week 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 2 months, 4 weeks 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 2 months, 4 weeks 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 2 months, 4 weeks 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 2 months, 4 weeks 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 2 months, 4 weeks 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 2 months, 4 weeks 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 7 months 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 weeks, 1 day ago