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 6 replies, 2 voices, and was last updated 9 years, 10 months ago by
Steven Zahm.
-
AuthorPosts
-
09/29/2016 at 11:15 am #393645
Jonathan Loayza
GuestHi,
Please help I need to link to the inputs of each person registered
echo “ /user-edit.php?user_id={$u}’>Firstname Lastaname “;
How can you do in the plugin?
regards
09/29/2016 at 11:18 am #393646Jonathan Loayza
GuestHi,
Please help I need to link to the entries of each person registered
"echo /user-edit.php?user_id={$u}'>Firstname Lastaname ";"How can you do in the plugin?
regards
09/29/2016 at 11:21 am #393647Jonathan Loayza
GuestHi,
Please help I need to link to the entries of each person registered
<?php echo " /user-edit.php?user_id={$u}'>Firstname Lastaname "; ?>How can you do in the plugin?
regards
09/29/2016 at 11:56 am #393650Steven Zahm
Keymaster@ Jonathan
Assuming you are using the Link extension to link user accounts to directory entries you can use the Login Widget. It has an option to display the logged in users admin profile page.
Not sure if that answers your question or not but I hope you find it useful.
09/29/2016 at 2:12 pm #393664Jonathan Loayza
GuestHi,
What happens is that I am implementing a search form for entries of your plugin, as it has a browser by default, almost ready I only need the issue of link to link the name to the contact page.
echo "<td style='border: none;'>"; echo "/user-edit.php?user_id={$u}'>$u"; echo "</td>";

Regards
09/29/2016 at 2:21 pm #393666Jonathan Loayza
GuestNeed the function connection directory for link to entry

Regards
09/30/2016 at 11:52 am #393825Steven Zahm
Keymaster@ Jonathan
Ok, I think I understand, maybe. The references to the
/user-edit.php?user_id={$u}code you been making is the WordPress admin Edit User profile page which does not have anything to do with Connections.Unfortunately it is impossible for me to answer your question because I do not know the code you have used to build your search. For example, what function is being used to to set the
$resultsvariable. If it is not the core Connections function for retrieving entries based on search params there is no way to get a link to the Connections entry because the entry ID would be needed.If you need a directory search then I highly recommend any of the premium templates which include this feature or the Widget Pack which includes a search widget that can be used to search the directory.
-
AuthorPosts
- You must be logged in to reply to this topic.
