kanboard_plugin_coverimage icon indicating copy to clipboard operation
kanboard_plugin_coverimage copied to clipboard

Coverimage for public boards

Open marcelcremer opened this issue 4 years ago • 5 comments

Hey,

first of all - thank you for this awesome plugin. It makes the whole board much nicer to look at!

when I was about to share one kanboard with a colleague (who has no account) via public link, I just found out that the images are not shown there. So my feature request would be, to also add the images to public boards, if that's somehow possible.

Cheers!

marcelcremer avatar Feb 17 '21 15:02 marcelcremer

I will take a look into that, I personally never used the public boards.

TimoStahl avatar Feb 18 '21 09:02 TimoStahl

I believe you would need to open up access for the file controller to the public, but probably more to it than that, I know I had to pass data through the config settings in the plugin.php to a global var aswell, similar to customizer and having a login logo with custom css on the login page with no user logged in.

creecros avatar Feb 18 '21 13:02 creecros

didn't need to do anything with the roles. must already be setup in the core for the public page, which makes sense, since its grabbing so much information on that page as it is.

i upped your version to 1.2.15.0, wasn't sure how you do your version, so i'll let you make the release.

creecros avatar Feb 18 '21 14:02 creecros

I lied, need to include the roles, i didn't empty my cache before testing.

creecros avatar Feb 18 '21 15:02 creecros

@BlueTeck This was all set, Are you seeing an issue?

creecros avatar Feb 19 '21 16:02 creecros