Closed (fixed)
Project:
userlink
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
3 Dec 2006 at 00:26 UTC
Updated:
27 Jan 2007 at 23:30 UTC
Jump to comment: Most recent file
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!!
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | userlink-5.x-1.1-dev.patch | 13.52 KB | rousehouse |
| #3 | userlink-5.x-1.x-dev.tar.gz | 13.42 KB | rousehouse |
Comments
Comment #1
rousehouse commentedI would as well. Thanks, Shawn
Comment #2
rousehouse commentedComment #3
rousehouse commentedSince 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.
Comment #4
sylvastriker commentedI will give it a go, thanks for updating to 5 for us
Comment #5
marcp commentedI'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
Comment #6
rousehouse commentedHi - 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.
Comment #7
ajayg commentedLooks 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?
Comment #8
ajayg commentedsorry I meant
showing
<em>link</em>instead of link.Comment #9
rousehouse commentedThanks ajayg. I resolved the issue with
<em>and</em>appearing around the user name. Changed all variable references for%usernameand%nameto@usernameand@namerespectively. 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 .
Comment #10
marcp commentedThe 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.