jemproject / JEM-Project

JEM - an Event Manager for Joomla
https://www.joomlaeventmanager.net
GNU General Public License v3.0
27 stars 39 forks source link

Integrate media_manager for uploading/selecting images #454

Open JKoelman opened 11 years ago

diesl commented 11 years ago

Seems like a good idea

diesl commented 11 years ago

Connected with issue #440

JKoelman commented 11 years ago

the issue is here as AchLive did post a message about it: http://www.joomlaeventmanager.net/forum/a-new-home-what-s-next/8206-images-folder-deal-with-sub-folders. But indeed maybe it can be used for the file-upload to.

Probably something for next year.

diesl commented 11 years ago

Just posted the other issue because they are somehow overlapping

Heklaterriol commented 2 weeks ago

Let's check how to integrate the built-in Joomla media manager

Heklaterriol commented 2 weeks ago

in the form xml files it is made by

<field
    name="jem_image"
    type="media"
    schemes="http,https,ftp,ftps,data,file"
    validate="url"
    relative="true"
    label="LANG_KEY"
/>