I seem to be running into a common thread throughout the drupal community... there is a module, but not enough documentation on how to use it... I want to create a link that takes my logged in users to another site where they have the same user ID. (I have created a module that syncs users from the remote system to the local system every 10 minutes). My goal is to have a link in the primary links section that has the user's $user->name embedded as a parameter. I have had no success doing this with your module, so if you can tell me if this is even possible, I would appreciate it.
If it is, how??? For documentation, I only see a few files with a couple of sentences in them, and they offer no help regarding how to implement this module at all. I can only assume that I do not have the complete documentation, and I do not see where I can get it.
Thanks for your help.
Comments
Comment #1
eaton commentedCustom Links won't do that for you. It only adds links to the bottom of each node's link list, where you'll find stuff like 'Read more' or 'Comment on this post'. What you're looking to do will require a dedicated module, as I don't believe anything like that exists currently.
Comment #2
jadowd commentedthanks.