concrete5 provides an asset library helper, which makes it easy to add file support to your own custom forms and blocks. When used, the asset library helper creates a javascript area that is capable of launching the file manager, managing file permissions, etc…
Creates a concrete5 file element. Gives the element the ID $formElementID, and the form name $formName. This will be the name of the item in the $_REQUEST or $_POST array. (Note: the concrete5 file element does NOT post using $_FILES. It posts numerical file IDs of files already stored within the concrete5 file manager.)
If I upload an image using the "Asset Library" file selector. The image uploads correctly I enter any extra property bits and assign to any sets. I close or click update, and then am taken back to my filemanager.
This is a blanket problem across my si…
Has anyone run into this?
If you're building a custom form, and you put an asset selector on the page, and the page also has a field that has WYSIWYG capabilities, the WYSIWYG 'Add Image' button actually adds the image to the asset selector field, inst…
Hi,
I am making a kind of slide show block and need some help with having multiple file selectors. The amount of slides is unknown they are added / removed using javascript. Each of the asset library elements has to have an ID so I am unsure of how to …
Hi all,
So I've been trying to replace a normal form image element with an image loader from the asset library to access some callback functions.
so I want to replace this ->
[code]
echo $akt->render('form', $tvalue, true);
[/code]
with this …
hi guys, im having a problem where my asset library loads but won't let me choose any images or files?
Do i need to load some sort of helper to allow the javascript of the asse library to function properly?
[code]
$al = Loader::helper('concrete/ass…
Sign In?
You must have a user account and be signed to perform this action.