This is the official DPAttachments Github repository. DPAttachments is a slick Joomla attachment extension which provides drag and drop or copy paste file uploads for articles, DPCalendar events or DPCases cases, basically every component which triggers an onContentAfterDisplay event.
- Joomla 3.1
- mysql >= 5.0.0
- PHP >= 5.3.0
Just install the downloaded zip file trough the Joomla extension manager and make sure the plugins are enabled.
If you are an extension developer you just need the following code snippet to integrate DPAttachments into your extension:
if (JLoader::import('components.com_dpattachments.libraries.dpattachments.core', JPATH_ADMINISTRATOR)) {
echo DPAttachmentsCore::render('com_demo.item', $object->id);
}
To upgrade DPAttachments from an older version just install the downloaded zip file trough the Joomla extension manager.
Check http://joomla.digital-peak.com for more documentation.
Have fun The Digital Peak team