the reason I ask is that I need to be able to add images from another domain/server as cover images on the cards as I donāt want to store media data on the board itself as it slows down the API requests (Iād rather just pass links through the API but still have the ability to add the link as a cover image)
Ok Cool, Yes I am using the cover images plugin. Iād like to be able to use a link to an image hosted elsewhere as the cover image instead of an attachment. is that possible?
The taskfile/images template allows a user to set it. (using images attached to a task, this is where you will need the most work, to allow user to paste a url instead, you will also have to figure out where to put this user input/save. Customizer plugin has this exact feature to set the login background, take cues from that)
The Controller routes the actions and send the variables. (easy change here, dont send a file id, instead send a url)
The Model stores/gets it from metadata. (same as controller, will really just change the var name)
The board/task Template displays it. (just change the img src to use the stored url, instead of using the fileviewcontroller to get the image)
if you cant figure it out beyond that, let me know. im a poor white man(i guess thats relative), with 3 kids, a wife, dog, cat, bunny, 12 chickens and 1 income, my time is worth sometihing
I know nothing(I can hack) about php. I can pay you! as long as I can post the solution on here for future ref for everyone . just need to get this sorted out as downloading files over json api requests is always going to be slow; I need links to work instead (referencing my other forum post)
no worries. do you want to keep the current functionality of coverimage, and add this? or a seperate plugin that only sets the task cover image this new way?
not sure, whatever is the most efficient way? potentially a separate plugin? also I have a few other plugins that I need (can pay for) for kanboard, at least I think they would be pluginsā¦
ok sounds good, let me know if you need any info or if I can be of any help, the client Iām making is in pyside2 but thatās probably irrelevant for what Iām asking about
I tested the āEdit Metadata Featureā with and without this CoverimageURL plugin, and I had the same result as you. Sent me to new page with form. Did it use to do something different?