PDA

View Full Version : How To Remove The Autoparse Links Box


Mike
12-24-2007, 11:23 AM
This will remove the autoparse box to prevent people from posting live links.

Make sure that your settings in the forum default editor message posting interface options are set to standard controls.


admincp
vBulletin Options
Message Posting Interface Options
Enable Clickable Message Formatting Controls
Set to Enable Standard Controls


Remove this code in the following templates: newreply, newthread, newPM, editpost.


<if condition="$show['parseurl']"><div><label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl" tabindex="1" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div></if>


NOTE: Each time you upgrade the software and revert the templates, you will have to remove this line from the templates.

Mike
12-24-2007, 12:16 PM
This does not prevent them from being posted in with a quick reply or quick edit. You will have to disable these two features in the admincp to prevent this.


admincp
vBulletin Options
Message Posting and Editing Options
Set quick reply to no and quick edit to no.

jellybelly
12-24-2007, 01:15 PM
hi i hve remove the code form the above templates and my links are still live

Mike
12-24-2007, 01:25 PM
This only prevents them from being posted. Whatever is already posted, will not change.

jellybelly
12-24-2007, 01:32 PM
Ok thanks you have been helpful :)