skoolen87
Forum Replies Created
-
Forum: Plugins
In reply to: Maps location with user registrationGlad 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!
Forum: Plugins
In reply to: Maps location with user registrationHmmmmm 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..
Forum: Plugins
In reply to: [Plugin: Register Plus] Bug in SaveProfile is updating as AdminI 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?
Forum: Plugins
In reply to: [Plugin: Register Plus] Bug in SaveProfile is updating as AdminSo what do I need to replace and where should I do this? Thanks in advance!!