by Michael_vx June 20th 2016, 1:36 pm
hi i was able to solve this problem some how
this work is not belong to me but did a help
this the way solved my one
- Code:
$(document).ready(function(){
   $('#page-body').has('#i_reply[alt="هذا الموضوع مغلق. لا تستطيع الرد
أو تعديل الموضوع!"]').find('td.nav').closest('table').before('
   <center>
<div
   class="topic-warning-block" align="center">نعتزر/ الموضوع هذا
   مغلق</div>
   </center>
   ');
   });
my be for English it should be the same old Script or try this one
- Code:
$(document).ready(function(){
  $('#page-body').has('#i_reply[alt="locked"]').find('td.nav').closest('table').before('
  <center>
<div
  class="topic-warning-block" align="center">We\'re sorry but this topic is locked.</div>
  </center>
  ');
  });
i hope that help others as well
for stuff please save this topic as solved thank you