Sinan, I made a small addition/change to your version of this hack. I hope you don't mind.
I replaced:
PHP Code:
show_nopermission();
With (thanks to Xenon for this):
PHP Code:
eval("standarderror(\"".gettemplate("error_hierarchy")."\");");
and added this (again thanks to Xenon):
Quote:
create new template "error_hierarchy":
--------------- cut----------------------------
<center>Message Edit Hierarchy Rule! You are not high enough on the food chain to edit this post.<br />You may only edit posts of those who are of equal or lesser value than yourself.</center>
--------------- cut----------------------------
|
This is the template message I use but you can change it to whatever you want.