No subject change- only topic starter can give and edit the subject in first post
- the subject field is readonly on all other post
openposting.php
findCode:
$template->assign_vars(array(
after addCode:
'S_NO_SUBJECT_CHANGE' => ($post_id != $post_data['topic_first_post_id']) ? true : false,
openstyles/prosilver/template/posting_editor.html
findCode:
<input type="text" name="subject" id="subject"
replace withCode:
<input <!-- IF S_NO_SUBJECT_CHANGE -->readonly="readonly"<!-- ENDIF --> type="text" name="subject" id="subject"
this code is tested