Hello,
Is it possible to change this script, when you post it that only members can read the message with permission for that?
Is it possible to change this script, when you post it that only members can read the message with permission for that?
- Code:
$(function() {
if (location.pathname == '/post' && location.search == '?f=1&mode=newtopic') {
$('#text_editor_textarea').val('[b]Field 1[/b]:\n[b]Field 2[/b]: Don\'t fill this field in\n[b]Field 3[/b]:');
}
});