• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

How can I remove social bokmarks?

Status
Not open for further replies.

MaRkS

Chevereto Member
Hi
I've couple of questions.I need to use the script for my V.I.P images.So, I just turned it to PRIVATE mode.In this mode,only people who have pass can upload images but does it let google index the images? I need the system totally close to world.The only way to view the image should be entering the image link to searchbar.Does the PRIVATE mode provides this and how can I remove social bookmarks under the images?

Thanks for your help
 
Just remove the HTML element from the template file 😉

in content/themes/<your theme>/view.php and content/themes/<your theme>/uploaded.php

Remove this:

Code:
            <div class="image-tools-section socialize">
                <h3><?php show_lang_txt('txt_socialize'); ?> <span><?php show_lang_txt('txt_socialize_desc'); ?></span></h3>
                <div class="input-item">
                    <label><?php show_lang_txt('txt_socialize_label'); ?>:</label>
                    <ul class="input-element">
                        <?php show_social_links('<li>', get_image_viewer(), get_image_url()); ?>         
                    </ul>
                </div>
            </div>
 
Hi again

Does the PRIVATE mode provide non-indexing at Google?
Or should I set it via .htaccess?
 
Status
Not open for further replies.
Back
Top