• Welcome to the Chevereto user community!

    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:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Open Share Section on ?v=

MartN

Chevereto Noob
Hello,

the share section under the uploaded image is currently closed.
how can open the share section under the uploaded image by default on "?v=image.jpg"?

regards
martn
 
In index.php find:
Code:
<div id="share" <? if (isset($v) && $v!=='rec.php') { ?>style="display: none;"<? } ?>>

Replace that line with:
Code:
<div id="share" <? if (isset($v) && $v!=='rec.php') { ?><? } ?>>
 
Back
Top