thank U for your responding
i wnat fo chose the color of the tite according to the group 'otherwise when the mangager write any subject the tite must be red color
this method is not useful :
PHP Code:
<if condition="$bbuserinfo[usergroupid] == 6">
<font color=red>$thread[threadtitle]</font>
<else />
<font color=000000>$thread[threadtitle]</font>
</if>
because it will make all titles color with same color when the manager neter to any department
just i want to change the color title of the manager i mean to be unique than the member's subjects
in order to the reader be able to differentiat betweet the subjects of the manager and members
so i want vairiable usergrouid according to the writer
with best best wishes
--------------- Added [DATE]1204201286[/DATE] at [TIME]1204201286[/TIME] ---------------
thanks for your unhelp

i found the solution

and it's as following:
in file forumdisplay.php
find out
PHP Code:
while ($thread = $db->fetch_array($threads))
{ // AND $counter++ < $perpage)
then put this code after
PHP Code:
$getparent_id = '';
$getparentid = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "user WHERE userid ='" . $thread[postuserid] . "'");
while ($getparentids = $db->fetch_array($getparentid)) {
$getparent_id .= $getparentids[displaygroupid];
}
then put this code in template threadbit
PHP Code:
<if condition="$getparent_id==6"><font color="#FF0000"></if>
$thread[threadtitle]
</font>
see the result
http://www.akafi.net/forumdisplay2.php?f=13