Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 2 replies, 2 voices, and was last updated 12 years, 6 months ago by
Benjamin.
-
AuthorPosts
-
02/19/2014 at 5:58 pm #280436
Benjamin
ParticipantMy workflow is the exact opposite of your workflow. I require people to sign up on the site before entering a directory listing. Therefore, all of my users are not linked to their listing.
I need a tool that lets me (the administrator) connect people to directory listings.
Right now I am doing this manually through the database which takes a long time.
02/19/2014 at 6:32 pm #280461Steven Zahm
Keymaster@ Ben
This is already on the todo list to add to Link.
There is something that you can do that can ease this a little. It just requires a very small PHP tweak. If you’re editing the db directly, then I’m guessing you’ll be able to do this…
Open the
connections_linkfile and go to line 567. You should see this:// if ( empty( self::$userID ) ) { // // Grab the current user object. // $user = wp_get_current_user(); // // Run the link on login function. // self::processLinkOnLogin( '', $user ); // // Set the current user's Connections ID ... if a link was created. // self::setUserID(); // }Un-comment the code lines, save and upload. Oh, make sure you on the latest version of Link; 1.0.5.
How this can help… well, maybe you could setup some type of redirect where the user is sent to the Link admin page, will check for and create as needed without requiring a logout/login. If that is possible, all you would need to do is login as the user and vist the Link admin page. Still a hassle but far easier that having to mess with the db.
Hope that helps.
02/19/2014 at 10:16 pm #280483Benjamin
ParticipantGreat! I’ll try this out and see what happens.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
