Skip to content

A slick Joomla attachment extension with drag and drop and copy paste support.

Notifications You must be signed in to change notification settings

tonypartridge/DPAttachments

 
 

Repository files navigation

DPAttachments

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.

PREREQUISITS

  • Joomla 3.1
  • mysql >= 5.0.0
  • PHP >= 5.3.0

INSTALLATION

Just install the downloaded zip file trough the Joomla extension manager and make sure the plugins are enabled.

INTEGRATION

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);
}

UPGRADE

To upgrade DPAttachments from an older version just install the downloaded zip file trough the Joomla extension manager.

DOCUMENTATION

Check http://joomla.digital-peak.com for more documentation.

Have fun The Digital Peak team

About

A slick Joomla attachment extension with drag and drop and copy paste support.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.3%
  • Other 0.7%