Closed (fixed)
Project:
LinksDB
Version:
master
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2007 at 13:27 UTC
Updated:
9 May 2009 at 16:00 UTC
Jump to comment: Most recent file
Any idea on when we might get a D5 version of this module?
Thanks,
David
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | linksdb_drupal5_01.patch | 14.86 KB | ukdg_phil |
Comments
Comment #1
tknospdr commentedPlease?? The HEAD version won't even show up in the modules list on my test R5.1 version site. This is the last module I'm waiting on to move my production site from 4x to 5x.
Thanks,
David
http://www.FloridaPets.org
Comment #2
Arthur2006 commentedIv got the same problem. Look at this page : http://drupal.org/node/107099
I'm still waiting.....
Comment #3
tknospdr commentedIs the developer of the mod even around anymore? :(
Thanks,
David
http://www.FloridaPets.org
Comment #4
kaerast commentedI've marked a few issues as duplicates of this. I also would like to see this module ported to Drupal 5.x, but realise there's nobody interested enough to actually do it. Perhaps it's worth considering the weblinks module which does exist in 5.x?
Comment #5
tknospdr commentedThe weblinks mod has some shortcomings that this mod doesn't. I just wish someone would update it.
Comment #6
ukdg_phil commentedI need this module on a couple of new sites my company will be developing over April, so if no else has started the port by then, I'll look to do it.
Realistically I should hopefully have some time to spend on this towards mid/end April, has anyone else made any efforts getting this ported to drupal 5 yet? I don't want to duplicate someone else's work.
Cheers,
Phil.
UK Digital Graphics Ltd (www.ukdg.net)
Comment #7
tknospdr commentedNot yet.
Comment #8
ukdg_phil commentedI've managed to take at look at the port, and seem to have it running ok under a drupal clean 5.1 install.
We don't use all the features, so I can't be sure it's 100% complete, but should at least allow users to make use of the module under drupal 5.x.
No database changes have been made so it 'should' work fine with upgrades, but I have'nt tried it on anything apart from a clean install, so as with anything like this please make sure you BACKUP YOUR DATA first, before trying out this module.
I've attached the patch first, which has the main changes (apart from the .info file). I'll then attach the info file & finally a zip of my version of the module for those of you who don't use patch files.
Let me know how you go with this, & if anything needs fixing still. Theirs a few minor items left on my todo list for it, but I'd rather test the current changs first.
Phil.
UK Digital Graphics Ltd (www.ukdg.net)
Comment #9
ukdg_phil commentedOk, so we can't attach .info/.zip files to posts.
Here's the code for the linksdb.info file, you can create it yourself:
Comment #10
ukdg_phil commentedAnd finally, here's a link to a zipped version of the module:
http://ukdg.net/sites/default/files/drupal/linksdb-drupal5-v1.x-dev-2007...
And the notes I've made on the changes made:
Comment #11
tknospdr commentedIT WORKS PERFECTLY!!!!!! Thank you!
One thing you might want to do is fix the permissions on the files in your .zip file though. I got Drupal errors after I put the module in place until I fixed all the perms.
Thanks,
David
http://www.FloridaPets.org
Comment #12
ukdg_phil commentedHi David,
Thanks for testing it out & giving your feedback. Glad its working ok for you apart from the file permissions.
The zip was originally created on a windows machine & was working fine on our Linux dev server, but permissions may have got altered by our Samba share when copying it across during testing. I have updated the zip in the link above by re-zipping it (on Linux this time) with read permission for all, which should hopefully fix the issue you mentioned. Let me know if not.
Also updated the status of this issue as I forgot before.
Regards,
Phil.
UK Digital Graphics Ltd (www.ukdg.net)
Comment #13
quadbyte commentedHey Phil,
Works fine here!
Had a small glitch when i clicked "Show more"... so i commented out the line 344 in linksdb.module
//drupal_set_message(" -> " . print_r($cat, true), 'debug');
Thanks,
Seb
Comment #14
ukdg_phil commentedHi Seb,
Glad its working for you. Good work on spotting that debug message, sorry, must have forgotten to remove it at the time.
Will try & re-zip the file with that message removed. I'll post an update here when that's done. (A little busy at the moment, so will have to see when I get a few spare moments to do it).
Regards,
Phil
UK Digital Graphics Ltd (www.ukdg.net)
Comment #15
flibs commentedHello all.
Sorry I have let this module fall by the wayside a bit.
Anyhoo - I have incorporated Phil's patch (*thanks phil*) into a new drupal-5 branch which should appear later on for download.
Matt
Comment #16
nancydruThis is available.