Closed (fixed)
Project:
Link Image Field
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2008 at 11:31 UTC
Updated:
8 Jul 2009 at 00:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
challa.kamal commentedYes.. working on it... Can u fix my CVS problem ?
Comment #2
tsi commentedSubscribing, any estimate of when it will be ready ?
Comment #4
mradcliffeWhat is your CVS problem? I don't see any explanation on the releases page?
Comment #5
giblfiz commentedChalla, or anyone else who is working on a port of this please get in touch with me. I'm about to start porting this module to D6. I'm porting as part of some paid development work, and I'm expecting to get it done this week, but if you already have a good start at it let me know so I don't need to start from scratch.
Thanks
Comment #6
Nash78 commentedi´m waiting ;) i´m waiting for the port! i need this so much! :P
Comment #7
sissi1212 commentedHello;
I also wait for the port of this module you think you do it for me when otherwise I will do the porting?
Thanks
Comment #8
Anonymous (not verified) commentedwaiting too
Comment #9
tzvio commentedI've started porting the module using the coder.
Now I'm left with two errors about the menu system in this function:
It says that if it is using a loop , it is wrong.
function linkimagefield_menu() {
$items = array();
if (!_SESSION['linkimagefield']) {
// Add handlers for previewing new uploads.
foreach ($_SESSION['linkimagefield'] as $fieldname => $files) {
if (is_array($files)) {
foreach ($files as $delta => $file) {
if ($file['preview']) {
$items[$file['preview']] = array('page callback' => '_linkimagefield_preview',
'access arguments' => array('access content'),
'type' => MENU_CALLBACK,
);
}
}
}
}
}
return $items;
}
Comment #10
mroswell commentedThere's a related thread here:
http://drupal.org/node/148331#comment-1361220
Comment #11
mroswell commentedgiblfiz, and challa.kamal, and tzvio (and sissi12, if you also tackled this)... Do you have any status to report on this D6 port?
Comment #12
sissi1212 commentednon i haven't any status to report on this d6 port
Comment #13
Passionate_Lass commentedNeed a D6 port!
Comment #14
perandre commentedHate to do this, but....sub +1!
Comment #15
ilakshmir commented+1
Any updates on the status of the port?
Comment #16
nicholas.alipaz commentedany updates?
This is kind of sad that D6 has the link module and a image module, but no cck type for linking an image to a page. I can do it with computed field and flexinode of course, but it would be much better to just used a cck field type.
Comment #17
freelylw commentedd6 please . please please
Comment #18
CrashNet commentedSubscribing...this is exactly what I was looking for :(
Comment #19
johnfyoung commentedI'm looking into porting this. See what I can get done by the end of the week. If anybody has any useful information (or has already been porting it) please contact me.
Comment #20
johnfyoung commentedI've written a port to 6.x. Working on getting it posted. Code is attached as a zip.
I re-wrote it to behave like the ImageField, to adhere to the standards of the 6.x version and to take advantage of it's cool features. Plus, it was easier to do.
UPDATE - Please get the current 6.x release. Do not use the attached code. It is old.
Comment #21
johnfyoung commentedJust put the 6.x port in CVS.
Comment #22
johnfyoung commented