You could also do the following edits to post image hosting rules above message area...
At the very top of the
editor_toolbar_on template add the following:
Code:
<if condition="$show['member']">
<strong>Hello $bbuserinfo[username]! We only allow the following image hosting services here:</strong><br />
<ul>
<li>Imgshack. </li>
<li>PhotoBucket. </li>
<li>Imgur. </li>
</ul>
</if>
Doing above code produces the following results above editor in New Thread & New Reply .

================================================== =======
In the
showthread_quickreply
Find:
Code:
<!--width:$stylevar[messagewidth]-->
Add Below:
Code:
<if condition="$show['member']">
<strong>Hello $bbuserinfo[username]! We only allow the following image hosting services here:</strong><br />
<ul>
<li>Imgshack. </li>
<li>PhotoBucket. </li>
<li>Imgur. </li>
</ul>
</if>
Doing above code produces the following results below editor in quick reply.