Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter skoolen87

    (@skoolen87)

    Glad I am able to let you know something new as well ??

    Well what I meant is that if I want this plugin to be activated within ‘profiles’ I have to select this option. By default this plugin is only activated for ‘posts’ and ‘pages’ (which I don’t need..)

    The problem is that I want to be able to change these settings as a superadmin and have this as set up by me on all the new subsites.. Instead, all subsites now have to change these settings themselves.. thanks again!

    Thread Starter skoolen87

    (@skoolen87)

    Hmmmmm seems a little difficult.. i’ve tried Geo Mashup which works great! I find it hard to let users define their location whilst registering, but they are able to add their location later on in their profiles..

    The only problem Im experiencing now is that I want to have the default settings differently from what they are now for each subsite..

    I have tried the above code to replace the following which can be found in register-plus.php:
    function SaveProfile(){
    global $wpdb, $user_ID;
    get_currentuserinfo();
    if( $_GET[‘user_id’] ) $user_ID = $_GET[‘user_id’];

    Still, if someone registers, the additional information will not be shown in the profile page.. what should I do?

    So what do I need to replace and where should I do this? Thanks in advance!!

Viewing 4 replies - 1 through 4 (of 4 total)