Found it on your community:
Quote:
I found out a way to automatically check the box.
Click "Search In Templates" and search for this piece of code:
<if condition="$show['anonymous']"><div><input type="checkbox" id="cb_anonymous" class="bginput" name="anonymous" value="1"
Now replace it with this:
<if condition="$show['anonymous']"><div><input type="checkbox" id="cb_anonymous" class="bginput" name="anonymous" value="1" checked="checked"
The box will automatically be checked now.
Thanks to Jase2, as I came up with this idea based off his hack:
https://vborg.vbsupport.ru/showthread.php?t=169444
|