Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 22,351 through 22,375 (of 22,658 total)
  • Author
    Search Results
  • Burt Adsit
    Participant

    I found a little filter hook in wp-login.php that seemed just right for this. It is buried in that mass of stuff in that file on line 436 (wpmu 2.7).


    $redirect_to = apply_filters('login_redirect', $redirect_to, isset( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '', $user);


    So I built a little plugin that hooks this filter.


    function oci_login_redirect($redirect_to, $set_for, $user){
    $redirect_to = bp_core_get_userurl($user->ID);
    return $redirect_to;
    }
    add_filter('login_redirect', 'oci_login_redirect', 10, 3);


    Create a file with the above code and drop it into /mu-plugins. It sends the user to their profile after logging in. You can send them wherever you want them to go by changing $redirect_to.

    Scotm
    Participant

    There’s no settings in the admin panel but you can change the redirect URL within the plugin file, line 21 if I remember correctly.

    Go to /wp-content/mu-plugins/bp-core/bp-core-admin.php and comment out line 73 (My Account sub-menus) as well as 148-151 and 153. I’ve also commented out the “create a blog” call which is on line 165.

    You may find it only works on new blogs created after installing Block Admin.

    Cheers

    life2000
    Participant

    Hi Scot:

    Thank you so much. Which sub-menus should I comment out from Buddypress admin bar?

    Also, I have uploaded the plug in “Block Admin”, but can’t find the settings related to this plugin anywhere in the dashboard.

    Seems like a tough day today. Thank you so much for your help.

    vida

    Scotm
    Participant

    I redirect to the same /URL/members.

    parkcityxj
    Member

    Thanks for insight. Scot M, where are you redirecting to? I was thinking to http:/yoursite.com/members

    #37148
    Trent Adams
    Participant

    @danielfelice this actually is a bug, but not of BP, but rather WPMU and WP. Problem is that users are registering on your server “in the future” or rather from a timezone that your server hasn’t hit yet. Judging by what you said, 5 or 6 timezones ahead of the server time. Since it doesn’t exist yet, WP and WPMU spit that out :)

    Make sense? Not sure of a solution, but I hear through grapevine that Otto, one of the WP mods maybe wrote a plugin that fixes this? Haven’t found it, but might be worth a search in the wordpress.org/support/ forums.

    Trent

    Trent Adams
    Participant

    There are workarounds for this, but the real issue is that this is the intended outcome for normal WP. Since it is the intended result for WP, it gets pulled into WPMU since it is synced off the WP development. Since BP works on WPMU, it gets the same result. See the pattern ;)

    That “block admin” plugin works well and if users login from the main site, it doesn’t direct them. Only when they hit wp-login.php will they get redirected to the dashboard. If you are a WPMUDEV.org premium subscriber, they have a plugin that changes this default behavior, so I would imagine there are other solutions out there as well.

    Scotm
    Participant

    I believe Andy is going to address this issue, but in the meantime I’ve found some success using the “Block Admin” plugin. This allows you to set a redirect URL when someone tries to access wp-admin. You also need to comment out a few of the Buddypress admin bar sub-menus to prevent users from accessing the backend.

    Works fine for me but I agree it’s an issue that should be addressed.

    Cheers

    life2000
    Participant

    All we need to do is to direct them to their profile page withing Buddypress site after they log in. Is there a way to modify the email messages that go out during and after activation process?

    This problem has burned a hole in my brain for the last 24 hours.

    HELP PLEASE!

    rishel
    Member

    I can see that its going to be an issue also, sending them to backend when they login, people look at that, especially first timers, and go… “welp, thats interesting… outta here”

    Scotm
    Participant

    Has anyone tried TwitterDash plugin seen here: https://wordpress.org/extend/plugins/twitterdash/?

    This successfully places your Twitter timeline on the dashboard in wpmu 2.7/buddypress beta2 and enables you to post updates to Twitter from a post form. Could this not be modified to appear in the users’ Buddypress profile?

    Thx

    #37110
    gpo1
    Participant

    There is a wordpress lifestream that can (not tested) display most social network like facebook.

    And it uses simplepie maybe if it could be adapted for BP?

    http://www.ibegin.com/labs/wp-lifestream/

    #37101
    svenwiesner
    Participant

    thank you!

    6) Delete the tables that are in format of wp_user_X_activity ….. Not wp_users, just those specific to BP

    – i found nothing like this in my wp_users, running a fresh installation for testing.

    #37097
    royak
    Member

    Hi zenseeker,

    You have the following error message on http://www.artistswap.com:

    Problem in wp-config.php – $base is set to BASE when it should be the path like “/” or “/blogs/”! Please fix it!

    In my opinion you are trying to install WordPress Mu manually , by editing wp-config.php file (just like WordPress) and I think that it’s not really a good method.

    #37085

    In reply to: Facebook Integration?

    gpo1
    Participant

    Maybe you could adapt this FB connect

    https://wordpress.org/extend/plugins/wp-facebookconnect/

    #37049
    Mark Leonard
    Participant

    I found this Sceen Cast from sambauers at Automattic on the BBpress forum which goes through the install of wordpress mu 2.7 and bbpress 1 alpha. The integration of wp and bbprees is also fully shown.

    https://bbpress.org/forums/topic/basic-integration-screencast

    #37034
    jfcarter
    Participant

    That sounds ominous. I googled the phrase and found several forums (with WPMU) where people reported the same problem and gave some fixes. No one seemed to think it was that big of a deal.

    As for me, my WPMU works fine until I add the buddypress plugin; then it stops working.

    Anyone have any solutions?

    #37032
    Andy Peatling
    Keymaster

    Something is very wrong with your installation if you’re getting that error. That is a core WordPress function.

    #37028
    jfcarter
    Participant

    Here’s the Php error that I’m getting:

    Fatal error: Call to undefined function wp_get_current_user() in /html/wp-includes/capabilities.php on line 920

    Any ideas?

    #37026
    jfcarter
    Participant

    Thanks. So far, wordpress mu is working beautifully. It’s when I try to add in the buddypress plugin that everything goes wrong.

    #37024

    In reply to: What Host Do You Use?

    Jeremy Winter
    Participant

    FusedNetwork, not the cheapest, but the best.

    They set up everything I needed for WordPress MU, on request, very quickly. At the time I didn’t know what I would need to request from them besides setting up the wildcard masks, but luckily, they knew exactly what was needed.

    Highly recommended

    #37010
    speakez
    Member

    http://speakeasyesl.com/mu This is a testing ground for another wordpress install I’m thinking of for language learners.

    #37008
    Trent Adams
    Participant

    @cikguazleen this is a problem with earlier versions of php 4. Can you get your host to get you on php 5?

    Here is an explanation about error.

    Another possible explanation

    Trent

    #37006

    In reply to: privacy issues

    Trent Adams
    Participant

    Ok…figured it out for dsader’s plugin. Just needs priority added to it. Check out this post in WPMU forums, but basically add priority to the template_redirects like:

    add_action('template_redirect', 'ds_users_authenticator', 1);

    add_action('template_redirect', 'ds_members_authenticator', 1);

    add_action('template_redirect', 'ds_admins_authenticator', 1);

    Just adding the “1” for priority makes it go before Andy’s changes. All those lines are near the top of the plugin.

    Trent

    #36998
    Andy Peatling
    Keymaster

    Be careful on a shared host. WPMU shouldn’t really be run on anything less than a VPS. You might want to check your PHP logs.

Viewing 25 results - 22,351 through 22,375 (of 22,658 total)
Skip to toolbar