• 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.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Having TinyURL Setting Enabled By Default

sky999

Chevereto Noob
Is there an easy way I can modify Chevereto so that the "Create short URLs using TinyURL" option is set to enabled by default instead of un-enabled?
 
This is a quick fix.

Open index.php
Find:
Code:
<? if(isset($_COOKIE['prefurl'])) { ?>checked="checked"<? } ?>

Replace with:
Code:
checked="checked"
 
Back
Top