Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.
Please keep in mind:
Support response
Support checklist
when getting embed codes in album view for all the images, it's still showing the default border="0"
That one is used to generate on the fly codes, like the ones from the uploader and when you select some images and then select "Get embed codes".I also notice there's a file /app/themes/Peafowl/snippets/embed_tpl.php
What exactly do you need to do?I also need to do some custom modification with the image url via Regex, where should I get started?
Currently I haven't touched anything on the core yet.I'm curious to how much you've edited Chev...
I'm looking at app/routes/route.album.php and couldn't find anything with reference to the keyword "border" or "embed".You need to edit app/routes/route.album.php, each route has his own parameters. It could need some theme editing.
And yes, what I need is to modify the part of "Get embed codes" after selecting all the images in a single album.That one is used to generate on the fly codes, like the ones from the uploader and when you select some images and then select "Get embed codes".
hat I'm trying to achieve is to alter the default "Embed codes" > "HTML Codes" > "HTML image" section, for all the images in an album from:What exactly do you need to do?