اعتقد يا غالي والله اعلم انو مفيش هاكات لذلك لان الامر بسيط جدا يمكنك فعل ذلك من متغيرات لاستايل css
او اذا بتريد تغيير خلفية الموضوع فقط دون تغيير لون التوزيع
اليك الطريقة
ابحث في القوالب عن postbit او postbit_legacy
ثم ابحث عن
كود:
<!-- message -->
<div id="post_message_$post[postid]">
$ad_location[ad_showthread_firstpost_start]
<center><p style="font-family:Arial;font-size:16pt;font-weight:bold">$post[message]</p></center>
</div>
<!-- / message -->
قد لا تجده بالظبط كما هو
المهم تاخذ الكود
من بداية
<!-- message -->
الي النهاية
<!-- / message -->
ثم تستبدلها بهذا الكود
كود:
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" bgcolor="#A2B535">
<tr>
<td width="100%" align="center">
<!-- message -->
<div id="post_message_$post[postid]">
$ad_location[ad_showthread_firstpost_start]
<center><p style="font-family:Arial;font-size:16pt;font-weight:bold">$post[message]</p></center>
</div>
<!-- / message -->
</td>
</tr>
</table>
مع تعديل اللون الذي تريده مكان هذا
#A2B535
او قم بارفاق القالب وبنعدلهولك باللون اللي تريده