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
You are not logged in. Please login or register.
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:
<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') { ?><? } ?>>Powered by PunBB, supported by Informer Technologies, Inc.
Powered by PunBB