Is there any plan to port this module to D6?

CommentFileSizeAuthor
#20 linkimagefield.zip7.63 KBjohnfyoung

Comments

challa.kamal’s picture

Yes.. working on it... Can u fix my CVS problem ?

tsi’s picture

Subscribing, any estimate of when it will be ready ?

mradcliffe’s picture

What is your CVS problem? I don't see any explanation on the releases page?

giblfiz’s picture

Challa, 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

Nash78’s picture

i´m waiting ;) i´m waiting for the port! i need this so much! :P

sissi1212’s picture

Assigned: Unassigned » sissi1212

Hello;

I also wait for the port of this module you think you do it for me when otherwise I will do the porting?

Thanks

Anonymous’s picture

Assigned: sissi1212 » Unassigned

waiting too

tzvio’s picture

I'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;
}

mroswell’s picture

There's a related thread here:
http://drupal.org/node/148331#comment-1361220

mroswell’s picture

giblfiz, and challa.kamal, and tzvio (and sissi12, if you also tackled this)... Do you have any status to report on this D6 port?

sissi1212’s picture

non i haven't any status to report on this d6 port

Passionate_Lass’s picture

Need a D6 port!

perandre’s picture

Hate to do this, but....sub +1!

ilakshmir’s picture

+1

Any updates on the status of the port?

nicholas.alipaz’s picture

any 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.

freelylw’s picture

d6 please . please please

CrashNet’s picture

Subscribing...this is exactly what I was looking for :(

johnfyoung’s picture

I'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.

johnfyoung’s picture

Status: Fixed » Active
StatusFileSize
new7.63 KB

I'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.

johnfyoung’s picture

Status: Active » Fixed

Just put the 6.x port in CVS.

johnfyoung’s picture

Status: Active » Closed (fixed)