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

flux3/DPAttachments

This branch is 152 commits behind Digital-Peak/DPAttachments:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f9b3248 · Jun 4, 2016

History

55 Commits
Jun 4, 2016
May 11, 2016
Jun 4, 2016
May 11, 2016
May 11, 2016
May 11, 2016
Jun 4, 2016
Jan 11, 2014
Jan 11, 2014
Oct 17, 2013

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%