Topic: Having TinyURL Setting Enabled By Default

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?

Thumbs up

Re: Having TinyURL Setting Enabled By Default

This is a quick fix.

Open index.php
Find:

<? if(isset($_COOKIE['prefurl'])) { ?>checked="checked"<? } ?>

Replace with:

checked="checked"

Thumbs up