I absolutely LOVE this module and find it incredibly useful on my version 4.7 sites. I would pay a small bounty to get a version for 5.x!!

Comments

rousehouse’s picture

I would as well. Thanks, Shawn

rousehouse’s picture

Assigned: Unassigned » rousehouse
rousehouse’s picture

StatusFileSize
new13.42 KB

Since I wanted this too, I rolled up my sleeves and did a revision. I unit-tested the module and it seems to be working well. I also added a minor feature (customizable prefix to the userlink URL). Please test it out and let me know how it works for you.

sylvastriker’s picture

I will give it a go, thanks for updating to 5 for us

marcp’s picture

I'm unable to open the attachment. Could you please re-zip it up and attach it again?

Thanks very much for this -- I'm looking forward to checking it out and hopefully committing it.

Marc

rousehouse’s picture

Hi - I tried to upload a "zipped" version, but it wouldn't allow me to upload it. I put it on my website at "http://shawnrouse.com/userlink-5.x-1.x-dev.zip". Hopefully you don't cringe too much at my newbie module skills... :-) Feel free to change whatever you like; I was just trying to get the ball rolling.

ajayg’s picture

Looks good for most part, but was having formatting problem with the bread crumbs. Was showing link instead of actual emphasized link. Some escapeing issue perhaps?

ajayg’s picture

sorry I meant
showing <em>link</em> instead of link.

rousehouse’s picture

StatusFileSize
new13.52 KB

Thanks ajayg. I resolved the issue with <em> and </em> appearing around the user name. Changed all variable references for %username and %name to @username and @name respectively. New version attached.

I had to change the filename to get it to upload, so please change the file extension back to open it.

- Change the file name from userlink-5.x-1.1-dev.patch to userlink-5.x-1.1-dev.tar.gz before opening.
- Also available in zip format at http://shawnrouse.com/userlink-5.x-1.1-dev.zip .

marcp’s picture

Status: Active » Closed (fixed)

The 5.x version has been release. Thank you rousehouse and ajayg for your hard work.

I am going to close this issue. Most of the things discussed here have been incorporated into the new version. The readme.txt is a bit out of date, though. Also, now the userlink.css file gets included on the appropriate pages, so you'll want to refresh your caches with the released version.

Please open up new issues. If anything fell through the cracks, I apologize. I started with the code provided by rousehouse, did some cleanup, and used the excellent coder module to help with the 5.x upgrade.