I don't want to disable this option for my forum :
Automatically retrieve titles from external links
Rather want to have that option 'unchecked' by default,
when a user posts a reply or a thread. (currently 'checked' by default)
I guess I have to edit this piece of code for it :
(in the /includes/functions_vbseo_hook.php file)
TO :PHP Code:$disablesmiliesoption = '<div><label for="qr_retrtitle">
<input type="checkbox" name="vbseo_retrtitle" value="1" id="qr_retrtitle"
' . (($_POST['vbseo_retrtitle'] || !isset($_POST['vbseo_is_retrtitle']))? ' checked':'') . '
/>' . $vbphrase['vbseo_auto_retrieve_titles'] . '</label>
<input type="hidden" name="vbseo_is_retrtitle" value="1" />
</div>' . $disablesmiliesoption;
Just posting here to make sure it won't result in a blunder.PHP Code:$disablesmiliesoption = '<div><label for="qr_retrtitle">
<input type="checkbox" name="vbseo_retrtitle" value="1" id="qr_retrtitle" />
' . $vbphrase['vbseo_auto_retrieve_titles'] . '</label>
<input type="hidden" name="vbseo_is_retrtitle" value="1" />
</div>' . $disablesmiliesoption;
![]()



LinkBack URL
About LinkBacks







Reply With Quote