jmcameron / attachments

Attachments Extension for Joomla 3, 4, and 5
GNU General Public License v3.0
12 stars 19 forks source link

Missing button #1

Closed SylvainMartel closed 9 years ago

SylvainMartel commented 9 years ago

The button 'add attachment" appear correctly in articles but does not appear when we edit events in the OSSolution Event Booking extension. All other plugin buttons appear correctly in that extension. I have attached a screenshot showing where the Add Attachment is missing capture

jmcameron commented 9 years ago

I assume that "OSSolution Event Booking" is another extension. If so, an "Attachment plugin" will need to be written for that extension that lets the Attachments extension know how to interact with the extension. This is not a simple process---and I do not have time to do it for you. If you are a PHP programmer, you can look at similar plugins that I've written for SimpleEvents and JEvents at:

https://github.com/jmcameron/attachments_for_simplecalendar

https://github.com/jmcameron/attachments_for_jevents  AND
https://github.com/jmcameron/attachments_for_jevents_save

There is a manual for writing these Attachments plugins at:

http://jmcameron.net/attachments/

So the short answer is Attachments does not currently support this extension, sorry.

Good luck with your site!

-Jonathan

On Wed, Apr 1, 2015 at 4:57 PM, kinwolfqc notifications@github.com wrote:

The button 'add attachment" appear correctly in articles but does not appear when we edit events in the OSSolution Event Booking extension. All other plugin buttons appear correctly in that extension.

— Reply to this email directly or view it on GitHub https://github.com/jmcameron/attachments/issues/1.

SylvainMartel commented 9 years ago

Ah, ok, I thought it would load any place the editor was. I'll take a look at those other 2 plugins. Thanks!