Keyword

Add or customize an Extra Field

  • Romain
  • Romain's Avatar Topic Author
  • Offline
  • New Member
More
11 years 1 week ago #118647 by Romain
Add or customize an Extra Field was created by Romain
Hello,

I search a module or a tutorial to increase Extra field Type (like File dowload for example).
Or i want to override "extrafield image type" to have more than image to link (like .pdf,.xls,...)

Thanks for help

Romain

Please Log in or Create an account to join the conversation.

More
10 years 11 months ago - 10 years 11 months ago #118648 by Patrick Jackson
Replied by Patrick Jackson on topic Re: Add or customize an Extra Field
Keen to do the same - would like a "Media" or "Attachment" extra field type, similar to the "Image" extra field type, but the resulting use of "select" will allow you to pick a file name once you've uploaded the file. The file can then be linked as required in the K2 template layout.

For a temporary workaround I've changed

administrator/components/com_k2/models/extrafield.php at line 391 (K2 2.6.7):

From:

<a class="k2ExtraFieldImageButton" href="'.JRoute::_('index.php?option=com_k2&view=media&type=image&tmpl=component&fieldID=K2ExtraField_'.$extraField->id).'">

To:

<a class="k2ExtraFieldImageButton" href="'.JRoute::_('index.php?option=com_k2&view=media&type=attachment&tmpl=component&fieldID=K2ExtraField_'.$extraField->id).'">

and this then allows the Image extra field to accept attachments.


You also need to edit line 1385 in components/com_k2/models/item.php to take the img src tags off.

$value = '<img src="'.$src.'" alt="'.$rows[$i]->name.'" />';

becomes

$value = $src;

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 11 months ago #118649 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Add or customize an Extra Field
Why don't use the attachments instead of hacking the core? That is why they are built for

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum