Search Results for 'logout redirect'
-
Search Results
-
Topic: custom logout redirect
HIya,
I am running BP in a /community/ subfolder, within a custom cms system.
I want to be able to redirect users to / instead of /community/ upon logout…. how can I do this please?
Many thanks.
Is it possible to just integrate code from certain plugins into a custom theme? Plugins like bpdev-logout-redirect or the email login plugin that do something basic/essential and won’t change much.
What’s the best approach? Just copy the functions to functions.php?
Topic: Facebook connect
Hi,
I have recently installed facebook connect on my buddypress installation.
It is working fine with some issues I hope some of you guys have already solved:
1) The facebook connect doesnt “bring” with it the user e-mail. I looked at the facebook documentation and it seems that it can be done using ” FB.Connect.showPermissionDialog(“email”); which in turns asks the user to share his e-mail with buddypress – has anyone tried it or knows how to configure?
2) I would like to control the location of the FBconnect button on the login screen – any idea how I do that?
3) another thing that started happening after installing FB connect is the fact that when I logout it redirect me to different pages on my site than it used to without the fbconnect. any idea why or how to control it?
Thanks,
Shai
Is there a way to keep members out of regular behind-the-scenes admin areas entirely?
I had to request a new password for a test user. When you go through the process you’ll end up at a profile page in the admin area that is very different from the other profile editing options on the site.
The regular admin area doesn’t show X-profile data, so no full name, only that annoying username – I use the email login plugin. Of course the layout is very different, unless you go through the trouble of customizing the admin area to fit the front of the site.
What is Buddypress approach to this? Is it possible to completely close the back end for users? Will you cover all the account editing the user needs in the front of the site?
I found this plugin: Weasel’s Login Redirect, but it hasn’t been updated since 2007. This is what I need though:
Redirects user login attempts from going to your dashboard! Great for keeping the ‘back end’ private. Also allows alteration of the login/logout link text.
This one could be a solution: Peter’s Login Redirect. The name instills confidence.
Topic: needed: fbconnect support
is anyone running
WPMU 2.7.1
BP RC2
FBconnect
and does it work?
I’m getting a redirect loop… user logs out, then the page refreshes and the user is logged back in, top right username/logout shows only “avatar and logout”, doesnt show “username, log out of site / facebook” (this is the same when logging in normally as well….?)
(we’ve modified the plugin to grab a $session variable and put it in a hidden xprofile field… so we may have broken it? but this wasn’t happening before RC2/2.7.1)
I dunno…. any thoughts?


/if ( get_option(‘users_can_register’) ) : ?>
Hi,
I’m having a problem with comments. After submitting a comment I’m redirected to the very first post.instead of direct back to the post with the newly posted comment.
I have deactivated Buddypress and reverted to the original theme — then it works.
It doesn’t look to be a core problem. More looks like a Buddypress problem.
Initially I was having a problem where adding a comment just went to a white screen: http://mysite.com/comment-page-/#comment-
Solution to this was to drop and recreate the comment tables as per: http://wordpress.org/support/topic/249950
Now I’m having this redirect problem.
Can someone show me where this redirect takes place? I’d like to see it in the core files to understand better.
All help appreciated. Is this a known issue?
edit: additional info:
WordPress MU 2.7.1
BuddyPress 1.0
simple custom theme
bp-custom has:
function my_bp_the_site_blog_avatar_thumb()
function my_alter_bp_adminbar()
function my_logout_display()
function ftblg_bp_timezone_bug($activity)
function my_alter_bp_adminbar_blogs_menu()
function my_bp_core_widget_members($args)
function my_bp_core_widget_members_control()