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?
Comunity dedicated to the development and improvement of Chevereto NB
You are not logged in. Please login or register.
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:
<? if(isset($_COOKIE['prefurl'])) { ?>checked="checked"<? } ?>Replace with:
checked="checked"