Topic: Open Share Section on ?v=

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

Thumbs up

Re: Open Share Section on ?v=

In index.php find:

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

Replace that line with:

<div id="share" <? if (isset($v) && $v!=='rec.php') { ?><? } ?>>

Thumbs up